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

replicate sc_state_db::pruning module #3898

Closed
timwu20 opened this issue Apr 16, 2024 · 0 comments
Closed

replicate sc_state_db::pruning module #3898

timwu20 opened this issue Apr 16, 2024 · 0 comments
Assignees

Comments

@timwu20
Copy link
Contributor

timwu20 commented Apr 16, 2024

Issue summary

  • Maintain a list of nodes pending deletion.
  • Uses a global index of node key to block number.
  • If a node is re-inserted into the window it gets removed from the death list.
  • Changes are journaled in the DB.

Other information and links

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

1 participant