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

chore(deps)!: Update Ethermint and validate EIP712 patch (backport #2044) #2045

Merged
merged 2 commits into from
Nov 4, 2024

Commits on Nov 1, 2024

  1. test: Validate EIP712 patch in tests (#2044)

    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 authored and mergify[bot] committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    91f1301 View commit details
    Browse the repository at this point in the history
  2. chore!(deps): Update ethermint with EIP712 domain patch

    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.
    drklee3 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    fccad23 View commit details
    Browse the repository at this point in the history