Update Changelog

Co-authored-by: Daira Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
Honza Rychnovský 2023-09-10 11:47:46 +02:00 committed by GitHub
parent fe7edf3ec5
commit c9d3085001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
case of older Linear synchronization algorithm.
- `CompactBlockProcessor.ProcessorInfo.isSyncing`. Use `Synchronizer.status` instead.
- `CompactBlockProcessor.ProcessorInfo.syncProgress`. Use `Synchronizer.progress` instead.
- `alsoClearBlockCache` parameter from rewind functions of `Synchronizer` and `CompactBlockProcessor` as it take no
effect on the current rewind functionality result.
- `alsoClearBlockCache` parameter from rewind functions of `Synchronizer` and `CompactBlockProcessor`, as it has no
effect on the current behaviour of these functions.
- Internally, we removed access to the shared block table from the Kotlin layer, which resulted in eliminating these
APIs:
- `SdkSynchronizer.findBlockHash()`