Skip to content

Releases: archethic-foundation/libjs

v2.0.0

17 Apr 13:47

Choose a tag to compare

What's Changed

WebAssembly Smart Contract integration by @samuelmanzanera in #222

Full Changelog: v1.21.6...v2.0.0

v1.21.6

10 Apr 08:10

Choose a tag to compare

What's changed

Other changes

Full Changelog: v1.21.3...v1.21.6

v2.0.0-rc.0

27 Dec 15:05

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

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

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

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

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

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

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

Choose a tag to compare

What's Changed

Bug Fixes

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