Skip to content

Releases: AstarNetwork/sumi

Release `v0.2.0`

10 Jan 10:45
2fd10c0
Compare
Choose a tag to compare

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`

13 Dec 09:42
c427219
Compare
Choose a tag to compare

First release meant to be published. The code was cleaned and refactored.

Genesis

07 Dec 09:02
6cc2423
Compare
Choose a tag to compare
Genesis Pre-release
Pre-release

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