-
Notifications
You must be signed in to change notification settings - Fork 759
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
StateManager: stateless verkle statemanager #2328
Conversation
Codecov Report
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
…/ethereumjs/ethereumjs-monorepo into vm/stateless-verkle-statemanager
I know the current version is basically prototyping, but at some point the wasm binary will need to be replaced with JS, because wasm is not supported in all environments, due to CSP, or other reasons. One example that cannot use wasm is Metamask. |
I know this will be some substantial amount of work (would count in 2 days or so) but it would also be good for this to make the switch to |
Absolutely! I was thinking about that while contributing to the buffers -> uint8array transition. Definitely makes sense to do this sooner rather than latter. I am planning on tackling this over the weekend. |
Pretty cool! 🙂 👍 |
Superseded by #2643 |
This PR builds on #1721 to resume work on the stateless verkle state manager.