bitcoinj/core
Sean Gilligan 7776f7c907 BlockFileLoader: refactor to use single-file Block iterator internally
* Replace iterator that iterates all blocks in a file list with iterator
  that iterates all blocks in a single file
* Rewrite stream() to use flatMap() on a stream of blocks in a file (internally
  using BlockFileIterator)
* Rewrite iterator() to use stream()

This is a step towards a standalone capability to iterate/stream the blocks
in a single .dat file. It also is a step towards higher-performance
implementations that can use multiple threads.
2023-08-23 10:41:45 +02:00
..
src BlockFileLoader: refactor to use single-file Block iterator internally 2023-08-23 10:41:45 +02:00
build.gradle build.gradle: update Guava to 32.1.2-android 2023-08-01 11:15:44 +02:00
findbugs.xml