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

test: Validate EIP712 patch in tests #2044

Merged
merged 4 commits into from
Nov 1, 2024

Conversation

drklee3
Copy link
Member

@drklee3 drklee3 commented Oct 31, 2024

Description

Copy link
Member

@pirtleshell pirtleshell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

just confirming... no changes are necessary to the e2e version of the EIP712 tests, correct? i don't recall what difference there was that made me recreate the tx building there.... but it is using the new ethermint's change that makes the tx not have a signing domain / salt.

@drklee3
Copy link
Member Author

drklee3 commented Nov 1, 2024

Yup no changes needed, just the extra validation on the updated domain fields are empty

@drklee3 drklee3 merged commit 8776c95 into release/v0.27.x Nov 1, 2024
10 of 11 checks passed
@drklee3 drklee3 deleted the dl-v0.27.x/eip712-tests branch November 1, 2024 19:59
@drklee3
Copy link
Member Author

drklee3 commented Nov 1, 2024

@Mergifyio backport master

Copy link
Contributor

mergify bot commented Nov 1, 2024

backport master

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request Nov 1, 2024
Tests various EIP712Domains in ante tests and assert EIP712 domain verifyingContract & salt fields in e2e tests. This is to ensure our patch has been properly applied and integrated.

(cherry picked from commit 8776c95)
drklee3 pushed a commit that referenced this pull request Nov 4, 2024
) (#2045)

Tests various EIP712Domains in ante tests and assert EIP712 domain verifyingContract & salt fields in e2e tests. This is to ensure our patch has been properly applied and integrated.

BREAKING CHANGE: This updates EIP712 domain to remove verifyingContract
and Salt fields as part of the fix for Metamask signing.

This ALSO includes Ethermint commits that are related to precompiles.
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.

2 participants