Skip to content
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

Change VerkleSpecTests to also do rollback of state #7812

Open
lu-pinto opened this issue Oct 25, 2024 · 0 comments
Open

Change VerkleSpecTests to also do rollback of state #7812

lu-pinto opened this issue Oct 25, 2024 · 0 comments
Assignees

Comments

@lu-pinto
Copy link
Contributor

Currently verkle spec tests are only doing rollforward by implementing state change from transaction in test but we should also test rollback of state similar to https://github.com/hyperledger/besu/blob/verkle/ethereum/referencetests/src/main/java/org/hyperledger/besu/ethereum/referencetests/BonsaiReferenceTestWorldState.java#L114-L125

The most challenging here is the fact that VerlkleSpecTests are running the same as BlockchainReferenceTests and this rollback testing is done in GeneralReferenceTests which have very different initialisation code paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@lu-pinto and others