2023-09-06 12:53:36 +00:00
|
|
|
# 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.
|
2023-09-19 17:26:26 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```
|
|
|
|
make dumpdiff.plugeth dumpdiff.geth
|
|
|
|
|
|
|
|
./scripts/compare-diffs.sh
|
|
|
|
```
|