paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
4k stars 1.23k forks source link

Add nightly `RPC` correctness tests #12655

Open joshieDo opened 6 days ago

joshieDo commented 6 days ago

Describe the feature

We should add RPC equality tests run on a nightly basis, that compare its results with other client nodes.

Some references:

https://github.com/joshieDo/reth-testing/blob/main/crates/rpc-tester/src/main.rs

https://github.com/joshieDo/reth-testing/blob/main/crates/tester-common/src/rpc/equality.rs#L69-L73

Additional context

No response