Kris Nuttycombe
Kris Nuttycombe
In the use case where we're doing a DAG-based traversal of notes, we need the two following things: * The ability to retain a set of checkpoints at (configurably) 2^16...
Compact blocks that contain no shielded inputs or outputs do not cause any updates to wallet state. On testnet, purely-transparent blocks are very common, but wallets still have to download...
This is follow-up work from https://github.com/zcash/orchard/pull/149 that should be completed prior to release.
Adopt the format defined in the resolution to https://github.com/zcash/librustzcash/issues/981
From @str4d: For unknown reasons, I have not yet managed to get `Trace.beginAsyncSection` to show up anywhere. When I comment the async variants out and instead use the older `Trace.beginSection`...
At present, receiving an error from `getWalletSummary` and receiving the `None` result are conflated; a recurrent error could make the wallet appear to be "stuck at zero" and while the...
Reported by Edge: > Android doesn’t return memos for shielding (transparent to shielded) transactions. Is there another potential way to identify this type of transaction from the transactions flow?
This code review checklist is intended to serve as a starting point for the author and reviewer, although it may not be appropriate for all types of changes (e.g. fixing...
Why is the UFVK carrying around its account ID? This might be okay, but it will cause problems if we want a wallet to be able to use UFVKs that...