Skip to content

Releases: polareth/evmstate

@polareth/evmstate@0.1.4

20 May 13:07
dd4328f

Choose a tag to compare

Patch Changes

@polareth/evmstate@0.1.3

12 May 12:02
bd16f56

Choose a tag to compare

Patch Changes

@polareth/evmstate@0.1.2

09 May 11:14
4a3d236

Choose a tag to compare

Patch Changes

@polareth/evmstate@0.1.1

09 May 10:43

Choose a tag to compare

Patch Changes

  • 2bfd145 Thanks @0xpolarzero! - - More accurate and consistent naming for types (e.g. diff -> state)

    • traceState now returns a Map of address -> state, that is case-insensitive

      const trace = await traceState(...);
      const someState = trace.get("0x...");
    • Fix a bug where accessing a nested field in a mapping => struct would not be recognized if it was not in the first slot of that struct

    • Add experimental and unsupported tags, and improve reforking in watchState