good morning!!!!

Skip to content
Snippets Groups Projects
Commit 177cab5f authored by Felix Lange's avatar Felix Lange
Browse files

trie: ensure resolved nodes stay loaded

Commit 40cdcf11 broke the optimisation which kept nodes resolved
during Get in the trie. The decoder assigned cache generation 0
unconditionally, causing resolved nodes to get flushed on Commit.

This commit fixes it and adds two tests.
parent 187d6a66
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment