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:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -8738,6 +8738,7 @@ dependencies = [
|
||||
"reth-cli",
|
||||
"reth-cli-commands",
|
||||
"reth-cli-util",
|
||||
"reth-codecs",
|
||||
"reth-db",
|
||||
"reth-discv4",
|
||||
"reth-engine-primitives",
|
||||
@ -8763,6 +8764,7 @@ dependencies = [
|
||||
"reth-rpc-engine-api",
|
||||
"reth-rpc-eth-api",
|
||||
"reth-tracing",
|
||||
"reth-transaction-pool",
|
||||
"reth-trie-common",
|
||||
"reth-trie-db",
|
||||
"revm",
|
||||
|
||||
Reference in New Issue
Block a user