Skip to content

Releases: aeternity/aesophia_cli

v8.0.0

19 Apr 06:32
bf89894
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.4.1...v8.0.0

v8.0.0-rc1

01 Feb 09:57
1eee65f
Compare
Choose a tag to compare
v8.0.0-rc1 Pre-release
Pre-release

What's Changed

Changed

  • Updated to Sophia 8.0.0-rc1
  • Recompiled old versions (priv/bin/...) with OTP-23

Full Changelog: v7.4.1...v8.0.0-rc1

v7.4.1

24 Jan 10:47
95bf8a4
Compare
Choose a tag to compare

Changed

New Contributors

Full Changelog: v7.4.0...v7.4.1

v7.4.0

05 Sep 08:47
f09cf46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.3.0...v7.4.0

v7.3.0

24 Aug 11:29
6c28cfa
Compare
Choose a tag to compare

[7.3.0]

Changed

Full Changelog: v7.2.1...v7.3.0

v7.2.1

06 Jul 10:13
d273b04
Compare
Choose a tag to compare

Added

  • Decode calldata functionality:
    aesophia_cli --decode_calldata cb_KxG3+3bAG1StlAV3 --calldata_fun main_ test/contracts/identity.aes
  • Generate ACI from stub/partial contract with --no-code flag
    aesophia_cli --create_json_aci <contract_stub> --no_code
  • Add encode/decode functionality for Sophia values:
    aesophia_cli --encode_value "(42, true)" --value_type "int * bool"
    aesophia_cli --decode_value cb_VNLOFXc= --value_type "int * bool"

Changed

  • Updated to Sophia 7.2.1
  • add src_file to default compiler opts for better error reporting
  • fixed bug with include files when using --validate

Full Changelog: v7.1.0...v7.2.1

v7.1.0

24 Feb 09:15
d03b21e
Compare
Choose a tag to compare

[7.1.0]

Changed

v7.0.1

10 Aug 11:19
b863549
Compare
Choose a tag to compare

Changed

v7.0.0

04 Aug 16:22
2cfb56a
Compare
Choose a tag to compare

[7.0.0]

Changed

Removed

  • Support for AEVM backend
  • -b option to set backend (now only FATE is supported)
  • decode_data feature, as it worked only on AEVM

v6.1.0

22 Oct 15:58
0b6c78b
Compare
Choose a tag to compare

Changed