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

Add post state values for block execution to the execution witness #6690

Closed
tanishqjasoria opened this issue Feb 11, 2024 · 2 comments
Closed

Comments

@tanishqjasoria
Copy link
Contributor

tanishqjasoria commented Feb 11, 2024

Post verkle, we include ExecutionWitness in the ExecutionPayload
Draft PR: https://github.com/ethereum/consensus-specs/pull/3230/files
In ExecutionWitness, aside from VerkleProof, we also include Keys that were modifed and the corresponding values before(pre-state) and after(post-state) modification.

In the current implemenation, we already include the kpre-state values, now we just need to collect the changed values and add it to the ExecutionWitness.

@shubham-sonthalia
Copy link
Contributor

Hi @tanishqjasoria is this issue still relevant? Can I give it a shot?

@tanishqjasoria
Copy link
Contributor Author

yes, this is still relevent.

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

4 participants