-
Notifications
You must be signed in to change notification settings - Fork 342
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: batcher sends proof even if eip712 signature contents are incompatible #1005
Merged
MauroToscano
merged 27 commits into
staging
from
999-fix-batcher-sends-proof-even-if-eip712-signature-contents-are-incompatible
Sep 30, 2024
Merged
Changes from 15 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
9f50b7e
feat(wip)
uri-99 f39f5bc
fix: add InvalidPaymentServiceAddress to ValidityResponseMessage
uri-99 f4d7fbd
fix: understood issue, added comments
uri-99 d1aece2
refactor: remove --chain and --payment , replaced with --environment
uri-99 cff9c4b
feat: new error of NotAContract
uri-99 a0e8727
refactor: WIP task senders to use new param
uri-99 3909d61
refactor: change environment to network
uri-99 a76f39d
fix: task senders
uri-99 b35281b
fix: sp1 sender
uri-99 b4e98bb
chore: cargo clippy
uri-99 939e3cd
fix: wip docs
uri-99 5ac0862
docs: update 1.2_SDK_api_reference
uri-99 048c720
fix: setting max_fee
uri-99 f9d35d9
chore: remove prints
uri-99 a7b92e0
chore: removed more prints
uri-99 90ee57c
Merge branch 'staging' into 999-fix-batcher-sends-proof-even-if-eip71…
uri-99 44b3988
refactor: Copy trait on new enums to avoid usage of pointers
uri-99 25d8cff
fix: remove pointer on docs and extra impl in main.rs
uri-99 de09876
feat: InvalidPaymentServiceAddress has received and expected address …
uri-99 a41a854
chore: cargo fmt
uri-99 816798b
chore: example point sdk to latest commit
uri-99 a20bf76
Merge branch 'staging' into 999-fix-batcher-sends-proof-even-if-eip71…
uri-99 2edc257
fix: examples
uri-99 77e6ac6
chore: remove unused variable
uri-99 0e63597
fix: elf in ZKQuiz verifier contract
uri-99 1366aba
fix: error in comment
uri-99 5f896ae
remove: tests on sdk
uri-99 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is there any other check that can cover the difference?
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.
yes, on line
459
:This checks saves against "Holesky" and "HoleskyStage", since each one has a different payment service address
.So with those 2 checks, the batcher is certain the user signed and sent the message with the expected chainId and Network