Reth rpc extension to add an endpoint for validation of builder submissions as received by a relay.
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
While there are no automated tests yet you can execute a manual test using the provided testdata:
curl --location 'localhost:8545/' --header 'Content-Type: application/json' --data @test/data/rpc_payload.json
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.