bitcoinj/integration-test
Sean Gilligan 6219c56138 BlockFileLoaderBitcoindTest: add test streamEntireBitcoindBlockchainAsBlocks()
This test is useful for performance comparisons with
`streamEntireBitcoindBlockchainAsBuffers()`.

With adding to the `TxConfidenceTable` removed from `Block.read()` and
on a fast, modern laptop, `streamEntireBitcoindBlockchainAsBuffers()`
currently takes under 2 minutes while `streamEntireBitcoindBlockchainAsBlocks()`
takes over 5 minutes.
2023-10-24 12:21:22 +02:00
..
src/test BlockFileLoaderBitcoindTest: add test streamEntireBitcoindBlockchainAsBlocks() 2023-10-24 12:21:22 +02:00
build.gradle build.gradle: update equalsverifier to 3.15.2 2023-10-24 11:57:41 +02:00