Releases: aeternity/aepp-sdk-elixir
Releases · aeternity/aepp-sdk-elixir
Release 0.5.4 (2020-01-31)
Fully compatible release to aeternity node v5.4.1
- Updated Oracle module to work correctly with
abi versions
:0
(NO VM),1
(AEVM) and3
(FATE).
Release 0.5.3 (2020-01-16)
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)
- Upgraded
ranch
dependency. - Added new
AeppSDK.Account.new/1
function, which tries to get an account information regarding givenclient
.
Release 0.5.1 (2019-11-13)
- Updated compatibility to aeternity node v5.1.0.
- Increased transaction await time from
5s
to15s
. - Adjusted main documentation .
Release 0.5.0 (2019-11-07)
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)
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
tochain
Release 0.3.0 (2019-10-01)
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)
Implemented following high-level modules and utility functions to work with:
- Channel implementation
- Noise listener implementation
Release 0.1.0 (2019-06-12)
Implemented following high-level modules and utility functions to work with:
- Client implementation
- Account implementation
- Chain implementation
- Oracles implementation
- Contract implementation
- Naming system implementation