v0.76.0
fuel-service-user
released this
29 Feb 20:32
·
713 commits
to master
since this release
@fuel-ts/abi-coder@0.76.0
Minor Changes
- ✨ feat: add missing support for the
u256
type
The TS SDK is now capable of handlingu256
types, and hence capable of interacting (encoding/decoding) with any Sway programs that use theu256
type.
Breaking Change:- The
U64Coder
was removed in favour of the newBigNumberCoder
which handles the encoding/decoding logic for bothu64
andu256
. (abi-coder
package), by @Dhaiwat10 (See #1799)
- The
@fuel-ts/abi-typegen@0.76.0
Minor Changes
- ✨ feat: add missing support for the
u256
type
The TS SDK is now capable of handlingu256
types, and hence capable of interacting (encoding/decoding) with any Sway programs that use theu256
type.
Breaking Change:- The
U64Coder
was removed in favour of the newBigNumberCoder
which handles the encoding/decoding logic for bothu64
andu256
. (abi-coder
package), by @Dhaiwat10 (See #1799)
- The
@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
- Add method
addTransfer
toBaseInvocationScope
, by @Torres-ssf (See #1810)
@fuel-ts/address@0.76.0
@fuel-ts/contract@0.76.0
create-fuels@0.76.0
Patch Changes
- enable auto-install of dependencies in create-fuels, by @Dhaiwat10 (See #1825)
- 🐞 fix tailwind syntax error in create-fuels template, by @red-haze-dev (See #1816)
- 🐞 fix
create-fuels
crashing when being run, by @Dhaiwat10 (See #1823)
@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
- Add method
addTransfer
toBaseInvocationScope
, by @Torres-ssf (See #1810)
@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
- Add method
addTransfer
toBaseInvocationScope
, by @Torres-ssf (See #1810)