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

Add ability to rollback to a block height and replay N blocks #3828

Open
rootulp opened this issue Aug 28, 2024 · 1 comment
Open

Add ability to rollback to a block height and replay N blocks #3828

rootulp opened this issue Aug 28, 2024 · 1 comment
Labels
nice to have item is not blocking or required.

Comments

@rootulp
Copy link
Collaborator

rootulp commented Aug 28, 2024

Context

Difficult to test the fix proposed in #3826

Problem

It isn't currently possible to rollback to a particular block height (i.e. before the v2 activation height on arabica) and then replay a series of blocks after. This would be extremely useful for testing the PR above.

Proposal

Write a tool that enables maintainers to rollback to a particular block height and then replay N blocks after that. Ideally the blocks are stored locally so that maintainer does not need to refetch them from the p2p layer.

@rootulp rootulp added the nice to have item is not blocking or required. label Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nice to have item is not blocking or required.
Projects
None yet
Development

No branches or pull requests

4 participants
@rootulp and others