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
withour_args
andrpc_command
, and return its output as aValue
. - direct_
output 🔒 - Connect to the node with
our_args
andrpc_command
, and return the response as aValue
. - main 🔒
- Process entry point for
zebra-checkpoints
- rpc_
output 🔒 - Make an RPC call based on
our_args
andrpc_command
, and return the response as aValue
.