ZcashLightClientKit/Sources/ZcashLightClientKit
Francisco Gindre b9e00055e9 [#614] make prepare(with:) and get{pool_type}Address() synchronous
Closes #614

fixes travis ci

Removed `setStartHeight` function

I’m going back in time and this setHeight is not something we are using anywhere else than in the prepare function. This comes from the times we had `initialize(seed:birthday) and we don’t have that anymore

See diff 246d10edaa (diff-414771774e10bc81260094ffcdc7b310a3be48758b2abd2bfae831c83912c02c)

The `func setStartHeight(_ startHeight: BlockHeight)` function assumes that
there might not be a wallet birthday set up or that it might be changed
in-flight which are things that are no longer happening.

remove test warning

Fix test compiler error
2022-11-11 14:07:45 -03:00
..
Block [#614] make prepare(with:) and get{pool_type}Address() synchronous 2022-11-11 14:07:45 -03:00
Constants Modify PendingTransactionEntity to be able to represent internal shielding tx. 2022-10-18 10:07:23 -06:00
DAO make Memo and MemoBytes parameters nullable so they can be omitted when sending to transparent receivers. 2022-10-24 22:49:04 -03:00
Entity Add Fee field to Transaction, ConfirmedTransaction, ReceivedTransactions and Pen 2022-10-19 17:37:06 -03:00
Extensions [#461] Adopt a Type-Safe Keys and Addresses API 2022-09-05 15:09:07 -03:00
Model make Memo and MemoBytes parameters nullable so they can be omitted when sending to transparent receivers. 2022-10-24 22:49:04 -03:00
Providers Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
Repository [#492] Get rid of blocking API (#551) 2022-10-03 20:05:11 -03:00
Resources/checkpoints - [#610] Release 0.17.0-beta.rc1 2022-11-07 14:21:22 -03:00
Rust [#602] Improve error logging for InitializerError and RustWeldingError 2022-11-01 13:57:42 -03:00
Service Merge branch 'master' into merge-master 2022-10-31 09:34:38 -03:00
Synchronizer [#614] make prepare(with:) and get{pool_type}Address() synchronous 2022-11-11 14:07:45 -03:00
Tool Modify PendingTransactionEntity to be able to represent internal shielding tx. 2022-10-18 10:07:23 -06:00
Transaction make Memo and MemoBytes parameters nullable so they can be omitted when sending to transparent receivers. 2022-10-24 22:49:04 -03:00
Utils [486] sendToAddress async/await 2022-09-21 13:47:17 +02:00
Initializer.swift [#614] make prepare(with:) and get{pool_type}Address() synchronous 2022-11-11 14:07:45 -03:00
Synchronizer.swift Fix compiler errors 2022-10-31 09:57:10 -03:00