feat: Stateless validation function receives public keys corresponding to each transaction (#17841)

Co-authored-by: Wolfgang Welz <welzwo@gmail.com>
This commit is contained in:
kevaundray
2025-10-16 11:21:15 +01:00
committed by GitHub
parent 5beeaedfae
commit be648d950c
8 changed files with 193 additions and 10 deletions

2
Cargo.lock generated
View File

@@ -10400,6 +10400,7 @@ dependencies = [
"alloy-rpc-types-debug",
"alloy-trie",
"itertools 0.14.0",
"k256",
"reth-chainspec",
"reth-consensus",
"reth-errors",
@@ -10410,6 +10411,7 @@ dependencies = [
"reth-revm",
"reth-trie-common",
"reth-trie-sparse",
"secp256k1 0.30.0",
"serde",
"serde_with",
"thiserror 2.0.16",