Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-22 | 1.6 kB | |
v0.101.3 source code.tar.gz | 2025-07-22 | 4.8 MB | |
v0.101.3 source code.zip | 2025-07-22 | 5.8 MB | |
Totals: 3 Items | 10.6 MB | 2 |
Summary
In this release, we:
- Implemented the auto-consolidation flow to detect when the max UTXO limit has been reached.
- Added helper function for consolidating coins (consolidateCoins
).
- Added method for consolidating non-base assets.
- Added the JSON ABI error entry to FuelError.metadata
property
- Added detection and handling for malformed response body
- Deprecate function signature in InvocationScope
helper methods
- Add support for object parameter at TransactionResponse
constructor
Features
- #3929 - Added auto-consolidation of coins, by @petertonysmith94
- #3923 - Consolidate non-base asset, by @petertonysmith94
Chores
- #3921 - Add JSON ABI error entry to
FuelError.metadata
, by @Torres-ssf - #3904 - Upgrade
esbuild
dependency, by @dependabot - #3913 - Handling for malformed response body, by @petertonysmith94
- #3920 - Deprecate helpers related to
InvocationScope
, by @Torres-ssf - #3911 - Add object parameter support to
TransactionResponse
constructor, by @Torres-ssf