e70cbb0f26515481e04d8ad4591e98cdf005cd7c
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
A zero exit code indicates identical outputs, modulo possible duplicate nodes.
Description
Tooling to directly verify and benchmark the results of go-ethereum state diffs.
485 KiB
Languages
Go
72.6%
Shell
18.2%
Makefile
9.2%