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