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 tooling to verify signatures with support for ERC1271 #2532

Merged
merged 9 commits into from Apr 7, 2021

Commits on Mar 23, 2021

  1. SignatureChecker library

    SignatureChecker is a library for seamless verification of signature with support for both EOA (ECDSA) and smart contract wallets (ERC1271)
    Amxx committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    ab231b6 View commit details
    Browse the repository at this point in the history
  2. use 0.8.0 and try/catch

    Amxx committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    f61738f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a27091 View commit details
    Browse the repository at this point in the history
  4. rebase onto master

    Amxx committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    83fa1d7 View commit details
    Browse the repository at this point in the history
  5. add changelog entry

    Amxx committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    ecdfe1c View commit details
    Browse the repository at this point in the history
  6. add doc entry

    Amxx committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    9a2b018 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

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

Commits on Apr 6, 2021

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

Commits on Apr 7, 2021

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