Kris Nuttycombe
Kris Nuttycombe
At present, it would be possible for a wallet implementer to allow the use of multiple seeds in the wallet via `create_account`, which would be a mess. Instead, we should...
Goal: to reduce the time to spendability by adjusting how work at the chain tip is prioritized. TODO: summarize in more detail what is now proposed taking into account the...
This has been requested by the Brave folks in order to allow them to avoid a dependency on the `sapling-crypto` crate, and we will add a similar flag for `orchard`...
> More specifically, we realized as part of the discussion that there is probably an existing bug related to the import of seeds from transparent-only wallets, where we are not...
Open an issue for this. _Originally posted by @str4d in https://github.com/zcash/librustzcash/pull/1234#discussion_r1517859140_
https://github.com/zcash/librustzcash/blob/main/zcash_client_sqlite/src/wallet.rs#L949-L966 is a bit of a hack; we could get the shard index from the position of the current chain tip, and we don't really need to go through the...
> This should work but is quite ugly. I don't see any reason why keys shouldn't implement `ConstantTimeEq`. _Originally posted by @daira in https://github.com/zcash/librustzcash/pull/1213#discussion_r1509665137_ This will require the implementation of...
@str4d requested a number of changes similar to the following in #1202; these are being deferred until after #1195 to avoid severe rebase issues. > Minor nit: `vks` is passed...