mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-30 09:38:24 -05:00
* wip executor * wip * Cleanup added some checks and structure to executor * adding additional block/header checks * add basefee calculation and check * some cleanup * Sanity check test * Test for sanity check * move verification to consensus crate * cleanup * Better Error handling
6 lines
141 B
Rust
6 lines
141 B
Rust
//! Reth block execution/validation configuration and constants
|
|
|
|
/// Configuration for executor
|
|
#[derive(Debug, Clone)]
|
|
pub struct Config {}
|