Releases: polareth/evmstate
Releases · polareth/evmstate
@polareth/evmstate@0.1.4
Patch Changes
4a733faThanks @0xpolarzero! - Fix args type fortraceStateto allow undefined (empty) args.
@polareth/evmstate@0.1.3
Patch Changes
b4ba091Thanks @0xpolarzero! - Link to better usage examples
@polareth/evmstate@0.1.2
Patch Changes
bc303feThanks @0xpolarzero! - Add more descriptive @unsupported comments to Tracer class and react provider/hook.
@polareth/evmstate@0.1.1
Patch Changes
-
2bfd145Thanks @0xpolarzero! - - More accurate and consistent naming for types (e.g. diff -> state)-
traceStatenow returns a Map of address -> state, that is case-insensitiveconst 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
-