You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(ACi): Make validation compatible with ACI 3.1.0 Breaking Changes
* feat(ACI): fir converting of return type
* feat(ACI): Add new compiler API for decoding call result
* fix lint
* feat(ACI/Contract): Add new compiler API `decodeCallResult`. Use new `decode` method in contract low
Make ACI `call` function decode result imediatly. Fix all contract tests.
BREAKING CHANGE: Change Contract low lvl API: change `contractDecodeData` interface from `(type:
String, data: String) => Any` to `(source: String, fn: String, callValue: String, callResult:
String) => Any`. * `callResult` is `callType` from call result, be `ok`, `revert`, ...
#458
* feat(ACI): Add `hash`, `signature` to ACI implementatiob
* feat(ACi): Add `bytes` type support
* all tests
No description provided.
The text was updated successfully, but these errors were encountered: