25 Commits (fef155a9e2806cebc38ea4aa341e9468ee3d7a34)

Author SHA1 Message Date
Jon Griffiths fef155a9e2 psbt: Use wallys function to check PST finalization status 4 years ago
Jon Griffiths 1fe53880a7 psbt: use new wally functions to add PSBT inputs/outputs 4 years ago
Jon Griffiths 68ffecba63 psbt: Use the newly exposed wally function to clone PSBTs 4 years ago
Jon Griffiths a51c6550ec psbt: avoid allocations when adding psbt outputs 4 years ago
Jon Griffiths 499395636c psbt: remove now-unneeded const casts 4 years ago
Jon Griffiths 95d3d65c62 wally: update to the latest wally version 4 years ago
Rusty Russell ffbb409b47 amount: use initializers everywhere. 4 years ago
niftynei f5f85b389d elements,pset: populate elements specific data for PSBTs 4 years ago
niftynei 4ecbd5f1a7 psbt: use pset initializer if needed 4 years ago
niftynei 175fcf381a psbt: have wally_tx serialization methods be legible for gen'd code 4 years ago
niftynei b63abef542 psbt: add method to finalize + extract a psbt 4 years ago
niftynei 0d1f1bc66e psbt: add helper method for setting a psbt input's redeemscript 4 years ago
niftynei c3ae44e296 psbt: don't crash if we can't add a partial sig 4 years ago
niftynei 80072b389e psbt: remove script sig info from inputs before adding them to global 4 years ago
niftynei 5ecacf3dd0 psbt: add type-to-string that prints b64 string 4 years ago
niftynei 58282819a9 psbt: if a transaction has witnesses/scriptSig set, add it to psbt 4 years ago
niftynei 052d40ae98 psbt: add method to confirm 'finalized' status of psbt 4 years ago
niftynei 000ef2079c psbt: helpers for adding a pubkey or signature to a psbt 4 years ago
niftynei 3c6e3eecee psbt: add 'wally_psbt_clone' function, to clone a psbt 4 years ago
niftynei db8ef922ed psbt: add to/from byte helpers 4 years ago
niftynei a04f0fe250 psbt: remove input_amounts from bitcoin tx 4 years ago
niftynei cc6eba1d72 psbt: try one big alloc and fail instead of incremental buffer increases 4 years ago
niftynei 559f88faa1 psbt: add serialize to/from wire for psbts 4 years ago
niftynei 5d0fc176e8 psbt: create new_psbt method 4 years ago
niftynei 2d5c61dfc1 psbt: methods to mutate psbt in place 4 years ago