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

feat: add OptimismMintableFiatTokenV2_2 for compatibility with IOptimismMintableERC20 #451

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Apr 24, 2024

  1. add OptimismFiatTokenV2_2

    alvrs committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    89a7982 View commit details
    Browse the repository at this point in the history
  2. add natspec

    alvrs committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9997137 View commit details
    Browse the repository at this point in the history
  3. use predeploy bridge

    alvrs committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9e471ed View commit details
    Browse the repository at this point in the history
  4. call parent constructor

    alvrs committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    adcd09d View commit details
    Browse the repository at this point in the history
  5. add tests

    alvrs committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    224bba5 View commit details
    Browse the repository at this point in the history
  6. use kwargs style syntax

    alvrs committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4e1a072 View commit details
    Browse the repository at this point in the history
  7. revert changes to package.json

    alvrs committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d2887f4 View commit details
    Browse the repository at this point in the history
  8. remove unused variable

    alvrs committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5144f94 View commit details
    Browse the repository at this point in the history
  9. remove todo

    alvrs committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    312f27d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    174f0e4 View commit details
    Browse the repository at this point in the history
  11. update param names

    alvrs committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a9e5131 View commit details
    Browse the repository at this point in the history
  12. make l1 token optional

    alvrs committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    670f674 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2e295a2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4466a7e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    4703175 View commit details
    Browse the repository at this point in the history
  2. add upgrade script

    alvrs committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    fd2c580 View commit details
    Browse the repository at this point in the history
  3. remove unused variable

    alvrs committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2e6dd3f View commit details
    Browse the repository at this point in the history
  4. emit msg.sender as minter

    alvrs committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9edbf79 View commit details
    Browse the repository at this point in the history
  5. respect blacklist in burn

    alvrs committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    67ed7e6 View commit details
    Browse the repository at this point in the history
  6. minor upgrade script polish

    alvrs committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    891d66e View commit details
    Browse the repository at this point in the history
  7. ignore _from blacklist in burn

    alvrs committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    fb58394 View commit details
    Browse the repository at this point in the history