-
Notifications
You must be signed in to change notification settings - Fork 15
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
cardano-cli command which outputs ledger peers #571
Comments
@disassembler idea: let's include a reference to topology file, so the big ledger peers are not directly included poluting the topology file. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
This issue was closed because it has been stalled for 120 days with no activity. Remove stale label or comment or this will be closed in 60 days. |
In the future, Daedalus (or any other wallet) will need to be distributed with a snapshot of ledger peers. For that reason the
cardano-cli
command needs to have query which list all registered ledger peers which includes:This information should be exactly what the networking component receives using
LedgerPeersConsensusInterface
.A bonus feature would be to write a p2p topology file which contains these root peers. Note that the current format of the p2p topology file will need to be changed (currently staking information is not part of it, ref).
The text was updated successfully, but these errors were encountered: