Releases
2.4.1
[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
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
You can’t perform that action at this time.