Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

EIP712 support #950

Merged
merged 30 commits into from
Feb 26, 2022
Merged

EIP712 support #950

merged 30 commits into from
Feb 26, 2022

Commits on Feb 10, 2022

  1. code migrated

    hanchon committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    e0af05e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9da0808 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. correct payload

    hanchon committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    44a15a9 View commit details
    Browse the repository at this point in the history
  2. eip712 working with evmos.me

    hanchon committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    17987e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. merge main

    crypto-facs committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    16c011c View commit details
    Browse the repository at this point in the history
  2. use geth TypedData types

    crypto-facs committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    cec0e70 View commit details
    Browse the repository at this point in the history
  3. fix linter

    crypto-facs committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    0dc3fc5 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. minor refactor

    fedekunze committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    d9025f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    7e6b8f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    0e8cb2d View commit details
    Browse the repository at this point in the history
  2. test first try

    crypto-facs committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    f8d1980 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. fix test

    crypto-facs committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    6e1a1cc View commit details
    Browse the repository at this point in the history
  2. fix tests

    crypto-facs committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    7786870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37843ef View commit details
    Browse the repository at this point in the history
  4. verify signature refactor

    crypto-facs committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    1991765 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a77691 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c35965e View commit details
    Browse the repository at this point in the history
  7. remove comment

    crypto-facs committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    f73127e View commit details
    Browse the repository at this point in the history
  8. code clean up

    hanchon committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    0f88c92 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72af14c View commit details
    Browse the repository at this point in the history
  10. fix linter

    crypto-facs committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    fd8eabe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7af8a62 View commit details
    Browse the repository at this point in the history
  12. Update app/ante/eip712.go

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    94d6dd4 View commit details
    Browse the repository at this point in the history
  13. fix pr comments

    crypto-facs committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    6160b26 View commit details
    Browse the repository at this point in the history
  14. remove hardcoded value

    crypto-facs committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    9d440f7 View commit details
    Browse the repository at this point in the history
  15. add more tests

    crypto-facs committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    63c22b6 View commit details
    Browse the repository at this point in the history
  16. add changelog

    crypto-facs committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    86c9a34 View commit details
    Browse the repository at this point in the history
  17. use sdk errors

    crypto-facs committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    34d2132 View commit details
    Browse the repository at this point in the history
  18. add MsgDelegate test

    crypto-facs committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    019a31a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c949991 View commit details
    Browse the repository at this point in the history