ZcashLightClientKit/Example/ZcashLightClientSample/ZcashLightClientSample
Lukas Korba 44e17ca042 [#843] Simplify Synchronizer Status
- SyncStatus refactored to InternalSyncStatus, so the SDK works internally with the SyncStatus as previously
- new SyncStatus is a computed property that maps InternalSyncStatus to simplified SyncStatus

[#843] Simplify Synchronizer Status (#1010)

- simplification of SyncStatus done
- % computation moved to the mapping function so the rest of the SDK works just like before
- fixed unit tests
- new unit tests checking the boundaries of the new progress

[#843] Simplify Synchronizer Status (#1010)

- removed commented code

[#843] Simplify Synchronizer Status (#1010)

- package.resolved

[#843] Simplify Synchronizer Status (#1010)

- fixed dark side tests

[#843] Simplify Synchronizer Status (#1010)

- package.resolved
2023-05-09 12:35:49 +02:00
..
Assets.xcassets
Base.lproj [#908] Add last and latest blocks data to Synchronizer State (#911) 2023-04-14 09:08:37 +02:00
Constants Clear SwiftLint on ZcashLightClientKit 2021-09-15 09:21:29 -03:00
Get Address [#469] Make ZcashRustBackendWelding async 2023-03-30 19:08:56 +02:00
Get Balance [#877] OutboundTransactionManager to async 2023-03-31 10:49:06 +02:00
Get UTXOs Make all methods in ZcashKeyDerivationBackendWelding non async 2023-04-25 16:16:04 +02:00
Latest Block Height [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
List Transactions [#1001] Remove PendingDb in favor of `v_transactions` and `v_tx_output` Views (#1001) 2023-05-05 14:30:47 -03:00
Paginated Transactions [#484] Use async for TransactionsRepository 2023-03-28 10:17:14 +02:00
Sapling Parameters [#209] Add support for multiple instances of the SDKSynchronizer 2023-03-27 20:42:52 +02:00
Send [#843] Simplify Synchronizer Status 2023-05-09 12:35:49 +02:00
Sync Blocks [#843] Simplify Synchronizer Status 2023-05-09 12:35:49 +02:00
Transaction Detail [#1001] Remove PendingDb in favor of `v_transactions` and `v_tx_output` Views (#1001) 2023-05-05 14:30:47 -03:00
AppDelegate.swift [#1001] Remove PendingDb in favor of `v_transactions` and `v_tx_output` Views (#1001) 2023-05-05 14:30:47 -03:00
DemoAppConfig.swift [#361] Introduce ZcashError (#1005) 2023-04-24 18:15:20 -03:00
Info.plist Feature/single pod mainnet (#60) 2020-01-14 19:25:14 -03:00
ViewController.swift [#801] Improve wipe implementation 2023-02-22 10:36:33 +01:00