eth-statediff-compliance/README.md
Roy Crihfield fbcb133735
All checks were successful
Test / Run unit tests (push) Successful in 12m36s
Add full diff objects to output (#4)
Reviewed-on: #4
2023-09-27 16:46:13 +00:00

16 lines
573 B
Markdown

# 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.