-
Notifications
You must be signed in to change notification settings - Fork 304
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
feat: add method to compute storage root #1243
Comments
closed in favor of the work on keth |
github-project-automation
bot
moved this from 🆕 Backlog
to ✅ Done
in Kakarot's Project Management
Oct 9, 2024
matthieuauger
pushed a commit
to matthieuauger/kakarot
that referenced
this issue
Nov 9, 2024
* Add unit tests for EthereumTransactionStore * fix StoredTransactionHash * fix comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Describe the Feature Request
Add a method
root
to compute the storage root.Necessary step before #1234.
For reference: https://github.com/ethereum/execution-specs/blob/master/src/ethereum/shanghai/trie.py#L89
List of function to replicate:
encode_node
is not needed for storage as it is bytesThe text was updated successfully, but these errors were encountered: