Skip to content
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

Integrate Orchard ZSA Issuance note commitments with Shielded Data action commitments for V6 transactions #25

Open
wants to merge 5 commits into
base: zsa-integration-proptest
Choose a base branch
from

Commits on Nov 3, 2024

  1. Introduce match_orchard_shielded_data macro in transaction.rs and ref…

    …actor orchard_shielded_data_iter and orchard_shielded_data_field macros to use it
    dmidem committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    2587b04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7447d45 View commit details
    Browse the repository at this point in the history
  3. Add IssueData::note_commitments and use it in Transaction::orchard_no…

    …te_commitments to merge Orchard ZSA issuance note commitments for V6 transactions
    dmidem committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    714e631 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Revert "Introduce match_orchard_shielded_data macro in transaction.rs…

    … and refactor orchard_shielded_data_iter and orchard_shielded_data_field macros to use it"
    
    This reverts commit 2587b04.
    dmidem committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c9c79e6 View commit details
    Browse the repository at this point in the history
  2. Modify Transaction::orchard_note_commitments method to not use match_…

    …orchard_shielded_data macro from the reverted commit
    dmidem committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9ad18a4 View commit details
    Browse the repository at this point in the history