402 Commits (3a49320dd1f74cf57973691569e921a6084bc630)

Author SHA1 Message Date
Christian Decker f2797f303a block: Compute the txids only once 4 years ago
Rusty Russell 1746406e41 Makefile: normalize all the Makefiles 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 85a90b9e32 bitcoin: bitcoin_tx_add_input use psbt_append_input. 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 d1d96a9952 tx: use elements_input_init_alloc 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 0651b0ed8a pubkey: update comment to reflect location 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 3ff8311b40 channeld: change to_remote for option_anchor_outputs. 4 years ago
Rusty Russell e7423888ba initial_commit_tx, commit_tx: add anchor outputs if needed. 4 years ago
Rusty Russell 05c3a9bf12 script: change htlc output scripts if option_anchor_outputs. 4 years ago
Rusty Russell a6a8a40594 psbt: implement psbt_txid. 4 years ago
Rusty Russell 09f065fc45 script: expose script_push_bytes(). 4 years ago
Rusty Russell 6966cf99e1 bitcoin: add wally_tx_output helper to create standalone output. 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 21ee2c3a9c psbt: Remove workaround for now-fixed wally tx flag behaviour 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
Rusty Russell bd19ec2292 fundpsbt: new JSON API to gather UTXOs. 4 years ago
niftynei f5f85b389d elements,pset: populate elements specific data for PSBTs 4 years ago
niftynei bc5a817100 elements: convenience methods for dealing with assets 4 years ago
niftynei 14de198bd1 wally-tx: add type-to-string for a wally-tx 4 years ago
niftynei 4ecbd5f1a7 psbt: use pset initializer if needed 4 years ago
Rusty Russell 731e037b36 change_amount: routine to determine if change output is worthwhile. 4 years ago
Rusty Russell a9427f1a8d bitcoin/feerate: new exposure for feerate parsing outside lightningd. 4 years ago
Rusty Russell 7aa8ffa2a0 bitcoin: add weight calculation helpers. 4 years ago
niftynei 2ab41af8e2 rm pullpush: cleans up unused methods for push/pull 4 years ago
niftynei ad6ca610b8 bugfix: tx_parts omits two byte counts in serialization 4 years ago
niftynei 2e9c387f45 coin_moves: update withdrawal logic to account for 'variable owner' txs 4 years ago
niftynei ee549a2af9 tx: fix case where input amounts are less than total outputs 4 years ago
niftynei 0388fe6db4 tx: add helper for extracting script from a wally_tx 4 years ago
Rusty Russell 93d04d08d0 wire: update to latest version of the spec. 4 years ago
niftynei 85dca84327 psbt-json: remove reliance on bitcoin_tx, use straight wally_psbt struct 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