55 Commits (a7d4b8780eb6bdf3f23fe1c504ba61da35cfc39b)

Author SHA1 Message Date
niftynei 93045945be psbt: add helper to set the non-witness utxo for an input 4 years ago
Rusty Russell d5cb0d85b5 utils: use a cleaner pattern to capture wally allocations. 4 years ago
Rusty Russell 66ffd7a73f bitcoin/: neaten use of libwally base58 and bas64 routines. 4 years ago
niftynei 1f165c00ae psbt_txid: it's possible a psbt may already have the finalized scriptsig 4 years ago
Rusty Russell c23001d508 bitcoin: use tal_gather_wally() so we don't leave unattached allocations. 4 years ago
Rusty Russell 3c8049f32c bitcoin/psbt: psbt_input_add_unknown/psbt_output_add_unknown needs a tal ctx. 4 years ago
Rusty Russell 77b62d9e42 bitcoin/psbt: psbt_finalize needs a tal ctx. 4 years ago
Rusty Russell 607075a3d4 bitcoin/psbt: wallt_tx_output needs a tal ctx. 4 years ago
Rusty Russell 480f671e91 bitcoin/psbt: psbt_txid needs a tal ctx. 4 years ago
Rusty Russell 11ebb84e7d bitcoin/psbt: attach destructors to wally allocations to avoid leaks. 4 years ago
Rusty Russell 80c705d528 bitcoin/psbt: more const pointers. 4 years ago
niftynei 165d039f6c elements: consolidate fee outputs into a single fee output 4 years ago
niftynei 4c28e7b362 txprepare: elements requires inclusion of an accurate fee output 4 years ago
niftynei 24578c7fea elementsd: use the elements version of a 'witness utxo' 4 years ago
ZmnSCPxj jxPCSnmZ 5d7178d488 bitcoin/psbt.c: Add psbt_insert_output function. 4 years ago
niftynei 303263d381 psbt: clean up interface for setting metadata on PSBT inputs 4 years ago
niftynei 0305c0a57e psbt: if psbt is null, return null for get_bytes 4 years ago
niftynei 10237ccb8e psbt: handle 'NULL' or empty byte PSBTs 4 years ago
Rusty Russell 6e4e267f2c doc: update BOLT now option_anchor_outputs is merged. 4 years ago
Rusty Russell a0ede40743 bitcoin: make psbt_append_input more powerful. 4 years ago
Rusty Russell 172b9d7ae3 bitcoin: add nlocktime arg to create_psbt. 4 years ago
niftynei c6656dcbe8 psbt: use elements input init alloc 4 years ago
niftynei 2f9a37de4a psbt: rename append_out -> append_output 4 years ago
niftynei eef762cc09 psbt: re-use init function for create_psbt 4 years ago
niftynei 3923e0f0fd psbt: utilities for adding unknown info / proprietary c-lightning keydata 4 years ago
niftynei 251cde3514 psbt: add helpers for creating + adding input/outputs 4 years ago
Rusty Russell 591e8f9663 psbt: finalize to-remote with option_anchor_outputs. 4 years ago
Rusty Russell a6a8a40594 psbt: implement psbt_txid. 4 years ago
Rusty Russell 600d0a4a1d psbt: make psbt_from_b64 more conventional. 4 years ago
Jon Griffiths 908a8399e2 psbt: Allocate correctly sized buffer for psbt_to_bytes 4 years ago
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