You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to enhance the tooling around waypoints in order to fully use its benefits:
A CLI for waypoint generation and publishing to the Libra website.
Client support for automatically downloading the latest waypoints from the Libra website.
A dedicated CLI for generating waypoints for a given Ledger while a machine is potentially offline and is not running a node (might be required for emergency reconfigurations).
The text was updated successfully, but these errors were encountered:
Summary:
Added a waypoint-url cmd line argument to download the waypoint value from.
These are still optional but we might consider making it a non-optional value with a default pointing to https://developers.libra.org/testnet_waypoint.txt.
Testing:
```
./scripts/cli/start_cli_testnet.sh -- --waypoint-url https://developers.libra.org/testnet_waypoint.txt
./scripts/cli/start_cli_testnet.sh
./scripts/cli/start_cli_testnet.sh -- --waypoint 0:997acd1b112a19eb1d2d3dff78677a0009343727926071c3858aeff2ea3499bf
```
Issues: ref #2425Closes: #2446
Approved by: dmitri-perelman
We need to enhance the tooling around waypoints in order to fully use its benefits:
The text was updated successfully, but these errors were encountered: