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 ERC3156 extension of ERC20 (flash minting and lending) #2543

Merged
merged 25 commits into from
Apr 6, 2021

Commits on Mar 23, 2021

  1. add ERC3156 extension of ERC20

    Amxx committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    b263508 View commit details
    Browse the repository at this point in the history
  2. ERC3165 documentation

    Amxx committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    6130c24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a6f007 View commit details
    Browse the repository at this point in the history
  4. update ERC20 documentation

    Amxx committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    5f9a11c 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
    d1a156e View commit details
    Browse the repository at this point in the history
  6. ERC20 extension documentation

    Amxx committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    e346ef6 View commit details
    Browse the repository at this point in the history
  7. Update contracts/token/ERC20/README.adoc

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    ac7d0d9 View commit details
    Browse the repository at this point in the history
  8. Update contracts/token/ERC20/README.adoc

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    a0f4762 View commit details
    Browse the repository at this point in the history
  9. Update contracts/token/ERC20/README.adoc

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    14f12e7 View commit details
    Browse the repository at this point in the history
  10. Update contracts/token/ERC20/extensions/draft-ERC20FlashMint.sol

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    0a0a6f4 View commit details
    Browse the repository at this point in the history
  11. Update test/token/ERC20/extensions/draft-ERC20FlashMint.test.js

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    1650488 View commit details
    Browse the repository at this point in the history
  12. Update test/token/ERC20/extensions/draft-ERC20FlashMint.test.js

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    1cb7ef0 View commit details
    Browse the repository at this point in the history
  13. Update contracts/mocks/ERC3156FlashBorrowerMock.sol

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    90c774d View commit details
    Browse the repository at this point in the history
  14. address PR comments

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

Commits on Mar 25, 2021

  1. fix typos in readme

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

Commits on Mar 26, 2021

  1. Update contracts/token/ERC20/extensions/draft-ERC20FlashMint.sol

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    3cec88e View commit details
    Browse the repository at this point in the history
  2. Update contracts/token/ERC20/extensions/draft-ERC20FlashMint.sol

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    d64e6e6 View commit details
    Browse the repository at this point in the history
  3. Update contracts/token/ERC20/extensions/draft-ERC20FlashMint.sol

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    6b9bcdc View commit details
    Browse the repository at this point in the history
  4. Update contracts/token/ERC20/extensions/draft-ERC20FlashMint.sol

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    67df750 View commit details
    Browse the repository at this point in the history
  5. Update contracts/token/ERC20/extensions/draft-ERC20FlashMint.sol

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    5f7617b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    581b23b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3039307 View commit details
    Browse the repository at this point in the history
  8. fix tests for ERC20FlashMint

    Amxx committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    17db268 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

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

Commits on Apr 6, 2021

  1. fix typo

    frangio authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    2e61d2a View commit details
    Browse the repository at this point in the history