Skip to content

sc 0.39.3, vm 0.1.3

Compare
Choose a tag to compare
@andrei-marinica andrei-marinica released this 26 Jan 10:27
· 3526 commits to master since this release
v0.39.3
98ed5d5
  • multiversx-sc-meta improvements:
    • upgrade can handle crates as early as 0.28.0;
    • --ignore flag for the all command: will ignore folders with given names, by default set to target;
    • info command, shows contracts and contract library crates with their respective framework versions;
    • --mir flag when building, also emits MIR files;
    • printing to console the build command.
  • BigUint from u128 conversion.