1. 18 Oct, 2016 2 commits
    • Felix Lange's avatar
      trie: ensure resolved nodes stay loaded · 177cab5f
      Felix Lange authored
      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.
      177cab5f
    • Felix Lange's avatar
      trie: avoid loading the root node twice · 187d6a66
      Felix Lange authored
      New checks whether the root node is present by loading it from the
      database. Keep the node around instead of discarding it.
      187d6a66
  2. 15 Oct, 2016 1 commit
  3. 14 Oct, 2016 10 commits
  4. 13 Oct, 2016 3 commits
  5. 12 Oct, 2016 1 commit
  6. 10 Oct, 2016 5 commits
  7. 07 Oct, 2016 2 commits
  8. 06 Oct, 2016 8 commits
  9. 05 Oct, 2016 5 commits
  10. 03 Oct, 2016 3 commits