Releases: FuelLabs/fuels-ts
Releases · FuelLabs/fuels-ts
v0.91.0
Summary
In this release, we:
- Upgraded to
sway
/forc
@ v0.61.1 - Added support for
str
slices - Updated
create fuels
template and added afuel-toolchain.toml
file to it - Made
create fuels
CLI easier to use with fewer options and smarter defaults - Improved tooling around
fuels
config file, allowing for selective event listening
Breaking
- Features
- #2433 - Separate
onSuccess
events for the Fuels CLI, by @Dhaiwat10
- #2433 - Separate
- Fixes
- Chores
- #2620 - Upgrade
commander
to12.1.0
, by @YaTut1901
- #2620 - Upgrade
Features
- #2619 - Add
fuel-toolchain.toml
tocreate fuels
template, by @danielbate - #2647 - Add next link component to
create-fuels
, by @mvares - #2580 - Migrate to NextJS app router, by @YaTut1901
Fixes
- #2563 - Passing arguments with NPM, by @petertonysmith94
- #2564 - Added docs for
isReadOnly
function, by @petertonysmith94 - #2626 - Sync chain config schema, by @petertonysmith94
Chores
- #2637 - Export test and cli utilities in
fuels
umbrella package, by @nedsalk - #2489 - Add integration test for
create fuels
, by @petertonysmith94 - #2444 - Remove some choices from
create-fuels
CLI, by @Dhaiwat10 - #2622 - Add browser testing infrastructure, by @danielbate
- #2690 - Triggerable
devnet
e2e tests, by @danielbate - #2562 - Add
UNKNOWN
error code, by @maschad - #2366 - Add debug logger for fuel-ts ecosystem, by @maschad
- #2685 - Support
[email protected]
, by @danielbate
Docs
- #2198 - Merge error related pages, by @petertonysmith94
v0.90.0
Breaking
- Features
- #1356 - Add
launchTestNode
utility, by @nedsalk - #2485 - Remove redundant exports from
v1
encoding, by @danielbate
- #1356 - Add
- Fixes
- #2432 - Updated chain assets, removed
beta-5
network, by @petertonysmith94
- #2432 - Updated chain assets, removed
- Chores
- #2491 - Upgrade fuel core to
0.28.0
, by @petertonysmith94 - #2502 - Rename Provider
call
todryRun
, by @Torres-ssf
- #2491 - Upgrade fuel core to
Features
- #2351 - Implement
generateFakeResources
onAccount
class, by @Torres-ssf - #2501 - Support mixed native and non-native enums, by @danielbate
- #2350 - Support for
bun
, by @petertonysmith94
Fixes
- #2551 - Validate empty
Vec
encoded length, by @danielbate - #2520 - Stop overring user input
maxFee
atdeployContract
method, by @Torres-ssf - #2548 - Type declarations for
@fuel-ts/account/test-utils
, by @petertonysmith94 - #2516 -
create-fuels
balance refresh, by @petertonysmith94 - #2542 - Flaky faucet test, by @petertonysmith94
Chores
- #2441 - Show all create-fuels template balances in ETH, by @Dhaiwat10
- #2505 - Add test to validate mint transactions serialization, by @Torres-ssf
- #2524 - Add version detection to
create fuels
, by @petertonysmith94 - #2525 - Upgrading
fuel-core
to0.29.0
, by @arboleya - #2537 - Upgrading
fuel-core
to0.30.0
, by @arboleya - #2486 - Validate incorrect case key for
EnumCoder
, by @petertonysmith94
Docs
- #2405 - Document the SDKs approach to encoding, by @danielbate
v0.89.2
Fixes
- #2430 - Update testnet URL, by @petertonysmith94
Chores
- #2210 - Re-enable connectors, bump dependencies, by @Dhaiwat10
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