-
Notifications
You must be signed in to change notification settings - Fork 0
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
Step 4: Refactor Orchard structures to generics and add Orchard ZSA support for Transaction V6 #11
Step 4: Refactor Orchard structures to generics and add Orchard ZSA support for Transaction V6 #11
Commits on Sep 16, 2024
-
Add support for Orchard ZSA and updated generic structures for Tx V6 …
…(without unit tests fixing for now). - Refactored `ShieldedData` and `Action` structures to be generics parameterized by Orchard flavor (`OrchardVanilla` or `OrchardZSA`), enabling support for both Orchard protocols in Tx V6. - Introduced a `burn` field in `ShieldedData` to support ZSA, with unit type for Tx V5 and a vector of burn items for Tx V6. - Modified `Transaction` enum methods (orchard_...) to handle generics properly, ensuring compatibility with both Orchard flavors. - Implemented serialization and deserialization for Tx V6 while avoiding code redundancy with Tx V5 wherever possible.
Configuration menu - View commit details
-
Copy full SHA for 23e318c - Browse repository at this point
Copy the full SHA 23e318cView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e98bb67 - Browse repository at this point
Copy the full SHA e98bb67View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd741e9 - Browse repository at this point
Copy the full SHA dd741e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c218fc5 - Browse repository at this point
Copy the full SHA c218fc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4807dd6 - Browse repository at this point
Copy the full SHA 4807dd6View commit details -
Merge branch 'switch-to-zsa-crates-nu6-txv6-gen' of https://github.co…
…m/QED-it/zebra into switch-to-zsa-crates-nu6-txv6-gen
Configuration menu - View commit details
-
Copy full SHA for cccadcd - Browse repository at this point
Copy the full SHA cccadcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f9c164 - Browse repository at this point
Copy the full SHA 0f9c164View commit details
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20810ee - Browse repository at this point
Copy the full SHA 20810eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 986339e - Browse repository at this point
Copy the full SHA 986339eView commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d8cdef - Browse repository at this point
Copy the full SHA 4d8cdefView commit details -
Remove (comment out) zcash_unstable=nu6 Rust flag and sync Cargo.lock…
… with the upstream halo2/librustcash/orchard/sapling versions
Configuration menu - View commit details
-
Copy full SHA for 1adadb1 - Browse repository at this point
Copy the full SHA 1adadb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b0d46 - Browse repository at this point
Copy the full SHA e9b0d46View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2e160c - Browse repository at this point
Copy the full SHA e2e160cView commit details
Commits on Oct 2, 2024
-
Merge branch 'main' of https://github.com/QED-it/zebra into switch-to…
…-zsa-crates-nu6-txv6-gen
Configuration menu - View commit details
-
Copy full SHA for 5eade11 - Browse repository at this point
Copy the full SHA 5eade11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 763cded - Browse repository at this point
Copy the full SHA 763cdedView commit details -
Merge branch 'switch-to-zsa-crates-nu6-txv6-gen-txv6-disabled' into s…
…witch-to-zsa-crates-nu6-txv6-gen
Configuration menu - View commit details
-
Copy full SHA for 083171f - Browse repository at this point
Copy the full SHA 083171fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2917fb - Browse repository at this point
Copy the full SHA d2917fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c979861 - Browse repository at this point
Copy the full SHA c979861View commit details