Releases: AstarNetwork/sumi
Releases · AstarNetwork/sumi
Release `v0.2.0`
Initial support for ink to evm binding.
This release add highly experimental and limited support for reverse binding generation from ink (wasm) module to Solidity module.
Only a tiny subset of types is now supported because Solidity's type system is very limited.
Release `v0.1.1`
First release meant to be published. The code was cleaned and refactored.
Genesis
First prealpha release.
This release covers everything that was originally planned. But a lot of work is yet to be done, including:
- code refactoring and organization
- proper error handling and user facing messages
- function return types, including overloaded functions
- reverse transformation, i.e. ink! → EVM