mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(engine): validate execution requests (#13685)
This commit is contained in:
@ -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"]
|
||||
Reference in New Issue
Block a user