feat(engine): validate execution requests (#13685)

This commit is contained in:
Roman Krasiuk
2025-01-13 11:40:46 +01:00
committed by GitHub
parent 4e3810a17c
commit ac25fd8c18
4 changed files with 84 additions and 3 deletions

View File

@ -31,5 +31,8 @@ serde.workspace = true
thiserror.workspace = true
tokio = { workspace = true, default-features = false, features = ["sync"] }
[dev-dependencies]
assert_matches.workspace = true
[features]
op = ["dep:op-alloy-rpc-types-engine"]