Jack Grigg
Jack Grigg
[Force-pushed](https://github.com/zcash/librustzcash/compare/d807c7ed7f886c38e195263ae0589b3d202076f7..243294106fec31aa5a398c33b949c6419a1d71ee): - Migrated to the protocol-specific PCZT implementations in the `orchard` and `sapling-crypto` crates. - Added a similar transparent PCZT impl in `zcash_primitives`. - Fixed a bunch of bugs in...
[Rebased on `main`](https://github.com/zcash/librustzcash/compare/243294106fec31aa5a398c33b949c6419a1d71ee..1dd51082314ad8beb043ca050c78f3b2e7518c5a) to fix merge conflict.
[Force-pushed](https://github.com/zcash/librustzcash/compare/1dd51082314ad8beb043ca050c78f3b2e7518c5a..754317db51c1319a3f097847f184ff5dd1accb2a) to address a comment and fix various lints.
[Force-pushed](https://github.com/zcash/librustzcash/compare/754317db51c1319a3f097847f184ff5dd1accb2a..01155ff935620d612d93ef464f4c9b65cc54e730) to fix a feature flag combination and update dependency vets.
[Force-pushed](https://github.com/zcash/librustzcash/compare/01155ff935620d612d93ef464f4c9b65cc54e730..d8e8865e5f3096aacd2cfd4fb4ea3cae9be7e775) with the remaining fixes to `Global`: - Fixed the `lock_time` field to be `fallback_lock_time`, and implemented the BIP 370 behaviour. - Added a `coin_type` field (addressing feedback). - Added...
[Force-pushed](https://github.com/zcash/librustzcash/compare/d8e8865e5f3096aacd2cfd4fb4ea3cae9be7e775..79baf8ea24da2cbe8add60b73611c73c96d317d6) to add PCZT v1 encoding.
[Force-pushed](https://github.com/zcash/librustzcash/compare/1e72102cbe74bdcb1a6ffa330aa8c17600c72259..3b1ff142402849058bd0b1a3ace6b28e33164f0a) to fix clippy lints and address review comments.
[Force-pushed](https://github.com/zcash/librustzcash/compare/3b1ff142402849058bd0b1a3ace6b28e33164f0a..4e9f728596170fc9105f12e95925e18c91bb9894) to expose some error types.
[Force-pushed](https://github.com/zcash/librustzcash/compare/4e9f728596170fc9105f12e95925e18c91bb9894..3934b8e5562336e8fa50c431a8b6afc8605efc08) to bring in getter-related changes to `pczt` from #1635, and address most of @daira's comments.
[Force-pushed](https://github.com/zcash/librustzcash/compare/3934b8e5562336e8fa50c431a8b6afc8605efc08..9b6276bb554cec59b394e552d29e1b44ce4b0ef9) to address more of @daira's comments.