v0.89.0
fuel-service-user
released this
29 May 14:00
·
459 commits
to master
since this release
Breaking
- Features
- #2395 - Pass base asset ID for withdrawals, by @danielbate
- #2333 - Transfer for multiple addresses, by @Torres-ssf
- Chores
- #2143 - Remove built-in binaries for
forc
andfuel-core
, by @petertonysmith94
- #2143 - Remove built-in binaries for
Features
- #2412 - Improve
arrayify
error message, by @danielbate - #2367 - Support generic enums in
typegen
, by @nedsalk - #2359 - Make
typegen
factories an object instance, by @nedsalk - #2376 - Add new
node
command tofuels
CLI, by @Dhaiwat10 - #2372 - Support
forc build --json-abi-with-callpaths
flag, by @nedsalk
Fixes
- #2368 -
typegen
generic enums and./common
import (predicates, scripts), by @nedsalk - #2380 - Add
predicateData
to predicate resources and inputs, by @Torres-ssf - #2370 -
typegen
enum using specified generic, by @nedsalk - #2413 -
enum
size validation, by @danielbate - #2341 - Use
V1
encode forUpgrade
andUpload
transaction coders, by @Torres-ssf - #2404 - Reading of sway types when loading
fuels.config.ts
, by @nedsalk
Chores
- #2364 - Add test to verify
create fuels
template integrity, by @petertonysmith94 - #2358 - Refactor for performance improvements, by @maschad
- #2398 - Exporting
FuelError
class in umbrella package, by @arboleya - #2334 - Use dev-net chain config for local node, by @Torres-ssf
- #2401 - Upgrade forc 0.60.0, by @Torres-ssf
- #2332 - Added
messagesTypes
toJsonAbi
, by @petertonysmith94