Skip to content

sc 0.47.2, codec 0.18.6, vm 0.8.2, scenario-format 0.22.2

Compare
Choose a tag to compare
@andrei-marinica andrei-marinica released this 02 Feb 16:46
· 1828 commits to master since this release
v0.47.2
d8a7ec8
  • Scenario testing infrastructure:
    • The Rust VM can generate mock addresses, if not specified in advance.
    • The sc: syntax now generates addresses with VM type 0x0500, same as the latest version of mx-scenario-go.
    • Rust test support for checking code_metadata.
  • Explicit discriminants supported for enums.
  • Optimized top_encode_number function. It no longer contains branches or loops.
  • Removed reliance on Rust nightly features is_sorted and slice_partition_dedup.