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 ProvisionalProposal struct #90

Merged

Commits on Aug 23, 2023

  1. Pin flate2-rs to 1.0.26

    CI is failing because flate2 released new version 1.0.27
    that is not passing rustc 1.57.
    Reference: rust-lang/flate2-rs#370
    jbesraa authored and DanGould committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    991695f View commit details
    Browse the repository at this point in the history
  2. Create ProvisionalPayjoin Struct

    Motivaiton is to create a struct that is used
    until we finalize the proposal and return PayjoinProposal so
    we dont leak data out of PayjoinProposal.
    
    Changed apply_fee and prepare_psbt to private functions
    and they are now invoked from finalize_proposal
    jbesraa authored and DanGould committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    be353ab View commit details
    Browse the repository at this point in the history