ChainSafe / gossamer

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

feat(pkg/triedb): Add trie access recorder #4072

Closed dimartiro closed 4 months ago

dimartiro commented 4 months ago

Changes

Add trieDB recorder to record all not inlined visited nodes during lookups. This is the first step to be able to generate merkle proofs using the new TrieDB

Summary of changes

Tests

make test

Issues

closes: #3999