ZcashLightClientKit/Example/ZcashLightClientSample/ZcashLightClientSample.xcod...
Michal Fousek 1a03fa6f7c [#743] Refactor blocks validation in CompactBlockProcessor
Closes #743

- Added new protocol `BlockValidator` and `BlockValidatorImpl` class. All the code related to blocks validation is extracted to `BlockValidatorImpl`.
- Fixed `testSingleDownloadAndScan()` test.
- Changed how validation error are handled. Previously validation error were handled directly next to validation code. And when some validation
errors happened method from `CompactBlockProcessor` were called. Now validation errors are handled in `CompactBlockProcessor.processNewBlocks`
in a same way as any other error that can occur during sync process.
2023-02-03 09:58:36 +01:00
..
project.xcworkspace [#743] Refactor blocks validation in CompactBlockProcessor 2023-02-03 09:58:36 +01:00
xcshareddata/xcschemes Add Xcode scheme that builds all the targets 2023-01-02 15:10:57 +01:00
project.pbxproj [#735] Use Swiftlint for the SDK 2023-01-27 11:44:25 +01:00