good morning!!!!

Skip to content
Snippets Groups Projects
  1. Apr 25, 2017
    • Felix Lange's avatar
      trie: clean up iterator constructors · a13e920a
      Felix Lange authored
      Make it so each iterator has exactly one public constructor:
      
      - NodeIterators can be created through a method.
      - Iterators can be created through NewIterator on any NodeIterator.
      a13e920a
    • Felix Lange's avatar
      trie: rework and document key encoding · f958d7d4
      Felix Lange authored
      'encode' and 'decode' are meaningless because the code deals with three
      encodings. Document the encodings and give a name to each one.
      f958d7d4
  2. Apr 18, 2017
    • Felix Lange's avatar
      trie: remove Key in MissingNodeError · a31d268b
      Felix Lange authored
      The key was constructed from nibbles, which isn't possible for all
      nodes. Remove the only use of Key in LightTrie by always retrying with
      the original key that was looked up.
      a31d268b
  3. Apr 14, 2017
  4. Apr 13, 2017
  5. Apr 12, 2017
  6. Apr 11, 2017
  7. Apr 10, 2017
Loading