Skip to content

Releases: aeternity/aepp-sdk-elixir

Release 0.5.4 (2020-01-31)

31 Jan 09:31
Compare
Choose a tag to compare

Fully compatible release to aeternity node v5.4.1

  • Updated Oracle module to work correctly with abi versions: 0 (NO VM), 1 (AEVM) and 3 (FATE).

Release 0.5.3 (2020-01-16)

16 Jan 13:33
Compare
Choose a tag to compare

Fully compatible release to aeternity node v5.4.1

  • Added Docker container which can be found in DockerHub
  • Adjusted Name piping functionality
  • Adjusted Chain module
  • Adjusted fee calculation for GAMeta transactions
  • Adjusted Generalized Account contract deploy

Release 0.5.2 (2019-12-04)

03 Dec 22:16
Compare
Choose a tag to compare
  • Upgraded ranch dependency.
  • Added new AeppSDK.Account.new/1 function, which tries to get an account information regarding given client.

Release 0.5.1 (2019-11-13)

13 Nov 11:49
Compare
Choose a tag to compare
  • Updated compatibility to aeternity node v5.1.0.
  • Increased transaction await time from 5s to 15s.
  • Adjusted main documentation .

Release 0.5.0 (2019-11-07)

07 Nov 09:04
Compare
Choose a tag to compare

Fully compatible release to aeternity node v5.0.2.

  • Added support for keystore, examples and documentation.
  • Added middleware support, examples and documentation.
  • Added spend-by-name feature. This feature allows users to pass any valid name instead of giving public key.

Release 0.4.0 (2019-10-18)

17 Oct 22:03
Compare
Choose a tag to compare

Fully compatible release to aeternity node v5.0.0-rc.5

  • Added support for 5.0.0-rc.5 node and 4.0.0 aesophia compiler
  • Fixed fee calculation logic
  • Adjusted Channel, Contract and Naming transactions to be compatible to Lima
  • Rename AENS suffix from aet to chain

Release 0.3.0 (2019-10-01)

01 Oct 07:18
Compare
Choose a tag to compare

Fully compatible release to aeternity node v4.2.1

  • Integrated credo into CI
  • Added Contract event listener
  • Added offchain transactions and serializations
  • Changed module naming convention

Release 0.2.0 (2019-08-01)

01 Aug 09:40
Compare
Choose a tag to compare

Implemented following high-level modules and utility functions to work with:

  • Channel implementation
  • Noise listener implementation

Release 0.1.0 (2019-06-12)

12 Jun 12:02
Compare
Choose a tag to compare

Implemented following high-level modules and utility functions to work with:

  • Client implementation
  • Account implementation
  • Chain implementation
  • Oracles implementation
  • Contract implementation
  • Naming system implementation