Skip to content

Releases: archethic-foundation/libjs

v2.0.0-rc.0

27 Dec 15:05
Compare
Choose a tag to compare
v2.0.0-rc.0 Pre-release
Pre-release

Archethic network is going to implement a new version of it's smart contract using Web Assembly (wasm).
As Archethic aims to push the Web Assembly language and deprecate the old interpreted language, the libjs includes breaking changes and remove the usability of transaction version 3.

Breaking changes

  • Transaction are only version 4
    • Can create or call WASM contracts
    • Cannot create or call interpreted contracts
  • TransactionBuilder.setCode() is removed
  • TransactionBuilder.addRecipient() args are now only object, args as list are is deprecated
  • Contract.newContractTransaction() now accept only new wasm contract

To develop new contract in Web Assembly you can start with https://github.com/archethic-foundation/create-ae-contract-as

Full Changelog: v1.21.3...v2.0.0-rc.0

v1.21.3

21 Nov 13:30
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Other Changes

Full Changelog: v1.21.2...v1.21.3

v1.21.2

20 Aug 10:45
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.21.1...v1.21.2

v1.21.1

31 Jul 15:25
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Fix aeWallet extension connectivity issues by @Chralu in #219

Full Changelog: v1.21.0...v1.21.1

v1.21.0

14 Jun 10:19
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug Fixes

Other Changes

Full Changelog: 1.20.3...v1.21.0

v1.20.3

04 Apr 11:59
Compare
Choose a tag to compare

Fixes

  • Resolve Phoenix deps issue for Absinthe's subscription
  • Fix README to be more accurate
  • Linting

v1.20.2

04 Mar 10:28
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Add RpcError type and RpcErrorCode.ServiceAlreadyExists by @Rudy-Perrin in #169
  • Add new methods and options to ArchethicRPCClient and TransactionBuilder by @Rudy-Perrin in #168

Other Changes

New Contributors

Full Changelog: v1.20.1...v1.20.2

v1.20.1

27 Oct 15:17
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v1.20.0...v1.20.1

v1.20.0

18 Oct 15:32
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • TypedEncoding serialization introduced for the recipients' args by @bchamagne in #152

Full Changelog: v1.19.0...v1.20.0

v1.19.0

11 Oct 08:44
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Keychain enhancement for smart contracts by @Neylix in #151

Full Changelog: v1.18.2...v1.19.0