Releases: FuelLabs/fuels-ts
Releases · FuelLabs/fuels-ts
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
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