Skip to content

v0.6.4

Compare
Choose a tag to compare
@cd1m0 cd1m0 released this 06 Oct 20:07
· 18 commits to main since this release

This release:

  • Refactors VMTestRunner to TxRunner
  • Adds new method TxRunner.getDecodedContractStatesOnTxStep that allows getting the decoded contract state in the middle of a TX
  • Adds the ability for ArtifactManager to find the information for a given contract without metadata hash, by directly comparing bytecodes. This matching handles immutable and link references.