We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need get_visitor implementation for verkle trie structure. It should be inspired by the same function that Besu uses in their MPT.
The implementer would need to dig deep into besu's code and make small but meaningful contribution
cc @thomas-quadratic when you catch time add more info about this
The text was updated successfully, but these errors were encountered:
Ok, I'll work on this one
Sorry, something went wrong.
ENH: implementation of GetVisitor and fixes in PutVisitor
ffb35ea
Implements GetVisitor, fixes PutVisitor and adds functional tests to SimpleVerkleTrie Closes issue #15
d7b4434
No branches or pull requests
We need get_visitor implementation for verkle trie structure. It should be inspired by the same function that Besu uses in their MPT.
The implementer would need to dig deep into besu's code and make small but meaningful contribution
cc @thomas-quadratic when you catch time add more info about this
The text was updated successfully, but these errors were encountered: