Apply Ironwood integration changes onto upstream feat/ironwood#70
Apply Ironwood integration changes onto upstream feat/ironwood#70ValarDragon wants to merge 1 commit into
Conversation
And four more auto-invalidated findings. Analyzed 105 files, diff |
| --release | ||
| --workspace | ||
| --tests | ||
| ${{ steps.prepare.outputs.feature-flags }} |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Transplant the file-level changes from #44 onto the updated upstream feat/ironwood base. Co-Authored-By: OpenAI Codex <codex@openai.com>
5fef3b0 to
707b0e8
Compare
Summary
This draft PR applies the non-PCZT file-level changes from #44 onto the updated
feat/ironwoodbranch, which now matchesupstream/feat/ironwoodat4d98d563b1.The PCZT crate has been restored to
feat/ironwood; upstream's PCZT serialization is treated as the correct version.Notes
feat/ironwoodironwood-integration-on-upstream-featironwood-integration)zcash_client_memoryandzcash_extensionsas part of the transplant.zcash_client_backendnow reconstructs Orchard PCZT notes using the bundle context for the note version: V2 for Orchard, V3 for Ironwood.Validation
cargo fmt --allgit diff --checkgit diff --cached --checkcargo check --workspace --all-featurescargo check --workspace --all-featurespasses with one warning about unusedzcash_client_backend::ANY_ORCHARD_BUNDLE_VERSION.