v0.89.0
版本发布时间: 2024-05-29 22:00:44
FuelLabs/fuels-ts最新发布版本:v0.94.8(2024-09-27 23:46:29)
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