ZcashLightClientKit/ZcashLightClientKitTests
Francisco Gindre 60ea9d6737
Block downloading + storing (#4)
* Initial scaffold for Block Downloader

* (Failing) init Wallet test

* Ignore generated files

* Inject endpoint address on tests

* Simple Downloader + Tests

* CompactBlockDownloader latestBlockHeight, rewind + tests

* remover awful sync functions

* Compact Block processor scaffold

* Block Downloader + tests
[WIP] Block Processor

* Synchronous getBlockRange

* CompactBlock downloading sync + tests

* Sync CompactBlock Storage + Tests

* Rename Storage to FakeStorage

* WIP Blockdownloader test, block storage tests

* Fix carthage import for SQLite.framework

* SQLite Storage implementation for CompactBlocks + Tests

* Housekeeping, TestDbBuilder and other utils to their own place

* Integrated CompactBlockStorage to Downloader Tests

* Get latestBlockHeight from wallet

* move FakeStorage class to test utils

* Add ZcashLightClientKit import to moved file

* data db initialization + test

* ZcashOperation, CompactBlockDownloadOperation + tests. BlockDAO, latestScannedHeight

* Download and scan blocks. Download Operation. Scan Operation. Tests.

* cleanup test

* Updated readme
2019-10-18 15:45:19 -03:00
..
utils Block downloading + storing (#4) 2019-10-18 15:45:19 -03:00
BlockDownloaderTests.swift Block downloading + storing (#4) 2019-10-18 15:45:19 -03:00
BlockScanOperationTests.swift Block downloading + storing (#4) 2019-10-18 15:45:19 -03:00
CompactBlockProcessorTests.swift Block downloading + storing (#4) 2019-10-18 15:45:19 -03:00
CompactBlockStorageTests.swift Block downloading + storing (#4) 2019-10-18 15:45:19 -03:00
Constants.stencil Block downloading + storing (#4) 2019-10-18 15:45:19 -03:00
DownloadOperationTests.swift Block downloading + storing (#4) 2019-10-18 15:45:19 -03:00
Info.plist Empty iOS Framework 2019-06-28 10:09:53 +01:00
LightWalletServiceTests.swift Block downloading + storing (#4) 2019-10-18 15:45:19 -03:00
WalletTests.swift Block downloading + storing (#4) 2019-10-18 15:45:19 -03:00
ZcashLightClientKitTests.swift Block downloading + storing (#4) 2019-10-18 15:45:19 -03:00
ZcashRustBackendTests.swift Block downloading + storing (#4) 2019-10-18 15:45:19 -03:00
cache.db Block downloading + storing (#4) 2019-10-18 15:45:19 -03:00