Skip to content

Commit

Permalink
Create pr_5756.prdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi committed Sep 23, 2024
1 parent cfa2a79 commit 21a13c9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions prdoc/pr_5756.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json

title: Benchmark Friendly Tries for the Runtime

doc:
- audience: Runtime Dev
description: |
This PR introduces a trait `ProvingTrie` which has all the function you need to use tries in the runtime.
This trait includes the ability to create a trie, and for developers to express the complexity of a trie
proof by converting the length of the proof to how many hashes we should expect to perform.

crates:
- name: sp-runtime
bump: minor

0 comments on commit 21a13c9

Please sign in to comment.