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 verifications #4001

Closed dimartiro closed 2 months ago

dimartiro commented 4 months ago

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