Tooling to directly verify and benchmark the results of go-ethereum state diffs.
Go to file
Roy Crihfield b2bb65a963
All checks were successful
Test / Run unit tests (pull_request) Successful in 5m33s
update deps
2024-07-09 19:35:57 +08:00
.github/workflows Add plugin using parallel iterators (#2) 2023-09-22 10:49:02 +00:00
dumpdiff-geth Update Geth to 1.13 in Plugeth cases (#6) 2024-04-12 10:16:04 +00:00
dumpdiff-plugeth update deps 2024-07-09 19:35:57 +08:00
dumpdiff-plugeth-parallel update deps 2024-07-09 19:35:57 +08:00
internal/statediff move fixture module to reexports 2024-07-09 19:26:49 +08:00
pkg move fixture module to reexports 2024-07-09 19:26:49 +08:00
scripts Add full diff objects to output (#4) 2023-09-27 16:46:13 +00:00
go.mod Update Geth to 1.13 in Plugeth cases (#6) 2024-04-12 10:16:04 +00:00
go.sum Init repo with diff-dump tools and compare-diffs script 2023-09-19 18:35:44 +08:00
Makefile standard build dir 2024-07-09 18:51:40 +08:00
README.md Add full diff objects to output (#4) 2023-09-27 16:46:13 +00:00

eth-statediff-compliance

Tooling to directly verify and benchmark the results of go-ethereum state diffs.

Usage

Use scripts/compare-diffs.sh to compare outputs of go-ethereum/statediff and plugeth-statediff.

# Compare the output of geth-statediff and the statediff plugin (as of v0.1.1):
./scripts/compare-diffs.sh -d _var/ geth plugeth

# Compare geth-statediff and the plugin using parallel iterators:
./scripts/compare-diffs.sh -d _var/ geth plugeth-parallel

A zero exit code indicates identical outputs, modulo possible duplicate nodes.