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

Optimize implementation of ERC20Capped #2524

Merged
merged 4 commits into from
Feb 24, 2021

Commits on Feb 22, 2021

  1. overload _mint in erc20capped instead of hooking to transfer: saves g…

    …as for regular transfers
    Amxx committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    b40bcbc View commit details
    Browse the repository at this point in the history
  2. Update contracts/token/ERC20/ERC20Capped.sol

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    070ce23 View commit details
    Browse the repository at this point in the history
  3. add changelog entry

    Amxx committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    646b976 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. edit documentation

    frangio authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    5896678 View commit details
    Browse the repository at this point in the history