eth-statediff-compliance/README.md
2023-09-20 01:26:26 +08:00

14 lines
278 B
Markdown

# eth-statediff-compliance
Tooling to directly verify and benchmark the results of go-ethereum state diffs.
Specifically, compares `plugeth-statediff`- and `go-ethereum/statediff`-built diffs.
## Usage
```
make dumpdiff.plugeth dumpdiff.geth
./scripts/compare-diffs.sh
```