New
v0.101.3
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.metadataproperty - Added detection and handling for malformed response body
- Deprecate function signature in
InvocationScopehelper methods - Add support for object parameter at
TransactionResponseconstructor
Features
- #3929 - Added auto-consolidation of coins, by @petertonysmith94