feat(trie): add extend method to MultiProof (#12467)

This commit is contained in:
Federico Gimenez
2024-11-18 14:56:14 +01:00
committed by GitHub
parent dc45aa9fff
commit 26ce7fbdb2
2 changed files with 78 additions and 1 deletions

View File

@ -34,6 +34,7 @@ plain_hasher = { version = "0.2", optional = true }
arbitrary = { workspace = true, features = ["derive"], optional = true }
[dev-dependencies]
alloy-primitives = { workspace = true, features = ["getrandom"] }
arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
proptest-arbitrary-interop.workspace = true