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

Verkle integration into distinct trie #2133

Merged
merged 9 commits into from
Apr 16, 2024

Conversation

advaita-saha
Copy link

@advaita-saha advaita-saha commented Apr 16, 2024

This PR integrates the verkle-specific accounts operations in an abstraction similar to distinct_tries which in-turn will be interacting with the state DB, the following are most of the functionality:

  1. initiate the Verkle Trie
  2. getter and updater functions for accounts and storage from the unified verkle trie (as per EIP-6800)
  3. setting the Verkle Trie type in turn would be interacting with core Db for data persistence

@advaita-saha advaita-saha marked this pull request as ready for review April 16, 2024 09:28
@advaita-saha advaita-saha merged commit 157aff0 into verkle-kaustinen Apr 16, 2024
25 checks passed
@advaita-saha advaita-saha deleted the verkle-kaustinen-dtrie branch April 16, 2024 09:35
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

Successfully merging this pull request may close these issues.

None yet

2 participants