Skip to content

7.1.0 (2020-02-25)

Compare
Choose a tag to compare
@nduchak nduchak released this 25 Feb 18:28
· 2370 commits to master since this release
68ed64d

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)