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

zcash_client_backend: Move change memos into the ChangeValue components of Proposals #1012

Merged
merged 2 commits into from
Oct 12, 2023

Commits on Oct 11, 2023

  1. zcash_client_backend: Move change memos into the ChangeValue compon…

    …ents of `Proposal`s.
    
    The existing API limited change outputs to having only a single memo
    repeated across each change output. This change makes it so that each
    proposed change output can have its own associated memo, and leaves it
    up to the input selector to determine how requested change memos are
    associated with change outputs.
    nuttycom committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1447d8e View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Daira Emma Hopwood <[email protected]>
    nuttycom and daira committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    bcea060 View commit details
    Browse the repository at this point in the history