ZcashLightClientKit/Tests/TestUtils
Lukas Korba e51f425c54 [#1369] SynchronizerState refactor
- plural of account balances refactor to singular

[#1369] SynchronizerState refactor

- transaprent balance removed from SynchronizerState
- all balances are now handled with AccountBalance

[#1369] SynchronizerState refactor and balances cleanup

- WalletBalance has been removed from the SDK, replaced with AccountBalance
- public APIs for individual balances (getTransparent, getShielded, getShieldedVerfied) have been removed from the SDK, replaced with getAccountBalance
- tests refactored

[#1369] SynchronizerState refactor and balances cleanup

- dark side tests refactored

[#1369] SynchronizerState refactor and balances cleanup (#1372)

- addressed comments

[#1369] SynchronizerState refactor

- ZcashError for spending key does not belong to the wallet
2024-02-12 17:41:26 +01:00
..
Resources
Sourcery [#1369] SynchronizerState refactor 2024-02-12 17:41:26 +01:00
proto
ActionContext+tests.swift
CompactBlockProcessorEventHandler.swift
DarkSideWalletService.swift [#1294] Remove all uses of the incorrect 1000-ZAT fee 2023-09-29 20:01:38 +02:00
FakeChainBuilder.swift
FakeService.swift
FakeStorage.swift
LoggerProxy.swift
MockSessionIDGenerator.swift
MockTransactionRepository.swift Update `zcash-light-client-ffi` to adopt fix for missing transparent history. 2023-09-19 08:26:03 -06:00
SDKSynchronizerSyncStatusHandler.swift
Stubs.swift [#1369] SynchronizerState refactor 2024-02-12 17:41:26 +01:00
TestCoordinator.swift
TestDbBuilder.swift Update `zcash-light-client-ffi` to adopt fix for missing transparent history. 2023-09-19 08:26:03 -06:00
TestVector.swift
Tests+Utils.swift Update `zcash-light-client-ffi` to adopt fix for missing transparent history. 2023-09-19 08:26:03 -06:00
TestsData.swift [#1294] Remove all uses of the incorrect 1000-ZAT fee 2023-09-29 20:01:38 +02:00
UnspentTransactionOutputEntityMock.swift
ZcashTestCase.swift