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

Raw block storage for rollback buffer #120

Open
wolf31o2 opened this issue Mar 7, 2024 · 0 comments
Open

Raw block storage for rollback buffer #120

wolf31o2 opened this issue Mar 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@wolf31o2
Copy link
Member

wolf31o2 commented Mar 7, 2024

The UTxO RPC spec handles rollbacks differently than Ouroboros and will return "undo" blocks on a rollback, so if a rollback rolls back 3 blocks, it will replay those blocks in reverse order as an undo block until it rewinds to the correct point. This allows downstream consumers to be stateless, but it requires us to maintain some kind of persistent buffer to service these requests.

@wolf31o2 wolf31o2 added the enhancement New feature or request label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant