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
[x] Introduce trie Recorder
[x] Tests
[x] Modify TrieDB constructor to receive variable opts
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
Recorder
TrieDB
constructor to receive variable optsTests
Issues
closes: #3999