-
Notifications
You must be signed in to change notification settings - Fork 721
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
[FR] - Add support for reading checkpoint data #5730
Comments
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. |
Internal/External
Internal if an IOHK staff member.
Area
Other Any other topic (Delegation, Ranking, ...).
Describe the feature you'd like
Implement a solution allowing checkpoint data to be provided to the node such that:
The functionality already exists in Consensus (IntersectMBO/ouroboros-consensus#898), remaining work is to (optionally) parse the relevant checkpoint data and propagate them to Consensus.
Sketch: Optionally, the node config file can contain a path to a file containing the snapshots, eg
indicating checkpoint hashes for block numbers 20 and 30.
Concretely, it needs to be passed here:
cardano-node/cardano-node/src/Cardano/Node/Protocol/Cardano.hs
Lines 240 to 241 in 341ea87
The text was updated successfully, but these errors were encountered: