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

Define update interface to ledger #613

Open
nc6 opened this issue Jan 20, 2021 · 2 comments
Open

Define update interface to ledger #613

nc6 opened this issue Jan 20, 2021 · 2 comments

Comments

@nc6
Copy link
Contributor

nc6 commented Jan 20, 2021

Consensus relies on parts of the ledger code in order to determine the time of forks. However, this is at present done by digging into parts of the ledger state that are not guaranteed to remain invariant across eras. We should instead define a suitable API to allow consnesus to query the ledger concerning upcoming updates, and implement this for the various ledger eras.

Note that PR IntersectMBO/ouroboros-network#2888 includes a partial response to this, but is unsuitable for long-term use - it just makes the current digging into the ledger state explicit.

@dnadales dnadales transferred this issue from IntersectMBO/ouroboros-network Nov 30, 2023
@amesgen
Copy link
Member

amesgen commented Nov 30, 2023

Related to #60 and #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants