Skip to content

Release 2.4.1

Compare
Choose a tag to compare
@nduchak nduchak released this 11 Apr 12:01
· 2865 commits to master since this release
50dc494

[2.4.1]

Added

  • feat(ACI): Add transform decoded data for 'address' type
  • feat(Aepp): Add Compiler to Aepp rpc methods. Update example app
  • feat(Channel): Add call contract static support
  • feat(Channel): Add get contract state support
  • feat(Channel): Get full channel state support
  • docs(*): Adjust ACI, Contract and Usage

Changed

  • refactor(Http): Handle no response in http stamp error handler
  • fix(Crypto): Fix crypto formatAddress
  • fix(Crypto): Move ADDRESS_FORMAT to crypto

Removed

  • none

Breaking Changes

  • State Channel:
    • channel.state() now returns offchain state instead of last co-signed offchain transaction
    • channel.update(...).state has been renamed to signedTx
    • channel.withdraw(...).state has been renamed to signedTx
    • channel.deposit(...).state has been renamed to signedTx
    • channel.leave().state has been renamed to signedTx
    • channel.createContract(...).state has been renamed to signedTx
    • channel.callContract(...).state has been renamed to signedTx

Notes and known Issues

  • none