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

Add EIP712 TypedDataEncoder #343

Merged
merged 11 commits into from
Jan 21, 2024
Merged

Add EIP712 TypedDataEncoder #343

merged 11 commits into from
Jan 21, 2024

Commits on Jan 18, 2024

  1. Add initial TypedDataEncoder

    sc0Vu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f16fe9c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Minor update TypedDataEncoder

    sc0Vu committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    7aba28a View commit details
    Browse the repository at this point in the history
  2. Fix toHex for string number

    sc0Vu committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6c3a335 View commit details
    Browse the repository at this point in the history
  3. Update TypedDataEncoder

    sc0Vu committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f689aab View commit details
    Browse the repository at this point in the history
  4. Update hash eip712 message

    sc0Vu committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    56f17fc View commit details
    Browse the repository at this point in the history
  5. Fix typo

    sc0Vu committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ea105fc View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Add parseArrayType

    sc0Vu committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    5441242 View commit details
    Browse the repository at this point in the history
  2. Fix suffix 0 in hexToBin

    sc0Vu committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    dd37131 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c18995 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    fed356e View commit details
    Browse the repository at this point in the history
  2. Fix test

    sc0Vu committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    545a1fc View commit details
    Browse the repository at this point in the history