ChainSafe / gossamer

🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
427 stars 110 forks source link

(pkg/trie): Merkle proof generation #4000

Closed dimartiro closed 2 months ago

dimartiro commented 4 months ago

Similar what we have with in-memory tries, we need to implement a similar merkle proof generation using our new TrieDB structure.