We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that bootstrap only uses SnapshotHashes for snapshot discovery, we no longer need to push to LegacySnapshotHashes inside of SnapshotGossipManager.
SnapshotHashes
LegacySnapshotHashes
However
We must wait until the cluster has upgraded—to v1.16 or later1—first.
Once that happens, we can stop pushing to LegacySnapshotHashes, and maybe even remove it from CRDS!
Or really whatever version is the first to include https://github.com/solana-labs/solana/pull/31275 ↩
The text was updated successfully, but these errors were encountered:
brooksprumo
Successfully merging a pull request may close this issue.
Now that bootstrap only uses
SnapshotHashes
for snapshot discovery, we no longer need to push toLegacySnapshotHashes
inside of SnapshotGossipManager.However
We must wait until the cluster has upgraded—to v1.16 or later1—first.
Once that happens, we can stop pushing to LegacySnapshotHashes, and maybe even remove it from CRDS!
Footnotes
Or really whatever version is the first to include https://github.com/solana-labs/solana/pull/31275 ↩
The text was updated successfully, but these errors were encountered: