feat: tx forwarder

eth_sendRawTransaction will forward transactions into --upstream-rpc-url, if specified in cli args.
This commit is contained in:
sprites0
2025-07-01 02:31:29 +00:00
parent 4136d9d50a
commit 39ae8ae9f8
5 changed files with 72 additions and 5 deletions

View File

@ -4,5 +4,6 @@ mod evm;
mod hardforks;
pub mod node;
pub mod pseudo_peer;
pub mod tx_forwarder;
pub use node::primitives::{HlBlock, HlBlockBody, HlPrimitives};