rkrasiuk / reth-payload-validator

Reth rpc api extension to enable block validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reth based Builder Payload Validator Api

Reth rpc extension to add an endpoint for validation of builder submissions as received by a relay.

Get Started

Run extended reth full node with the added rpc endpoint with: RUST_LOG=info cargo run -- node --full --metrics 127.0.0.1:9001 --http --enable-ext

Test it

While there are no automated tests yet you can execute a manual test using the provided testdata (requires curl and jq): ./test/shoot_single_payload.sh localhost:8545 test/data/single_payload.json

Further Reading

Disclaimer

This code is being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the code. It has not been audited and as such there can be no assurance it will work as intended, and users may experience delays, failures, errors, omissions or loss of transmitted information.

About

Reth rpc api extension to enable block validation


Languages

Language:Rust 97.4%Language:Shell 2.6%