eth-statediff-compliance/README.md

14 lines
278 B
Markdown
Raw Normal View History

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