-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pczt: Define the structure and semantics of the PCZT format #1577
Merged
Commits on Dec 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f4db09 - Browse repository at this point
Copy the full SHA 7f4db09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8766c51 - Browse repository at this point
Copy the full SHA 8766c51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a185af - Browse repository at this point
Copy the full SHA 1a185afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ca5548 - Browse repository at this point
Copy the full SHA 6ca5548View commit details -
pczt: Add fields necessary for signing transparent spends
These follow the equivalent fields in BIP 174 and BIP 370.
Configuration menu - View commit details
-
Copy full SHA for 6946498 - Browse repository at this point
Copy the full SHA 6946498View commit details -
Configuration menu - View commit details
-
Copy full SHA for 656dc27 - Browse repository at this point
Copy the full SHA 656dc27View commit details -
Configuration menu - View commit details
-
Copy full SHA for d119717 - Browse repository at this point
Copy the full SHA d119717View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df6fce - Browse repository at this point
Copy the full SHA 8df6fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a9f29d - Browse repository at this point
Copy the full SHA 4a9f29dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebacc0a - Browse repository at this point
Copy the full SHA ebacc0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 318254c - Browse repository at this point
Copy the full SHA 318254cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6096143 - Browse repository at this point
Copy the full SHA 6096143View commit details -
Configuration menu - View commit details
-
Copy full SHA for 428b74f - Browse repository at this point
Copy the full SHA 428b74fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 890db27 - Browse repository at this point
Copy the full SHA 890db27View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8a0075 - Browse repository at this point
Copy the full SHA b8a0075View commit details -
pczt: Add getters for some of the unparsed PCZT fields
These enable accessing all of the proprietary fields, as well as a few other fields necessary for `zcash_client_backend`.
Configuration menu - View commit details
-
Copy full SHA for 9b6276b - Browse repository at this point
Copy the full SHA 9b6276bView commit details
Commits on Dec 9, 2024
-
pczt: Overhaul
tx_modifiable
flags- The Inputs Modifiable Flag and Outputs Modifiable Flag are now only for transparent inputs and outputs. - Bit 7 is now the Shielded Modifiable Flag (a single flag bit is fine because all shielded effects are always committed to at once). - Fixed a bug in `Creator::build_from_parts` where the Has `SIGHASH_SINGLE` Flag was not being set correctly. - The Signer role now updates `tx_modifiable` in case the IO Finalizer role has not yet run (which might be possible in some scenarios).
Configuration menu - View commit details
-
Copy full SHA for 4b2ffd3 - Browse repository at this point
Copy the full SHA 4b2ffd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cceac1 - Browse repository at this point
Copy the full SHA 0cceac1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.