Skip to content

v7.2.1

Compare
Choose a tag to compare
@hanssv hanssv released this 06 Jul 10:13
· 7 commits to master since this release
d273b04

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