Kris Nuttycombe
Kris Nuttycombe
Over the past few years, a lot of functionality has accumulated in `zcash_client_sqlite` that is not directly coupled to storing data in the SQL database. This PR migrates important business...
At present, it looks like `zcash_transparent` tests don't compile with the default features enabled.
In the case of a reorg to a shorter chain with more work, it may not be possible to compute the anchor at the anchor height specified by the proposal....
If the wallet detects that an old consensus branch ID is still being provided to the scan process after a network upgrade height that the wallet is aware of, scanning...
Correct gap limit handling is tricky, and is good to standardize for the wallet ecosystem. The gap limit handling logic in `zcash_client_sqlite` can be abstracted to take advantage of a...
When a `TransactionDataRequest` for detection of transactions involving a given ephemeral address is serviced, we need to ensure that the next check is properly scheduled. The two paths by which...
When constructing a cross-account transaction, we should explicitly use `OvkPolicy::None` when the recipient address is an internal address of the receiving account. Enabling explicit cross-account transfers that do not involve...
We may want to also either add a `WalletRead` method, or alter the return type of the `delete_account` method, to return either a backup of all of an account's data,...
This also modifies the BlockRange` type to allow callers to specify a set of pool types for which data should be returned. In the case that no pool types are...