Skip to content

ADD: PartialTrieView reconstruction from ExecutionWitness #81

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thomas-quadratic
Copy link
Contributor

PR description

New feature for proof verification. This will include several steps:

  1. Deserialising geth execution witness format into intermediary representation.
  2. Building a View of the Partial Verkle Trie from that intermediary representation.
  3. Gather Verification Queries
  4. Call IPAMultiPointLib to verify the queries against the proof.

Fixed Issue(s)

Step 1 will probably be a PR in Besu.
Step 2 is this initial draft PR
Step 3 is coming
Step 4 will probably be a PR in rust-verkle.

Signed-off-by: Thomas Zamojski <thomas.zamojski@quadratic-labs.com>
Copy link

  • I thought about the changelog.

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