Skip to content

Releases: archethic-foundation/libjs

v2.0.0

Choose a tag to compare

@samuelmanzanera samuelmanzanera released this 17 Apr 13:47

What's Changed

WebAssembly Smart Contract integration by @samuelmanzanera in #222

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

v1.21.6

Choose a tag to compare

@Chralu Chralu released this 10 Apr 08:10

What's changed

Other changes

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

v2.0.0-rc.0

v2.0.0-rc.0 Pre-release
Pre-release

Choose a tag to compare

@Neylix Neylix released this 27 Dec 15:05

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

Choose a tag to compare

@Neylix Neylix released this 21 Nov 13:30

What's Changed

Bug Fixes

Other Changes

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

v1.21.2

Choose a tag to compare

@Neylix Neylix released this 20 Aug 10:45

What's Changed

Other Changes

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

v1.21.1

Choose a tag to compare

@Neylix Neylix released this 31 Jul 15:25

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

Choose a tag to compare

@samuelmanzanera samuelmanzanera released this 14 Jun 10:19

What's Changed

Exciting New Features 🎉

Bug Fixes

Other Changes

Full Changelog: 1.20.3...v1.21.0

v1.20.3

Choose a tag to compare

@samuelmanzanera samuelmanzanera released this 04 Apr 11:59

Fixes

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

v1.20.2

Choose a tag to compare

@samuelmanzanera samuelmanzanera released this 04 Mar 10:28

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

Choose a tag to compare

@Neylix Neylix released this 27 Oct 15:17

What's Changed

Bug Fixes

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