Crate zebra_checkpoints

Source
Expand description

Prints Zebra checkpoints as “height hash” output lines.

Get all the blocks up to network current tip and print the ones that are checkpoints according to rules.

For usage please refer to the program help: zebra-checkpoints --help

zebra-consensus accepts an ordered list of checkpoints, starting with the genesis block. Checkpoint heights can be chosen arbitrarily.

Modules§

args
zebra-checkpoints arguments

Functions§

cli_output 🔒
Run cmd with our_args and rpc_command, and return its output as a Value.
direct_output 🔒
Connect to the node with our_args and rpc_command, and return the response as a Value.
main 🔒
Process entry point for zebra-checkpoints
rpc_output 🔒
Make an RPC call based on our_args and rpc_command, and return the response as a Value.