ZcashLightClientKit/Tests/OfflineTests
Lukas Korba c1ff5615dd [#1206] Frequent call of update chain tip
- The State Machine has been slightly updated so it measures time when it lastly updated chain tip. If it happened more than 10mins ago, it calls the .updateChainTip action once again before the download-scan-enhance loop continues
- updated unit test

[#1206] Frequent call of update chain tip (#1207)

- whenever updateChainTip is called, it's followed by suggestScanRanges logic
2023-08-24 13:05:42 +02:00
..
CompactBlockProcessorActions [#1206] Frequent call of update chain tip 2023-08-24 13:05:42 +02:00
DerivationToolTests Make all methods in ZcashKeyDerivationBackendWelding non async 2023-04-25 16:16:04 +02:00
BirthdayTests.swift [#361] Introduce ZcashError (#1005) 2023-04-24 18:15:20 -03:00
ClosureSynchronizerOfflineTests.swift [#1001] Remove PendingDb in favor of `v_transactions` and `v_tx_output` Views (#1001) 2023-05-05 14:30:47 -03:00
CombineSynchronizerOfflineTests.swift Fix tests related to blocks downloading 2023-05-08 11:08:54 +02:00
CompactBlockRepositoryTests.swift [#1111] Change storage for InternalSyncProgress 2023-05-22 20:42:11 +02:00
FsBlockStorageTests.swift [#1111] Change storage for InternalSyncProgress 2023-05-22 20:42:11 +02:00
InitializerOfflineTests.swift [#1111] Change storage for InternalSyncProgress 2023-05-22 20:42:11 +02:00
MemoTests.swift [#1037] Empty string memo throws `ZcashError.memoTextInputEndsWithNullBytes` (#1038) 2023-05-10 12:39:34 -03:00
NullBytesTests.swift [#361] Introduce ZcashError (#1005) 2023-04-24 18:15:20 -03:00
PagedTransactionRepositoryTests.swift [#484] Use async for TransactionsRepository 2023-03-28 10:17:14 +02:00
RawTransactionTests.swift [#796] Fix tests 2023-02-16 17:14:31 +01:00
RecipientTests.swift [#888] Make actor from ZcashRustBackendWelding 2023-04-11 17:51:28 +02:00
SynchronizerOfflineTests.swift [#700] CompactBlockProcessor as state machine proof of concept 2023-05-30 15:01:42 +02:00
TransactionRepositoryTests.swift [#1001] Remove PendingDb in favor of `v_transactions` and `v_tx_output` Views (#1001) 2023-05-05 14:30:47 -03:00
TxIdTests.swift
UndescribableTests.swift
UnifiedTypecodesTests.swift [#888] Make actor from ZcashRustBackendWelding 2023-04-11 17:51:28 +02:00
WalletTests.swift [#1111] Change storage for InternalSyncProgress 2023-05-22 20:42:11 +02:00
ZatoshiTests.swift
ZcashRustBackendTests.swift [#888] Make actor from ZcashRustBackendWelding 2023-04-11 17:51:28 +02:00
ZcashTransactionStateTests.swift [#1001] Remove PendingDb in favor of `v_transactions` and `v_tx_output` Views (#1001) 2023-05-05 14:30:47 -03:00
Zip302MemoTests.swift [#442] Introduce parallel downloading and scanning 2023-05-05 09:35:43 +02:00