ZcashLightClientKit/Sources/ZcashLightClientKit/Block/Processor
Lukas Korba 9b6ff51b29
[#492] Get rid of blocking API (#551)
- blocking API removed, only latestBlockHeight() stayed
- non-blocking closure based API removed
- unit tests updated to use async API

[#492] Get rid of blocking API (#551)

- forgotten commented code cleaned up
- some comments were still mentioning result (completion closure), removed
2022-10-03 20:05:11 -03:00
..
CompactBlockDownload.swift [#492] Get rid of blocking API (#551) 2022-10-03 20:05:11 -03:00
CompactBlockEnhancement.swift [#492] Get rid of blocking API (#551) 2022-10-03 20:05:11 -03:00
CompactBlockProcessor.swift [#492] Get rid of blocking API (#551) 2022-10-03 20:05:11 -03:00
CompactBlockScanning.swift [476] CompactBlockProcessor to async/await 2022-09-15 08:10:12 +02:00
CompactBlockValidationInformation.swift [476] CompactBlockProcessor to async/await 2022-09-15 08:10:12 +02:00
FetchUnspentTxOutputs.swift [476] CompactBlockProcessor to async/await 2022-09-15 08:10:12 +02:00
FigureNextBatch.swift [476] CompactBlockProcessor to async/await 2022-09-15 08:10:12 +02:00