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

ERC20 #2056

Closed
wants to merge 4 commits into from
Closed

ERC20 #2056

wants to merge 4 commits into from

Commits on Sep 7, 2021

  1. Initial erc20 library with test token and example.

    Michał Papierski committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    ff594e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Apply feedback

    - U512 -> U256
    - ERC20 object instead of free function
    - Address instead of AccountHash
    Michał Papierski committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    ac4f30c View commit details
    Browse the repository at this point in the history
  2. Revert types crate changes.

    Michał Papierski committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    4b03b9f View commit details
    Browse the repository at this point in the history
  3. Add boilerplate tests for erc20 example token.

    Michał Papierski committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    d458e33 View commit details
    Browse the repository at this point in the history