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

fix: support a verkle pre-tree at the conversion block #313

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

gballet
Copy link
Owner

@gballet gballet commented Nov 28, 2023

The current conversion code panics if it tries to create a proof at the first block. This is because the previous tree is a MPT and no verkle proof can be made against the MPT.

As a result, this PR swaps the MPT with an empty verkle tree, so the proof will be against an empty verkle tree, which is the correct interpretation of a transition proof.

@gballet gballet merged commit 609c973 into kaustinen-with-shapella Jan 29, 2024
2 of 3 checks passed
gballet added a commit that referenced this pull request May 7, 2024
* fix: support a verkle pre-tree at the conversion block

* make linter happy
gballet added a commit that referenced this pull request May 8, 2024
* fix: support a verkle pre-tree at the conversion block

* make linter happy
gballet added a commit that referenced this pull request May 8, 2024
* fix: support a verkle pre-tree at the conversion block

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

Successfully merging this pull request may close these issues.

1 participant