Skip to content

sc 0.44.0, vm 0.6.0

Compare
Choose a tag to compare
@andrei-marinica andrei-marinica released this 03 Nov 18:39
· 2257 commits to master since this release
v0.44.0
7650cae
  • Back-transfer:
    • API support in framework (not yet implemented in the Rust VM);
    • Feature flag: "back-transfers";
    • EI updated.
  • ESDT attribute ABI annotation and generator.
  • Multiple var-args disallowed, unless annotating endpoint with #[allow_multiple_var_args].
  • Build system updates:
    • multicontract.toml renamed to sc-config.toml;
    • add-unlabelled default true.
  • New FunctionCall object & refactoring. Can be used as multi-value to pass contract call info to contracts.
  • AddressToId storage mapper.