Skip to content

v0.101.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 15:09
· 1 commit to master since this release
e4cf8af

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

Chores