-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: ABI refactor #3085
base: master
Are you sure you want to change the base?
feat: ABI refactor #3085
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c041f20 - Browse repository at this point
Copy the full SHA c041f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb48d9c - Browse repository at this point
Copy the full SHA cb48d9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74a6f50 - Browse repository at this point
Copy the full SHA 74a6f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0736344 - Browse repository at this point
Copy the full SHA 0736344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 584d354 - Browse repository at this point
Copy the full SHA 584d354View commit details -
Configuration menu - View commit details
-
Copy full SHA for f63a171 - Browse repository at this point
Copy the full SHA f63a171View commit details -
Configuration menu - View commit details
-
Copy full SHA for a618c89 - Browse repository at this point
Copy the full SHA a618c89View commit details
Commits on Sep 4, 2024
-
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts into np…
…/feat/abi-refactor
Configuration menu - View commit details
-
Copy full SHA for d74786a - Browse repository at this point
Copy the full SHA d74786aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e58b23 - Browse repository at this point
Copy the full SHA 8e58b23View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5eeaef - Browse repository at this point
Copy the full SHA a5eeaefView commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed8e598 - Browse repository at this point
Copy the full SHA ed8e598View commit details -
feat: sway type matchers (#3137)
* add matchers and PoC * add "full" flow * extract relevant regexes into variables * update generics * fix tupleRegex * Update sway-type-matchers.ts * refactor out parameterized tests * add test tags * Update packages/abi/src/matchers/sway-type-matchers.ts Co-authored-by: Peter Smith <[email protected]> * add `createMatcher` utility * remove typers and coders * remove irrelevant changes * fix test * rename `empty` to `void` * Update packages/abi/src/matchers/sway-type-matchers.ts Co-authored-by: Anderson Arboleya <[email protected]> * fix compilation --------- Co-authored-by: Peter Smith <[email protected]> Co-authored-by: Anderson Arboleya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 882a0a2 - Browse repository at this point
Copy the full SHA 882a0a2View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3a9b6f - Browse repository at this point
Copy the full SHA c3a9b6fView commit details
Commits on Sep 16, 2024
-
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts into np…
…/feat/abi-refactor
Configuration menu - View commit details
-
Copy full SHA for 09cddf0 - Browse repository at this point
Copy the full SHA 09cddf0View commit details -
chore: consolidate all ABI Sway programs (#3171)
* chore: consolidated all ABI Sway programs * chore: added missing `abi-library` * Update packages/fuel-gauge/test/fixtures/forc-projects/abi-contract/Forc.toml
Configuration menu - View commit details
-
Copy full SHA for 8eb9316 - Browse repository at this point
Copy the full SHA 8eb9316View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8235b4e - Browse repository at this point
Copy the full SHA 8235b4eView commit details -
chore: inform users if their
fuels
version is outdated (#3108)* test `reportUserVersion` * move util to `versions` package * export via cli and not index * log fuels version * fetch latest version * log out comparison * add changeset * fix tests * disable pr release * add tests * re-use `getBuiltinVersions` * move to `fuels` CLI from `versions` * revert test changes * revert tests * add tests * add testing group * add changeset * add a test case * print a msg if fetch fails * add error msg in one more place * fix test --------- Co-authored-by: Chad Nehemiah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e55da8 - Browse repository at this point
Copy the full SHA 5e55da8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7096791 - Browse repository at this point
Copy the full SHA 7096791View commit details -
build(deps): bump the deps-patch group (#3173)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Peter Smith <[email protected]> Co-authored-by: Chad Nehemiah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc0db20 - Browse repository at this point
Copy the full SHA dc0db20View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6b6af9 - Browse repository at this point
Copy the full SHA e6b6af9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e3b66c - Browse repository at this point
Copy the full SHA 7e3b66cView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd79318 - Browse repository at this point
Copy the full SHA bd79318View commit details
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 540d4e2 - Browse repository at this point
Copy the full SHA 540d4e2View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3659e50 - Browse repository at this point
Copy the full SHA 3659e50View commit details
Commits on Oct 6, 2024
-
feat: add missing matcher (#3247)
* add missing matcher * Update packages/abi/src/matchers/sway-type-matchers.ts * Update packages/abi/src/matchers/sway-type-matchers.ts Co-authored-by: Peter Smith <[email protected]> * fix * Update packages/abi/src/matchers/sway-type-matchers.ts * add tests --------- Co-authored-by: Peter Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 976c1bd - Browse repository at this point
Copy the full SHA 976c1bdView commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3605a1c - Browse repository at this point
Copy the full SHA 3605a1cView commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 052e7d7 - Browse repository at this point
Copy the full SHA 052e7d7View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43e6c6e - Browse repository at this point
Copy the full SHA 43e6c6eView commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e5e9cb - Browse repository at this point
Copy the full SHA 0e5e9cbView commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 691f3c0 - Browse repository at this point
Copy the full SHA 691f3c0View commit details