Skip to content

Commit

Permalink
Improve changelog statement
Browse files Browse the repository at this point in the history
  • Loading branch information
HonzaR committed Aug 8, 2024
1 parent 6ad1021 commit 84630c1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`fullyScannedHeight` as its lower bound.
- The fetch UTXOs action reports `FetchUtxosException` to the wrapping `onProcessorErrorHandler` or
`onCriticalErrorHandler` in case any error occurs
- Block synchronization logic now works above batch of blocks with size 1000 blocks instead of just 100 blocks
except the Zcash sandblasting period in which batch size of 100 blocks is still used
- The internal `CompactBlockProcessor.SYNC_BATCH_SIZE` has changed. Block synchronization logic now works above
batch of blocks with size 1000 blocks instead of just 100 blocks, except the Zcash sandblasting period in which
batch size of 100 blocks is still used.
- The internal `FileCompactBlockRepository.BLOCKS_METADATA_BUFFER_SIZE` constant has been raised from 10 to 1000 to
match the block synchronization batch size. The overall speed-up of the entire block synchronization logic is about
50%.
match the block synchronization batch size.
- The overall speed-up of the entire block synchronization logic, thanks to the both mentioned synchronization
improvements above is about 50% out of the Zcash sandblasting period. There is still some improvement in the
sandblasting period.
- Checkpoints update

### Fixed
Expand Down

0 comments on commit 84630c1

Please sign in to comment.