Skip to content

Releases: aeternity/aepp-sdk-js

7.5.0 (2020-06-18)

19 Jun 09:55
0e2c2a6
Compare
Choose a tag to compare

Features

Refactor

  • Deps: Clean up repository (#1029)
  • Env: Simplify Travis and docker-compose (#1031)
  • Env: Remove unused packages (#1032)

7.4.2 (2020-06-10)

11 Jun 09:27
5fed974
Compare
Choose a tag to compare

Bug Fixes

Refactor

  • AEX-2: Add debug option for getHandler. Hide unknown message logs (#1021) (22c452c)
  • Contract Add AENS name resolver for Contract API

7.4.1 (2020-05-30)

02 Jun 12:07
dd759cb
Compare
Choose a tag to compare

Bug Fixes

7.4.0 (2020-05-29)

29 May 16:00
ea11bb9
Compare
Choose a tag to compare

Bug Fixes

  • AEX-2: Fix getBrowserAPI helper for cross-browser compatibility (#1007) (98b0e29)

Features

7.3.1 (2020-05-25)

26 May 13:12
b697be4
Compare
Choose a tag to compare

Improvements

  • AEX_2: Handle network switch and update state on both sides. Adjust networkId check for signing request (#996)

7.3.0 (2020-05-21)

21 May 15:25
0511bdb
Compare
Choose a tag to compare

Bug Fixes

Features

  • ACI: expose events decoding through Contract ACI stamp (#971) (4930635)
  • AEX_2: Allow to connect without node (#991) (87b9ef9)
  • AEX_2: Connect to extension from iframe (#992) (47179f7)
  • Build: Expose ACIHelpers and ACITransformation to bundle (#970) (8b475e0)
  • Chain: Add option allowUnsynced for poll method which allow to depend on get tx/info API (9c80ce0)
  • Channel: add timeout message handler (#983) (1940a15)
  • Channel: Channel force progress (#964) (8f15bef)
  • Contract: Add unpacked transaction to contract call with error (#981) (4efd341)
  • Node: Add debug option to Channel stamp (#967) (68fcba5)

7.2.1 (2020-03-25)

25 Mar 16:59
6c45e8b
Compare
Choose a tag to compare

Fix

  • build Remove resolving of minimist using npx

7.0.0 (2020-03-24)

25 Mar 11:59
d28202b
Compare
Choose a tag to compare

Docs

  • Guide: Adjust guide for RPC Wallet/Aepp usage

Code Refactoring

  • RPC: Refactor rpc-related stuff (#921)
  • Build: Include amountFormatter and SCHEMA in bundle(#936)
  • Examples Update examples apps

Features

  • TX: Introduce new stamp TxObject(#933)
    This stamp give more flexibility on transaction serialization/deserialization process
  • Keystore: Allow to store secret as hex or buffer (#939)
  • AEX-2: Add permission layer for account management (#937)

7.1.1 (2020-02-27)

27 Feb 21:23
51dbd20
Compare
Choose a tag to compare

Bug Fixes

  • TxBuilder: Fix fee calculation for Oracles (#924) (a9d784f)
  • AEX-2: Broken wallet detection (#926)

7.1.0 (2020-02-25)

25 Feb 18:28
68ed64d
Compare
Choose a tag to compare

Refactor

  • AEX: Simplify message id processing (#916). Pass AEEP origin to Wallet callback (#918)
  • Node: Move getNetworkId to helpers (#910)
  • ACI: Minor ACI validation improvement.
    Move decoding of events to the builder. Add ability to decode events without ACI

Features

  • ACI: Implement Contract Events for ACI(Contract Event Guide)
  • Contract: Helpers for Oracle and AENS signature delegation(Signature delegation guide)
  • AmountFormatter: Rework amount formatter. Change formatter units naming. Add more units (#909) (6970efe)
  • TxBuilder: Integrate amount formatter to transaction builder (#897)
  • Account: Implement Message Signing (singMessage, verifyMessage) (#903)
  • AEX-2: Add removeRpcClient method to RpcClient/RpcWallet stamp's(#912)