v0.61.0
版本发布时间: 2023-10-10 23:37:11
FuelLabs/fuels-ts最新发布版本:v0.94.8(2024-09-27 23:46:29)
@fuel-ts/abi-coder@0.61.0
Minor Changes
Patch Changes
- refactor: purge the usage of the hardcoded constant
VM_TX_MEMORY
, by @Dhaiwat10 (See #1318)
@fuel-ts/abi-typegen@0.61.0
@fuel-ts/address@0.61.0
Minor Changes
- Improve developer experience of
fromEvmAddress
address helper function, by @danielbate (See #1309)
@fuel-ts/contract@0.61.0
@fuel-ts/crypto@0.61.0
@fuel-ts/errors@0.61.0
Minor Changes
- Check mismatch of fuel client version and supported version: throw on major/minor mismatch, warn on patch mismatch, by @nedsalk (See #1287)
- Improve developer experience of
fromEvmAddress
address helper function, by @danielbate (See #1309)
@fuel-ts/forc@0.61.0
@fuel-ts/fuel-core@0.61.0
Patch Changes
fuels@0.61.0
@fuel-ts/hasher@0.61.0
@fuel-ts/hdwallet@0.61.0
@fuel-ts/interfaces@0.61.0
@fuel-ts/math@0.61.0
@fuel-ts/merkle@0.61.0
@fuel-ts/mnemonic@0.61.0
@fuel-ts/predicate@0.61.0
Patch Changes
- refactor: purge the usage of the hardcoded constant
VM_TX_MEMORY
, by @Dhaiwat10 (See #1318)
@fuel-ts/program@0.61.0
Minor Changes
- Add StdString dynamic string type, by @camsjams (See #1277)
- made prop transactionRequest protected on BaseInvocationScope in favor of getTransactionRequest, by @Torres-ssf (See #1296)
Patch Changes
- refactor: purge the usage of the hardcoded constant
VM_TX_MEMORY
, by @Dhaiwat10 (See #1318)
@fuel-ts/providers@0.61.0
Minor Changes
- rename Provider switchUrl to connect, by @Torres-ssf (See #1294)
- Check mismatch of fuel client version and supported version: throw on major/minor mismatch, warn on patch mismatch, by @nedsalk (See #1287)
Patch Changes
- 🐞 Fixed the TransferOut and Transfer receipts, by @matt-user (See #1328)
- remove console warn, by @camsjams (See #1323)
- refactor: purge the usage of the hardcoded constant
VM_TX_MEMORY
, by @Dhaiwat10 (See #1318) - On the
Provider
class, makenodeInfoCache
andchainInfoCache
private fields, by @Dhaiwat10 (See #1303)