Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@nduchak nduchak released this 29 Jan 10:28
· 3143 commits to master since this release
a03d2dd

Install this using npm i @aeternity/aepp-sdk (or any other package manager).

Changelog

[1.3.0]

Added

  • Add support for State Channels
  • New transaction builder going through schema(build, unpack)
  • Add new stamp TransactionValidator which can verify your transaction

Changed

  • Rename epoch to aeternity node(docker configs, some docs)
  • Use new tx builder in TX stamp
  • Set default values for amount and deposit to 0 for contract transaction
  • Improve RPC server

Removed

  • none

Breaking Changes

  • none