Skip to content

Releases: Consensys/sol-dbg

v0.6.12

22 Oct 22:26
Compare
Choose a tag to compare

Nit: Fix the type signatures computed for events in ArtifactManager to be ABI-compliant

v0.6.11

22 Oct 03:45
Compare
Choose a tag to compare

Nit: Add more info to decoded event

v0.6.10

22 Oct 02:36
Compare
Choose a tag to compare

This release brings event decoding.

v0.6.9

14 Oct 22:25
Compare
Choose a tag to compare

Uuuugh one more nit from the last version. This is stupid..

v0.6.8

14 Oct 22:01
Compare
Choose a tag to compare

Small nit - detect when internal stack decoding fails so that we dont display broken traces.

v0.6.7

09 Oct 01:48
Compare
Choose a tag to compare

Make ArtifactManager more resilient.

v0.6.6

08 Oct 09:55
Compare
Choose a tag to compare

nits

v0.6.5

08 Oct 01:51
Compare
Choose a tag to compare

This release fixes a small bug in getDecodedContractStatesOnTxStep where we weren't setting foundryCheatcodes on the storage decode tracer leading to inconsistent traces.

v0.6.4

06 Oct 20:07
Compare
Choose a tag to compare

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.

v0.6.3

30 Sep 22:56
Compare
Choose a tag to compare

Add keccak preimage and contract lifetime info to each step in SolTxDebugger