Releases: aeternity/aesophia_cli
Releases · aeternity/aesophia_cli
v8.0.0
v8.0.0-rc1
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
v7.4.0
v7.3.0
v7.2.1
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
v7.0.1
Changed
- Updated to Sophia 7.0.1
v7.0.0
[7.0.0]
Changed
- Updated to Sophia 7.0.0
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
Changed
- Updated to Sophia 6.1.0