Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waypoint distribution and consumption #2425

Closed
dmitri-perelman opened this issue Feb 4, 2020 · 0 comments
Closed

Waypoint distribution and consumption #2425

dmitri-perelman opened this issue Feb 4, 2020 · 0 comments
Assignees
Labels
consensus Issues related to consensus on-roadmap On the current roadmap

Comments

@dmitri-perelman
Copy link
Contributor

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).
@dmitri-perelman dmitri-perelman added on-roadmap On the current roadmap consensus Issues related to consensus labels Feb 4, 2020
@dmitri-perelman dmitri-perelman self-assigned this Feb 4, 2020
bors-libra pushed a commit that referenced this issue Feb 6, 2020
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 #2425

Closes: #2446
Approved by: dmitri-perelman
@davidiw davidiw closed this as completed Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consensus Issues related to consensus on-roadmap On the current roadmap
Projects
None yet
Development

No branches or pull requests

2 participants