Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-10 | 1.0 kB | |
v0.101.2 source code.tar.gz | 2025-06-10 | 4.8 MB | |
v0.101.2 source code.zip | 2025-06-10 | 5.8 MB | |
Totals: 3 Items | 10.6 MB | 0 |
Summary
In this release, we:
- Implement support for new ABI error codes
- Populated transaction summary property calls
with invoked contract fn
and args
- Deprecated Node 18 - upgrade to a newer version of Node.
- Upgraded forc
to 0.68.6
Features
- #3894 - Implement support for new ABI error codes, by @Torres-ssf
Fixes
- #3897 - Contract operation summary for multi-calls, by @Torres-ssf
Chores
- #3889 - Updated dependencies, by @dependabot
- #3902 - Support Node 24 - depreciate Node 18, by @petertonysmith94
- #3903 - Upgraded
forc
to0.66.8
, by @petertonysmith94