Skip to content

v0.58.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 13:32
· 923 commits to master since this release
236d8f9

@fuel-ts/abi-coder@0.58.0

Minor Changes

  • chainInfo is now fetched and cached on all Providers when they are initialized. With this release, you now need to initialize a Provider like so:
    const provider = await Provider.create(url);
    For the full list of breaking-changes, please see this PR, by @Dhaiwat10 (See #1181)
  • Remove chainId from the Predicate constructor. You don't need to pass in chainId anymore since you are passing in a provider already, by @Dhaiwat10 (See #1181)
  • using FuelError across all packages, by @Torres-ssf (See #1230)

Patch Changes

@fuel-ts/abi-typegen@0.58.0

Minor Changes

@fuel-ts/address@0.58.0

Minor Changes

@fuel-ts/contract@0.58.0

Minor Changes

@fuel-ts/crypto@0.58.0

Minor Changes

@fuel-ts/errors@0.58.0

Minor Changes

  • Remove chainId from the Predicate constructor. You don't need to pass in chainId anymore since you are passing in a provider 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

@fuel-ts/interfaces@0.58.0

@fuel-ts/math@0.58.0

Minor Changes

@fuel-ts/merkle@0.58.0

@fuel-ts/mnemonic@0.58.0

Minor Changes

@fuel-ts/predicate@0.58.0

Minor Changes

  • chainInfo is now fetched and cached on all Providers when they are initialized. With this release, you now need to initialize a Provider like so:
    const provider = await Provider.create(url);
    For the full list of breaking-changes, please see this PR, by @Dhaiwat10 (See #1181)
  • Remove chainId from the Predicate constructor. You don't need to pass in chainId anymore since you are passing in a provider already, by @Dhaiwat10 (See #1181)
  • using FuelError across all packages, by @Torres-ssf (See #1230)

Patch Changes

@fuel-ts/program@0.58.0

Minor Changes

  • chainInfo is now fetched and cached on all Providers when they are initialized. With this release, you now need to initialize a Provider like so:
    const provider = await Provider.create(url);
    For the full list of breaking-changes, please see this PR, by @Dhaiwat10 (See #1181)
  • Remove chainId from the Predicate constructor. You don't need to pass in chainId anymore since you are passing in a provider 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

@fuel-ts/providers@0.58.0

Minor Changes

  • chainInfo is now fetched and cached on all Providers when they are initialized. With this release, you now need to initialize a Provider like so:
    const provider = await Provider.create(url);
    For the full list of breaking-changes, please see this PR, by @Dhaiwat10 (See #1181)
  • Remove chainId from the Predicate constructor. You don't need to pass in chainId anymore since you are passing in a provider 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 all Providers when they are initialized. With this release, you now need to initialize a Provider like so:
    const provider = await Provider.create(url);
    For the full list of breaking-changes, please see this PR, by @Dhaiwat10 (See #1181)
  • Remove chainId from the Predicate constructor. You don't need to pass in chainId anymore since you are passing in a provider 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

@fuel-ts/utils@0.58.0

Minor Changes

@fuel-ts/versions@0.58.0

@fuel-ts/wallet@0.58.0

Minor Changes

  • chainInfo is now fetched and cached on all Providers when they are initialized. With this release, you now need to initialize a Provider like so:
    const provider = await Provider.create(url);
    For the full list of breaking-changes, please see this PR, by @Dhaiwat10 (See #1181)
  • Remove chainId from the Predicate constructor. You don't need to pass in chainId anymore since you are passing in a provider 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 and launchNode, by @Dhaiwat10 (See #1267)

@fuel-ts/wallet-manager@0.58.0

Minor Changes

  • chainInfo is now fetched and cached on all Providers when they are initialized. With this release, you now need to initialize a Provider like so:
    const provider = await Provider.create(url);
    For the full list of breaking-changes, please see this PR, by @Dhaiwat10 (See #1181)
  • Remove chainId from the Predicate constructor. You don't need to pass in chainId anymore since you are passing in a provider already, by @Dhaiwat10 (See #1181)
  • using FuelError across all packages, by @Torres-ssf (See #1230)

@fuel-ts/wordlists@0.58.0