Skip to content

v0.76.0

Compare
Choose a tag to compare
@fuel-service-user fuel-service-user released this 29 Feb 20:32
· 713 commits to master since this release
7d22fc5

@fuel-ts/abi-coder@0.76.0

Minor Changes

  • ✨ feat: add missing support for the u256 type
    The TS SDK is now capable of handling u256 types, and hence capable of interacting (encoding/decoding) with any Sway programs that use the u256 type.
    Breaking Change:
    • The U64Coder was removed in favour of the new BigNumberCoder which handles the encoding/decoding logic for both u64 and u256. (abi-coder package), by @Dhaiwat10 (See #1799)

@fuel-ts/abi-typegen@0.76.0

Minor Changes

  • ✨ feat: add missing support for the u256 type
    The TS SDK is now capable of handling u256 types, and hence capable of interacting (encoding/decoding) with any Sway programs that use the u256 type.
    Breaking Change:
    • The U64Coder was removed in favour of the new BigNumberCoder which handles the encoding/decoding logic for both u64 and u256. (abi-coder package), by @Dhaiwat10 (See #1799)

@fuel-ts/account@0.76.0

Minor Changes

  • Add the DateTime class, which allows for the conversion between common date time formats, by @petertonysmith94 (See #1627)

Patch Changes

@fuel-ts/address@0.76.0

@fuel-ts/contract@0.76.0

create-fuels@0.76.0

Patch Changes

@fuel-ts/crypto@0.76.0

@fuel-ts/errors@0.76.0

@fuel-ts/forc@0.76.0

Minor Changes

@fuel-ts/fuel-core@0.76.0

fuels@0.76.0

@fuel-ts/hasher@0.76.0

@fuel-ts/interfaces@0.76.0

@fuel-ts/math@0.76.0

@fuel-ts/merkle@0.76.0

@fuel-ts/program@0.76.0

Patch Changes

@fuel-ts/script@0.76.0

@fuel-ts/transactions@0.76.0

@fuel-ts/utils@0.76.0

Minor Changes

  • Add the DateTime class, which allows for the conversion between common date time formats, by @petertonysmith94 (See #1627)

Patch Changes

@fuel-ts/versions@0.76.0

Minor Changes