Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Adjust interface to be consistent with geth validator (#28)
* Update reth dependency * Change reth dependency to fork * Adjust to new execute_transactions interface * Switch back to paradigmxyz/reth * Add parent_beacon_block_root to validation request * Add blob_gas_used and excess_blob_gas to the execution payload * Make use of parent_beacon_block_root field * Reth bump * Adjust name of rpc method * Switch back to stable toolchain * cargo fmt * Fix tests by running against goerli spec * Add missing fields to example payload * Cargo fmt
- Loading branch information