feat(op, txpool): impl send_raw_tx_cond endpoint (#14311)

This commit is contained in:
Federico Gimenez
2025-02-10 19:16:24 +01:00
committed by GitHub
parent 2e8bc7d4b2
commit fe322379ff
6 changed files with 177 additions and 5 deletions

View File

@ -55,6 +55,7 @@ revm.workspace = true
parking_lot.workspace = true
tokio.workspace = true
reqwest = { workspace = true, features = ["rustls-tls-native-roots"] }
async-trait.workspace = true
# rpc
jsonrpsee-core.workspace = true