Releases: FuelLabs/fuels-ts
Releases ยท FuelLabs/fuels-ts
v0.89.1
Chores
- #2421 - Upgrade to fuel core
0.27.0
, by @petertonysmith94
v0.89.0
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
v0.88.1
Features
- #2336 - Disable
option
length validation atenum Option
level, by @danielbate
v0.88.0
Breaking
- Chores
- #2272 - Update testnet URLs, by @Torres-ssf
- #2329 - Update
forc
to0.59.0
, by @nedsalk
Features
- #2325 - Find deeply nested
option
coders, by @danielbate
Fixes
- #2291 - Validate status from estimation dry-run, by @Torres-ssf
v0.87.0
Breaking
- Features
- #2322 - Remove nested option size validation, by @danielbate
Chores
- #2310 -
create fuels
tests clean up the filesystem, by @petertonysmith94
v0.86.0
Breaking
- Features
- #2238 - Upgrade
[email protected]
and removeV0
encoding, by @danielbate
- #2238 - Upgrade
- Fixes
- #2037 - Avoid add witnesses for predicates, by @Torres-ssf
Features
- #2289 -
VecCoder@v1
acceptsUInt8Array
as encode input, by @danielbate
Fixes
- #2130 - Internalize
ethers
functionality and remove dependency, by @maschad - #2302 - Ignore libraries in
fuels
CLI, by @danielbate
Chores
v0.85.0
Breaking
- Chores
- #2241 - Remove
__typename
from GraphQL types, by @Torres-ssf
- #2241 - Remove
Features
- #2258 - Support
Result<T, E>
type in typegen, by @nedsalk - #2149 - Optionally auto-install
fuelup
duringcreate fuels
routine, by @Dhaiwat10
Fixes
- #2262 - Avoid overriding user
gasLimit
andmaxFee
inputs, by @Torres-ssf - #2279 - Added CDN path for icon assets, by @petertonysmith94
- #2273 - Use an in memory DB rather than rocks DB for fuels CLI, by @Dhaiwat10
Chores
- #2209 - Warn on fuel client version incompatibility, by @nedsalk
- #2274 - Upgrade
[email protected]
, by @danielbate
v0.84.0
Breaking
- Fixes
- Chores
- #2217 - Upgrade
fuel-core
to0.26.0
, by @Torres-ssf
- #2217 - Upgrade
Features
- #2174 - Add
getMessageByNonce
toProvider
, by @Dhaiwat10
Fixes
- #2206 - Handling optional policies, by @Torres-ssf
- #2128 - Throw proper error for not enough resources to cover fee, by @Torres-ssf
Docs
- #2194 - Updated inconsistent
@fuel-ts/account
README, by @petertonysmith94
v0.83.0
Breaking
- Features
- #2050 - Enabling v1 encoding for everything, by @danielbate
- #1976 - Fetch base asset ID from chain, by @danielbate
- Chores
Chores
- #2182 - Ajusting some tests, by @Torres-ssf
v0.82.0
Features
- #2122 - Support
()
type in typegen, by @nedsalk - #2146 - Exclusive enum type inference in typegen, by @nedsalk
- #2052 - Make
create-fuels
deployment ready, by @Dhaiwat10
Fixes
- #2126 - Encoding version type, by @petertonysmith94
Chores
- #2077 - Upgrade Fuel frontend packages, by @petertonysmith94