Skip to content

sc 0.60.0, chain 0.17.0, sdk 0.11.2

Choose a tag to compare

@andrei-marinica andrei-marinica released this 08 Aug 18:57
· 888 commits to master since this release
v0.60.0
2a2c589
  • Block info hooks:
    • Rust VM support for the new block/round info hooks: getBlockTimestampMs, getPrevBlockTimestampMs, getBlockRoundTimeMs, epochStartBlockTimestampMs, epochStartBlockNonce, epochStartBlockRound;
    • Blackbox test syntax for setting all block info.
  • Cleanup after Barnard:
    • Removed the barnard feature. All functionality is routed to the new Barnard hooks, where appropriate.
    • Reverted routing non-fallible transfer execute through the fallible vm hook. This preserves pre-Barnard behavior for most cases.
  • sc-meta install mx-scenario-go retries several times in case of connection issues.