-
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 state manager #3139
StateManager: stateless verkle state manager #3139
Conversation
Codecov Report
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
df3bad1
to
870f350
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me for merging in main codebase after we resolve the peer dependancy for the wasm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gtg from my side
All comments have been addressed
Supersedes #2643 by rebasing the work on the current master branch w/ the verkle package.
run kaustinen2 sample network tests
DEBUG=ethjs,vm:*,evm:*,sm:* npx vitest run test/rpc/engine/kaustinen2.spec.ts
OR run actual kaustinen2 network:
DEBUG=ethjs,vm:*,evm:* npm run client:start:ts -- --dataDir /data/teme --network kaustinen --rpc --rpcEngine --rpcEngineAuth false
./setup.sh --dataDir k2data --network kaustinen --justCL
to run lodestar to feed ethereumjs blocks