v0.58.0
github-actions
released this
21 Sep 13:32
·
923 commits
to master
since this release
@fuel-ts/abi-coder@0.58.0
Minor Changes
chainInfo
is now fetched and cached on allProvider
s when they are initialized. With this release, you now need to initialize aProvider
like so:For the full list of breaking-changes, please see this PR, by @Dhaiwat10 (See #1181)const provider = await Provider.create(url);
- Remove
chainId
from thePredicate
constructor. You don't need to pass inchainId
anymore since you are passing in aprovider
already, by @Dhaiwat10 (See #1181) - using FuelError across all packages, by @Torres-ssf (See #1230)
Patch Changes
- Increase support for vectors in predicates, by @danielbate (See #1247)
@fuel-ts/abi-typegen@0.58.0
Minor Changes
- using FuelError across all packages, by @Torres-ssf (See #1230)
@fuel-ts/address@0.58.0
Minor Changes
- using FuelError across all packages, by @Torres-ssf (See #1230)
@fuel-ts/contract@0.58.0
Minor Changes
- using FuelError across all packages, by @Torres-ssf (See #1230)
@fuel-ts/crypto@0.58.0
Minor Changes
- using FuelError across all packages, by @Torres-ssf (See #1230)
@fuel-ts/errors@0.58.0
Minor Changes
- Remove
chainId
from thePredicate
constructor. You don't need to pass inchainId
anymore since you are passing in aprovider
already, by @Dhaiwat10 (See #1181) - using FuelError across all packages, by @Torres-ssf (See #1230)
@fuel-ts/forc@0.58.0
@fuel-ts/fuel-core@0.58.0
fuels@0.58.0
@fuel-ts/hasher@0.58.0
@fuel-ts/hdwallet@0.58.0
Minor Changes
- using FuelError across all packages, by @Torres-ssf (See #1230)
@fuel-ts/interfaces@0.58.0
@fuel-ts/math@0.58.0
Minor Changes
- using FuelError across all packages, by @Torres-ssf (See #1230)
@fuel-ts/merkle@0.58.0
@fuel-ts/mnemonic@0.58.0
Minor Changes
- using FuelError across all packages, by @Torres-ssf (See #1230)
@fuel-ts/predicate@0.58.0
Minor Changes
chainInfo
is now fetched and cached on allProvider
s when they are initialized. With this release, you now need to initialize aProvider
like so:For the full list of breaking-changes, please see this PR, by @Dhaiwat10 (See #1181)const provider = await Provider.create(url);
- Remove
chainId
from thePredicate
constructor. You don't need to pass inchainId
anymore since you are passing in aprovider
already, by @Dhaiwat10 (See #1181) - using FuelError across all packages, by @Torres-ssf (See #1230)
Patch Changes
- Increase support for vectors in predicates, by @danielbate (See #1247)
@fuel-ts/program@0.58.0
Minor Changes
chainInfo
is now fetched and cached on allProvider
s when they are initialized. With this release, you now need to initialize aProvider
like so:For the full list of breaking-changes, please see this PR, by @Dhaiwat10 (See #1181)const provider = await Provider.create(url);
- Remove
chainId
from thePredicate
constructor. You don't need to pass inchainId
anymore since you are passing in aprovider
already, by @Dhaiwat10 (See #1181) - using FuelError across all packages, by @Torres-ssf (See #1230)
- purging GAS_PRICE_FACTOR and GAS_PER_BYTE constants, by @Torres-ssf (See #1271)
Patch Changes
- Increase support for vectors in predicates, by @danielbate (See #1247)
@fuel-ts/providers@0.58.0
Minor Changes
chainInfo
is now fetched and cached on allProvider
s when they are initialized. With this release, you now need to initialize aProvider
like so:For the full list of breaking-changes, please see this PR, by @Dhaiwat10 (See #1181)const provider = await Provider.create(url);
- Remove
chainId
from thePredicate
constructor. You don't need to pass inchainId
anymore since you are passing in aprovider
already, by @Dhaiwat10 (See #1181) - using FuelError across all packages, by @Torres-ssf (See #1230)
- purging GAS_PRICE_FACTOR and GAS_PER_BYTE constants, by @Torres-ssf (See #1271)
@fuel-ts/script@0.58.0
Minor Changes
chainInfo
is now fetched and cached on allProvider
s when they are initialized. With this release, you now need to initialize aProvider
like so:For the full list of breaking-changes, please see this PR, by @Dhaiwat10 (See #1181)const provider = await Provider.create(url);
- Remove
chainId
from thePredicate
constructor. You don't need to pass inchainId
anymore since you are passing in aprovider
already, by @Dhaiwat10 (See #1181) - using FuelError across all packages, by @Torres-ssf (See #1230)
@fuel-ts/signer@0.58.0
@fuel-ts/testcases@0.58.0
@fuel-ts/transactions@0.58.0
Minor Changes
- using FuelError across all packages, by @Torres-ssf (See #1230)
- purging GAS_PRICE_FACTOR and GAS_PER_BYTE constants, by @Torres-ssf (See #1271)
@fuel-ts/utils@0.58.0
Minor Changes
- using FuelError across all packages, by @Torres-ssf (See #1230)
@fuel-ts/versions@0.58.0
@fuel-ts/wallet@0.58.0
Minor Changes
chainInfo
is now fetched and cached on allProvider
s when they are initialized. With this release, you now need to initialize aProvider
like so:For the full list of breaking-changes, please see this PR, by @Dhaiwat10 (See #1181)const provider = await Provider.create(url);
- Remove
chainId
from thePredicate
constructor. You don't need to pass inchainId
anymore since you are passing in aprovider
already, by @Dhaiwat10 (See #1181) - using FuelError across all packages, by @Torres-ssf (See #1230)
- purging GAS_PRICE_FACTOR and GAS_PER_BYTE constants, by @Torres-ssf (See #1271)
Patch Changes
- Only attempt to kill process if pid is defined for
launchNodeAndGetWallets
, by @Dhaiwat10 (See #1266) - Add and export explicit return types for
launchNodeAndGetWallets
andlaunchNode
, by @Dhaiwat10 (See #1267)
@fuel-ts/wallet-manager@0.58.0
Minor Changes
chainInfo
is now fetched and cached on allProvider
s when they are initialized. With this release, you now need to initialize aProvider
like so:For the full list of breaking-changes, please see this PR, by @Dhaiwat10 (See #1181)const provider = await Provider.create(url);
- Remove
chainId
from thePredicate
constructor. You don't need to pass inchainId
anymore since you are passing in aprovider
already, by @Dhaiwat10 (See #1181) - using FuelError across all packages, by @Torres-ssf (See #1230)