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

Adding support for ERC 1271 #33

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Sep 8, 2020

  1. Upgrade truffle to version 5.1.43

     - Upgrade solidity code to v0.5.16 and its breaking changes
      - Update test cases code for the breaking changes of web3 v1.2.1
    maltabba committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    4eecc10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de099dd View commit details
    Browse the repository at this point in the history
  3. small fixes for IERC1271 usage

    maltabba committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    c6a8e2a View commit details
    Browse the repository at this point in the history
  4. Add methods overloading to EthereumDIDRegistry.sol for compatibility …

    …with ERC1271
    maltabba committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    a8d0e52 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Adding test cases Signed methods

     - Test the methods that accepts the composed signature that is signed by a private key
    maltabba committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    53818db View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Write tests for using Contract Signature at EthereumDIDRegistry

     - And add ERC1271 Sample contract
    maltabba committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    cf92559 View commit details
    Browse the repository at this point in the history