feat: Custom TransactionSigned

Like OpTransactionSigned, introduce a new tx type. Not a trivial change but might be beneficial for potential system tx changes e.g., in case it's separated into another tx type
This commit is contained in:
sprites0
2025-06-27 06:32:39 +00:00
parent b702f3c480
commit 2c6e989ad0
20 changed files with 1102 additions and 198 deletions

View File

@ -45,6 +45,8 @@ reth-rpc-engine-api = { path = "../reth/crates/rpc/rpc-engine-api" }
reth-tracing = { path = "../reth/crates/tracing" }
reth-trie-common = { path = "../reth/crates/trie/common", default-features = false }
reth-trie-db = { path = "../reth/crates/trie/db" }
reth-codecs = { path = "../reth/crates/storage/codecs" }
reth-transaction-pool = { path = "../reth/crates/transaction-pool" }
revm = { version = "24.0.1" }
# alloy dependencies