Jack Grigg
Jack Grigg
[Force-pushed](https://github.com/zcash/librustzcash/compare/6571aa980b0dff722d84317361844c30eea036be..76131db25a2772c5e139d066ec68975f26d988b5) to adjust the minimal-form compression method APIs and integrate them into the existing tests.
Another reason for supporting this is that literal strings are necessary to represent Windows paths. The specific issue is when a config struct contains: ```rust #[derive(Clone, Debug, Default, Deserialize, Serialize)]...
I spent the last hour trying and failing to figure out why I wasn't able to reproduce the issue I could clearly see in my main code, and finally figured...
`age` is not `exec`ing to `age-plugin-yubikey` just to parse the recipient; it is calling out to `age-plugin-yubikey` to produce the `piv-p256` stanzas that will go into the file header. This...
Generally +1 on annotating columns somehow. More debugging annotations are always useful! It's likely going to cause the CLI dev tooling output to get rather unwieldy though; this is where...
An alternative way to render the column annotations (either always, or as an option) would be to provide a map underneath from the `A0`-style identifiers to the annotations. In any...
[Force-pushed](https://github.com/zcash/librustzcash/compare/6ca070b657e8d4b6f3530b638145f5b18b88c1e1..eb4275fbe3325fc2cafcd12ae812dfca236f5a2d) to fill in some more parts: - Transparent bundle fields for signing (adapting from BIPs 174 and 370) - Optional ZIP 32 paths (that Updaters can set to help...
I'm currently inclined to leave out both FROST support and ZSA issuance support from the first version of PCZTs, as we don't have experience with either of them yet, and...
[Force-pushed](https://github.com/zcash/librustzcash/compare/eb4275fbe3325fc2cafcd12ae812dfca236f5a2d..37fc6ce6db577167313f13faeac9c6b04561d327) with more changes: - Anchors are now required and set by the Creator. - Ciphertexts are now `Vec` to accommodate upcoming plaintext changes. - `Pczt` struct no longer contains...
[Force-pushed](https://github.com/zcash/librustzcash/compare/37fc6ce6db577167313f13faeac9c6b04561d327..d807c7ed7f886c38e195263ae0589b3d202076f7): - Added an IO Finalizer role, and started on a Constructor role. - Noted some bugs in the format that need to be fixed. - Started writing an end-to-end...