Documentation
¶
Overview ¶
node-parity compares Dingo's and a reference cardano-node's ledger state (protocol parameters, stake distribution, and the whole UTxO set) over their node-to-client LocalStateQuery interfaces, on preview or preprod (blinklabs-io/dingo#1900).
It does not start, stop, or manage either node: point it at two already-running, already-synced NtC listeners with --dingo-addr and --cardano-addr (a host:port for a TCP-exposed endpoint, or a leading-"/" Unix socket path for a real cardano-node). `check` runs one comparison cycle; `watch` follows both nodes' ChainSync feeds and runs a check the moment either one's tip changes, with --fallback-interval as a backstop safety net in case a watcher's subscription silently stalls, rather than polling on a fixed clock alone.