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

fundpsbt/utxopsbt: let caller specify locktime, signpsbt: signing restrictions. #3954

Merged
merged 3 commits into from
Aug 18, 2020

Commits on Aug 18, 2020

  1. fundpsbt: let caller specify locktime.

    Required for dual funding where the opener sets it.
    
    Changelog-Added: JSON-RPC: `fundpsbt` takes a new `locktime` parameter
    Signed-off-by: Rusty Russell <[email protected]>
    rustyrussell committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    1ffe643 View commit details
    Browse the repository at this point in the history
  2. utxopsbt: let caller specify locktime, add tests and python binding.

    Changelog-Added: JSON-RPC: `utxopsbt` takes a new `locktime` parameter
    Signed-off-by: Rusty Russell <[email protected]>
    rustyrussell committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    cf1f505 View commit details
    Browse the repository at this point in the history
  3. signpsbt: add signonly parameter to restrict/enforce what inputs to s…

    …ign.
    
    This is an extra safety check for dual funding, where we only want to sign
    the inputs we provided!
    
    Signed-off-by: Rusty Russell <[email protected]>
    Changelog-Added: JSON-RPC: `signpsbt` takes an optional `signonly` array to limit what inputs to sign.
    rustyrussell committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    e01da0b View commit details
    Browse the repository at this point in the history