Jack Grigg
Jack Grigg
Encountered one in `zebra-rpc` that motivated me to open this issue: > This new field is undocumented, and I do not know how to set it. (This method is used...
As required in the Community & Coinholder ZIP, we need a mechanism to rotate the Key-Holder Organizations' disbursement authorization key for the Coinholder-Controlled Fund. This key will initially be hard-coded...
Per the recent community polling, https://zips.z.cash/draft-ecc-community-and-coinholder is the approach being taken. That in turn references https://zips.z.cash/draft-ecc-lockbox-disbursement for the disbursement logic, which currently only specifies a one-time disbursement. It also has...
Blocked on: - https://github.com/zkcrypto/ff/pull/130 - https://github.com/zkcrypto/group/pull/63 Closes #84.
https://github.com/zcash/orchard/blob/fcb14defd75c0dd79512289c17a1ac46b5001d3a/src/pczt/parse.rs#L47-L49 `subtle::CtOption::into_option` was added in `subtle 2.6`, but we forgot to update our dependencies to reflect this: https://github.com/zcash/orchard/blob/fcb14defd75c0dd79512289c17a1ac46b5001d3a/Cargo.toml#L43
TODO exposes `OutputStatusFilter` from the Rust side. The FFI backend was previously filtering out (ignoring) TDRs with `OutputStatusFilter.unspent`; this filtering has been moved to Kotlin. We should correctly implement the...
TODO exposes TDR details more fully, and `requestAt` is now visible to the SDK side. For now, requests with explicit request times are ignored; they should instead be scheduled correctly...
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...
Add support for empty `blockRangeEnd` once https://github.com/zcash/lightwalletd/pull/496 gets deployed.
#1550 exposes `OutputStatusFilter` from the Rust side. The FFI backend was previously filtering out (ignoring) TDRs with `OutputStatusFilter.unspent`; this filtering has been moved to #1550. We should correctly implement the...