370 Commits (aad62fce6e1ae478bc6319ac58a6c08eabcfd0f4)

Author SHA1 Message Date
Rusty Russell bd19ec2292 fundpsbt: new JSON API to gather UTXOs. 5 years ago
niftynei f5f85b389d elements,pset: populate elements specific data for PSBTs 5 years ago
niftynei bc5a817100 elements: convenience methods for dealing with assets 5 years ago
niftynei 14de198bd1 wally-tx: add type-to-string for a wally-tx 5 years ago
niftynei 4ecbd5f1a7 psbt: use pset initializer if needed 5 years ago
Rusty Russell 731e037b36 change_amount: routine to determine if change output is worthwhile. 5 years ago
Rusty Russell a9427f1a8d bitcoin/feerate: new exposure for feerate parsing outside lightningd. 5 years ago
Rusty Russell 7aa8ffa2a0 bitcoin: add weight calculation helpers. 5 years ago
niftynei 2ab41af8e2 rm pullpush: cleans up unused methods for push/pull 5 years ago
niftynei ad6ca610b8 bugfix: tx_parts omits two byte counts in serialization 5 years ago
niftynei 2e9c387f45 coin_moves: update withdrawal logic to account for 'variable owner' txs 5 years ago
niftynei ee549a2af9 tx: fix case where input amounts are less than total outputs 5 years ago
niftynei 0388fe6db4 tx: add helper for extracting script from a wally_tx 5 years ago
Rusty Russell 93d04d08d0 wire: update to latest version of the spec. 5 years ago
niftynei 85dca84327 psbt-json: remove reliance on bitcoin_tx, use straight wally_psbt struct 5 years ago
niftynei 175fcf381a psbt: have wally_tx serialization methods be legible for gen'd code 5 years ago
niftynei b63abef542 psbt: add method to finalize + extract a psbt 5 years ago
niftynei 0d1f1bc66e psbt: add helper method for setting a psbt input's redeemscript 5 years ago
niftynei c3ae44e296 psbt: don't crash if we can't add a partial sig 5 years ago
niftynei 80072b389e psbt: remove script sig info from inputs before adding them to global 5 years ago
lisa neigut 16656a85cf withdraw: refactor change output handling 5 years ago
niftynei 09815c7e7f psbt: return NULL instead of aborting on wally-lib problems 5 years ago
niftynei 5ecacf3dd0 psbt: add type-to-string that prints b64 string 5 years ago
niftynei 9e0ef45048 psbt: handle 'unsetting' final witness stack 5 years ago
niftynei 58282819a9 psbt: if a transaction has witnesses/scriptSig set, add it to psbt 5 years ago
niftynei 8fa04a710a psbt: move `channels.last_tx` field to be a psbt 5 years ago
niftynei 052d40ae98 psbt: add method to confirm 'finalized' status of psbt 5 years ago
niftynei 000ef2079c psbt: helpers for adding a pubkey or signature to a psbt 5 years ago
niftynei 3c6e3eecee psbt: add 'wally_psbt_clone' function, to clone a psbt 5 years ago
Rusty Russell d737b54625 bitcoin/tx: implement wally_tx_clone (badly) for now. 5 years ago
niftynei f9300e8480 tx: add setter for tx locktime 5 years ago
niftynei db8ef922ed psbt: add to/from byte helpers 5 years ago
niftynei 7969f61ab3 tx: update comment 5 years ago
niftynei dc868630a8 tx-psbt: pass in the witness script (if known) when adding an input 5 years ago
niftynei a04f0fe250 psbt: remove input_amounts from bitcoin tx 5 years ago
niftynei cc6eba1d72 psbt: try one big alloc and fail instead of incremental buffer increases 5 years ago
niftynei 6197bd2b82 psbt: check return value on init for wally input 5 years ago
Rusty Russell 0b3040b9a6 bitcoin/tx: insist input amounts all be populated across the wire. 5 years ago
Rusty Russell dafaf854c5 bitcoin/tx_parts: infrastructure for partial bitcoin txs. 5 years ago
Rusty Russell 7e48f77d43 bitcoin/tx: expose functions for raw wally_txs. 5 years ago
lisa neigut 1fb9a078b6 txprepare: return psbt serialized version of tx as well 5 years ago
niftynei bf4cac7fb8 tx: strip out witscript 5 years ago
niftynei 559f88faa1 psbt: add serialize to/from wire for psbts 5 years ago
niftynei 5d0fc176e8 psbt: create new_psbt method 5 years ago
niftynei a848df67f1 psbt: populate scriptsigs + witnesses 5 years ago
niftynei 2055b53425 psbt: update global tx output amount also 5 years ago
niftynei cf9de86dba psbt: add transaction inputs to the psbt struct 5 years ago
niftynei a1e1073752 tx: move to tal_dup_arr 5 years ago
niftynei b076f40cf3 psbt: move witness script storage into the psbt 5 years ago
niftynei 2d5c61dfc1 psbt: methods to mutate psbt in place 5 years ago