Skip to content

Releases: pontem-network/eth2move-samples

E2M CLI Release v0.0.5

17 Nov 14:35
491fd23
Compare
Choose a tag to compare

Added

  • Running a locally remote/local contract

Changed

  • e2m convert .. --args <type1:value1 ..> You can specify the profile name as the value. Example: e2m convert .. --args address:<PROFILE_NAME>

Fixed

  • Converted by address if profiles were not created. e2m convert ... -p 0x42
  • The output of --output no longer affects the module name. The module name can only be redefined via --module

E2M CLI Release v0.0.4

09 Nov 07:26
4836a58
Compare
Choose a tag to compare
  • Update to aptos 1.0.1.
  • Significantly reduced the size of the final mv file.

E2M CLI Release v0.0.3

18 Oct 10:45
4836a58
Compare
Choose a tag to compare

Added

  • Support of 'do-while' loop.
  • Support of addmod, mulmod
  • Support of SignExtend
  • Support .balance, gasprice(), gaslimit(), block.number, block.timestamp, block.blockhash
  • Support of aptos 1.0.0

Fixed

  • Verified exp
  • Verified sar
  • Verified byte

E2M CLI Release v0.0.2

04 Oct 15:29
bfbb02f
Compare
Choose a tag to compare

Added

  • Support of 'for', 'while' loops.
  • Added event decoder.

Bug fixes.

  • Fixed u128 math.
  • Verified smod, sdiv
  • Updated tests for slt, sgt

Changed

  • Update to aptos 0.3.8.

E2M CLI Release v0.0.1

13 Sep 14:59
bfbb02f
Compare
Choose a tag to compare

The first alpha release of the utility for translating solidity into move.