Add state validation to tx conditionals #14617
Labels
A-op-reth
Related to Optimism and op-reth
A-rpc
Related to the RPC implementation
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
we still have this todo:
reth/crates/optimism/rpc/src/eth/ext.rs
Line 123 in 2c06923
which worldchain has a reference for:
https://github.com/worldcoin/world-chain/blob/a73be0740d65b533db0c5b986e46e83252fc77da/world-chain-builder/crates/world/rpc/src/transactions.rs#L181
because this isn't very cheap, we need to guard concurrent access here and introduce a tokio semaphore in this impl that restricts how many conditionals we can handle in parallel.
TODO
Additional context
No response
The text was updated successfully, but these errors were encountered: