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

Add a public bundle-builder function as an alternative to the mutable builder. #404

Merged
merged 4 commits into from
Dec 19, 2023

Commits on Dec 14, 2023

  1. Rename Builder::add_recipient to add_output.

    The term `recipient` is commonly used to refer to the address to which a
    note is sent; however, a bundle may include multiple outputs to the same
    recipient. This change is intended to clarify this usage.
    
    Co-authored-by: Daira Emma Hopwood <[email protected]>
    nuttycom and daira committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    06cb761 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    0a257d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    2e2c161 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: str4d <[email protected]>
    nuttycom and str4d committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    938b203 View commit details
    Browse the repository at this point in the history