good morning!!!!

Skip to content
Snippets Groups Projects
  1. Dec 21, 2016
  2. Dec 20, 2016
    • Péter Szilágyi's avatar
    • Nick Johnson's avatar
      eth/filters: add FindOnce for iterator-like operation (#3435) · 1fe67c12
      Nick Johnson authored
      This commit introduces a FindOnce method for filters. FindOnce finds the next block that
      matches the filter and returns all matching logs from that block. If there are no further
      matching logs, it returns a nil slice. This method allows callers to iterate over large
      sets of logs progressively.
      
      The changes introduce a small inefficiency relating to mipmaps: the first time a filter is
      called, it acts as if all mipmaps are matched, and thus iterates several blocks near the
      requested start point. This is in the interest of simplicity and avoiding duplicate mipmap
      lookups each time FindOnce is called.
      1fe67c12
  3. Dec 19, 2016
  4. Dec 16, 2016
  5. Dec 15, 2016
  6. Dec 14, 2016
  7. Dec 13, 2016
Loading