mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user