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(modules): standalone erc20 with own store #3087

Open
wants to merge 54 commits into
base: main
Choose a base branch
from

Commits on Aug 28, 2024

  1. add package

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    26100d2 View commit details
    Browse the repository at this point in the history
  2. update gitignore

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7889451 View commit details
    Browse the repository at this point in the history
  3. update README

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6a305d1 View commit details
    Browse the repository at this point in the history
  4. add tables to config

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a12c8ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ce58bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51f8629 View commit details
    Browse the repository at this point in the history
  7. rm old gas-report

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d0aebeb View commit details
    Browse the repository at this point in the history
  8. add dist/

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6e8d675 View commit details
    Browse the repository at this point in the history
  9. update package.json

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7a3d91a View commit details
    Browse the repository at this point in the history
  10. update lockfile

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9bcf408 View commit details
    Browse the repository at this point in the history
  11. tablegen

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7070f43 View commit details
    Browse the repository at this point in the history
  12. comments

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d48134c View commit details
    Browse the repository at this point in the history
  13. natspec

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    64a8ed9 View commit details
    Browse the repository at this point in the history
  14. transfer functions

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1293538 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    56bcd40 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    83af90f View commit details
    Browse the repository at this point in the history
  17. format

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4463f2c View commit details
    Browse the repository at this point in the history
  18. implement transferFrom()

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    947d8b8 View commit details
    Browse the repository at this point in the history
  19. implement _burn()

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0f64286 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1d6ab4b View commit details
    Browse the repository at this point in the history
  21. reorder functions

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d9bc309 View commit details
    Browse the repository at this point in the history
  22. add mint test

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    13b9273 View commit details
    Browse the repository at this point in the history
  23. add burn test

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d2a1968 View commit details
    Browse the repository at this point in the history
  24. update imports

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d485af9 View commit details
    Browse the repository at this point in the history
  25. comments

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e97d283 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ab4e0a4 View commit details
    Browse the repository at this point in the history
  27. add Transfer() test

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    94cb254 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9f5b2c3 View commit details
    Browse the repository at this point in the history
  29. add GasReporter to tests

    TamaraRingas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    150ee12 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    32c87b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. add GasReporter to tests

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9ce92f9 View commit details
    Browse the repository at this point in the history
  2. add charlie address

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2f43d48 View commit details
    Browse the repository at this point in the history
  3. set Store address

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1f18db5 View commit details
    Browse the repository at this point in the history
  4. add owner to Token

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    36958a0 View commit details
    Browse the repository at this point in the history
  5. add owner to constructor

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b1d2790 View commit details
    Browse the repository at this point in the history
  6. add owner to Token

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    46e6047 View commit details
    Browse the repository at this point in the history
  7. add owner to constructor

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5243007 View commit details
    Browse the repository at this point in the history
  8. add fuzz tests

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    938be58 View commit details
    Browse the repository at this point in the history
  9. update natspec

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    914b0d5 View commit details
    Browse the repository at this point in the history
  10. rename MUDERC20 to ERC20

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1ba9cca View commit details
    Browse the repository at this point in the history
  11. add gas report

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    31d4192 View commit details
    Browse the repository at this point in the history
  12. bump pragma

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2f84632 View commit details
    Browse the repository at this point in the history
  13. add changeset

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3332e1e View commit details
    Browse the repository at this point in the history
  14. add changeset

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    281a554 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a41870a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d512f84 View commit details
    Browse the repository at this point in the history
  17. update gas-report.json

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5cefafb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    92b0b40 View commit details
    Browse the repository at this point in the history
  19. Update package.json

    Co-authored-by: Kevin Ingersoll <[email protected]>
    TamaraRingas and holic authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b081cc5 View commit details
    Browse the repository at this point in the history
  20. Update package.json

    Co-authored-by: Kevin Ingersoll <[email protected]>
    TamaraRingas and holic authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6b4c925 View commit details
    Browse the repository at this point in the history
  21. Update package.json

    Co-authored-by: Kevin Ingersoll <[email protected]>
    TamaraRingas and holic authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    41971c7 View commit details
    Browse the repository at this point in the history
  22. update lockfile

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    43c37b6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a6534e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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