roysc a5a2ec2a5e
Test / Run unit tests (push) Successful in 5m34s
Update eth-testing (#7)
Reviewed-on: #7
2024-07-09 12:02:52 +00:00
2024-07-09 12:02:52 +00:00
2024-07-09 12:02:52 +00:00
2024-07-09 12:02:52 +00:00
2023-09-27 16:46:13 +00:00

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.

S
Description
Tooling to directly verify and benchmark the results of go-ethereum state diffs.
Readme
485 KiB
Languages
Go 72.6%
Shell 18.2%
Makefile 9.2%