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(cli,create-mud,store,world): add abi-ts to replace typechain #1403

Merged
merged 33 commits into from
Sep 7, 2023

Commits on Sep 6, 2023

  1. add abi-ts command to cli

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f449eac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b20d25b View commit details
    Browse the repository at this point in the history
  3. missed a spot

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d4d1028 View commit details
    Browse the repository at this point in the history
  4. migrate phaser template

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1b35370 View commit details
    Browse the repository at this point in the history
  5. migrate threejs template

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d7734f8 View commit details
    Browse the repository at this point in the history
  6. migrate vanilla template

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d211c62 View commit details
    Browse the repository at this point in the history
  7. migrate example

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    78bea9d View commit details
    Browse the repository at this point in the history
  8. missed a spot

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6ef808b View commit details
    Browse the repository at this point in the history
  9. migrate e2e

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a1b1eec View commit details
    Browse the repository at this point in the history
  10. missed some spots

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    571c03c View commit details
    Browse the repository at this point in the history
  11. don't need that anymore

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7d5ac5f View commit details
    Browse the repository at this point in the history
  12. migrate store

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a7f3982 View commit details
    Browse the repository at this point in the history
  13. don't need rimraf here

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8016136 View commit details
    Browse the repository at this point in the history
  14. migrate world

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    cf4e705 View commit details
    Browse the repository at this point in the history
  15. clean up

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    daaad4d View commit details
    Browse the repository at this point in the history
  16. move abi-ts to its own package

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    41faed3 View commit details
    Browse the repository at this point in the history
  17. clean up

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5d3d23e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d43b75f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    54212f7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1676632 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7debbb1 View commit details
    Browse the repository at this point in the history
  22. remove unnecessary re-export

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c531ea4 View commit details
    Browse the repository at this point in the history
  23. remove last of typechain

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0c276ca View commit details
    Browse the repository at this point in the history
  24. Create six-cats-agree.md

    holic committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    07f7178 View commit details
    Browse the repository at this point in the history
  25. Update packages/abi-ts/src/abi-ts.ts

    Co-authored-by: alvarius <alvarius@lattice.xyz>
    holic and alvrs committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    250fa3c View commit details
    Browse the repository at this point in the history
  26. Update .changeset/six-cats-agree.md

    Co-authored-by: alvarius <alvarius@lattice.xyz>
    holic and alvrs committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5e65ac7 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. write .d.ts files instead

    holic committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1130370 View commit details
    Browse the repository at this point in the history
  2. move everything to .d.ts files

    holic committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9668125 View commit details
    Browse the repository at this point in the history
  3. update changeset

    holic committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6cf1113 View commit details
    Browse the repository at this point in the history
  4. update command name

    holic committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    5dffb6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f5977a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01acc9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1efce8d View commit details
    Browse the repository at this point in the history