Introduces `VerifyExistenceProof` trait (#5682)
Introduces a trait for verifying existence proofs in the runtime. The
trait is implemented for the 16 patricia merkle tree and the binary
tree.
---------
Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: command-bot <>
parent
51f33671
Pipeline
#497182
waiting for manual action
with stages
in
28 minutes and 46 seconds
Stage:
Stage:
Stage:
Stage:
Stage:
Stage:
Showing
- Cargo.lock 3 additions, 0 deletionsCargo.lock
- prdoc/pr_5682.prdoc 15 additions, 0 deletionsprdoc/pr_5682.prdoc
- substrate/frame/support/Cargo.toml 4 additions, 0 deletionssubstrate/frame/support/Cargo.toml
- substrate/frame/support/src/traits.rs 3 additions, 0 deletionssubstrate/frame/support/src/traits.rs
- substrate/frame/support/src/traits/proving.rs 135 additions, 0 deletionssubstrate/frame/support/src/traits/proving.rs
- substrate/primitives/runtime/src/proving_trie.rs 5 additions, 2 deletionssubstrate/primitives/runtime/src/proving_trie.rs
- substrate/utils/binary-merkle-tree/Cargo.toml 8 additions, 1 deletionsubstrate/utils/binary-merkle-tree/Cargo.toml
- substrate/utils/binary-merkle-tree/src/lib.rs 31 additions, 30 deletionssubstrate/utils/binary-merkle-tree/src/lib.rs
Please register or sign in to comment