-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Proof] Relay signature & Merkle proof validation #406
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! 😎
I had a couple questions, but otherwise this is looking great. 👌
Co-authored-by: Redouane Lakrache <[email protected]>
Co-authored-by: Bryan White <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI will now also run the e2e tests on devnet, which increases the time it takes to complete all CI checks. If you just created a pull request, you might need to push another commit to produce a container image DevNet can utilize to spin up infrastructure. You can use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My update:
- Reviewed the changes: looks good
- Added a tiny comment update: linking to our discussion
- Merged with main
- Pushed
- Enabled E2E tests
Let's get everything 🟢 and then !!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My update:
- Reviewed the changes: looks good
- Added a tiny comment update: linking to our discussion
- Merged with main
- Pushed
- Enabled E2E tests
Let's get everything 🟢 and then !!!
The CI will now also run the e2e tests on devnet, which increases the time it takes to complete all CI checks. If you just created a pull request, you might need to push another commit to produce a container image DevNet can utilize to spin up infrastructure. You can use |
All change requests have been addressed
Co-authored-by: Bryan White <[email protected]> Co-authored-by: Daniel Olshansky <[email protected]>
Summary
Human Summary
Validate relay signatures and and merkle proof:
SparseMerkleClosestProof
and extract theRelay
that is present in theClosestValueHash
propertyRelayResponse
signatureRelayRequest
signatureproof.Path
matches the earliest proof submission block hashAI Summary
reviewpad:summary
Issue
Type of change
Select one or more:
Testing
make go_develop_and_test
make test_e2e
devnet-test-e2e
label to the PR. This is VERY expensive, only do it after all the reviews are complete.Sanity Checklist