-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Update EIP-7612: Add test cases for EIP-7612 overlay tree #9473
base: master
Are you sure you want to change the base?
Conversation
File
|
The commit 207e2fa (as a parent of d2e69ae) contains errors. |
Do we also want to add reorg test cases before finalization?
|
@matkt Corrected. Hope now it looks alright |
@jsign could you check it please when you have a free moment? |
This pull request adds comprehensive test cases to EIP-7612 (Verkle state transition via an overlay tree). The test cases cover the core functionality of the overlay tree mechanism:
These test cases provide clear guidance for implementers to verify their overlay tree implementations and ensure compatibility across different Ethereum clients. The test cases follow a consistent format with setup, actions, and expected outcomes for each scenario.