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 external store #3094

Open
wants to merge 92 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
  24. add new package

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6a56b71 View commit details
    Browse the repository at this point in the history
  25. update lockfile

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    414389f View commit details
    Browse the repository at this point in the history
  26. Contract skeletons

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    57a45b5 View commit details
    Browse the repository at this point in the history
  27. add Store

    TamaraRingas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d50f24a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. update imports

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1415c02 View commit details
    Browse the repository at this point in the history
  2. update imports

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    be4ef5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2267b95 View commit details
    Browse the repository at this point in the history
  4. update mud.config.ts

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2182594 View commit details
    Browse the repository at this point in the history
  5. tablegen

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8fd79d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ac0213 View commit details
    Browse the repository at this point in the history
  7. set store address

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fa0b455 View commit details
    Browse the repository at this point in the history
  8. Update imports

    Co-authored-by: Kevin Ingersoll <[email protected]>
    TamaraRingas and holic authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e033211 View commit details
    Browse the repository at this point in the history
  9. rm old gas report

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c15a3d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ba1a10 View commit details
    Browse the repository at this point in the history
  11. talegen

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fe813ce View commit details
    Browse the repository at this point in the history
  12. rm id field

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e4de969 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f533220 View commit details
    Browse the repository at this point in the history
  14. implement Store contract

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

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    201d9b8 View commit details
    Browse the repository at this point in the history
  16. rm IStore

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c7697f9 View commit details
    Browse the repository at this point in the history
  17. add tests

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    15cda8c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9d64323 View commit details
    Browse the repository at this point in the history
  19. update tests

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1c2aad6 View commit details
    Browse the repository at this point in the history
  20. add getStaticField()

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8e935a8 View commit details
    Browse the repository at this point in the history
  21. add getDynamicField()

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6437647 View commit details
    Browse the repository at this point in the history
  22. rm commented code

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3b287bb View commit details
    Browse the repository at this point in the history
  23. add gas report

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

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3c50195 View commit details
    Browse the repository at this point in the history
  25. add changeset

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7d43058 View commit details
    Browse the repository at this point in the history
  26. update package.json

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0e635fa View commit details
    Browse the repository at this point in the history
  27. add changeset

    TamaraRingas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    69fc634 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1367813 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c094ba4 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    f94000b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eba5e5 View commit details
    Browse the repository at this point in the history
  3. add getDynamicField()

    TamaraRingas committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c8f0f38 View commit details
    Browse the repository at this point in the history
  4. add getStaticField()

    TamaraRingas committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c8109b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    f7bba1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ea7a95 View commit details
    Browse the repository at this point in the history