nimbus-eth2 icon indicating copy to clipboard operation
nimbus-eth2 copied to clipboard

Add `--network` and `--datadir` to help text of `trustedNodeSync`

Open yorickdowne opened this issue 3 years ago • 2 comments

Feature: Add the --network and --datadir options to the help text for trustedNodeSync. It currently reads:

nimbus_beacon_node trustedNodeSync [OPTIONS]...

The following options are available:

     --trusted-node-url        URL of the REST API to sync from
                               [=http://localhost:5052].
     --blockId                 Block id to sync to - this can be a block root,
                               slot number, "finalized" or "head" [=finalized].
     --backfill                Backfill blocks directly from REST server instead
                               of fetching via API [=true].

yorickdowne avatar Feb 16 '22 16:02 yorickdowne

blocked on https://github.com/status-im/nim-confutils/issues/29

arnetheduck avatar Feb 16 '22 16:02 arnetheduck

Ran into this too when adding checkpoint sync support to Rocket Pool. Not a huge deal because you can tell pretty clearly what's going on from the logs, but it would have been helpful when I started.

jclapis avatar Feb 18 '22 04:02 jclapis