sc 0.44.0, vm 0.6.0
andrei-marinica
released this
03 Nov 18:39
·
2257 commits
to master
since this release
- 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 tosc-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.