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

delete all keys from a given block #17

Open
joshua-roberts opened this issue Mar 1, 2024 · 0 comments
Open

delete all keys from a given block #17

joshua-roberts opened this issue Mar 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@joshua-roberts
Copy link
Member

Explore the possibility of creating a method such as deleteKeysFromBlock(blockNum) where we can delete all the keys from a block. It would probably only delete keys that exist in blocks that come after the given block otherwise it would delete the only write and therefore would not be included in the world state.

There could also be a method to delete the key(s) from the last N blocks that write the key(s).

@joshua-roberts joshua-roberts added the enhancement New feature or request label Mar 1, 2024
@joshua-roberts joshua-roberts self-assigned this Mar 1, 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