Releases: aeternity/aepp-sdk-js
Releases · aeternity/aepp-sdk-js
7.5.0 (2020-06-18)
7.4.2 (2020-06-10)
7.4.1 (2020-05-30)
7.4.0 (2020-05-29)
7.3.1 (2020-05-25)
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)
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
andACITransformation
to bundle (#970) (8b475e0) - Chain: Add option
allowUnsynced
forpoll
method which allow to depend onget 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)
Fix
- build Remove resolving of
minimist
usingnpx
7.0.0 (2020-03-24)
7.1.1 (2020-02-27)
7.1.0 (2020-02-25)
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)