8049 Commits (1b057f025cfda912a5bae6354011b9277e47577a)
 

Author SHA1 Message Date
Rusty Russell ed4eadc8f3 patch message-export-types.patch 4 years ago
Rusty Russell eb73a0dd8f pyln: add pyln.proto.message. 4 years ago
Rusty Russell 5b4be02ed3 pyln: add Makefile 4 years ago
niftynei 9e0ef45048 psbt: handle 'unsetting' final witness stack 4 years ago
niftynei 58282819a9 psbt: if a transaction has witnesses/scriptSig set, add it to psbt 4 years ago
niftynei 891f61ad48 channel_tx: add the commitment sig and pubkey data to the commit tx 4 years ago
niftynei 971f615695 psbt: affirm database upgrade works for last_tx -> psbt 4 years ago
niftynei bb589e0eaf psbt: database migration for converting last_tx to a psbt 4 years ago
niftynei 57488cde13 hsm: decouple hsm from wallet; init before wallet 4 years ago
niftynei 8fa04a710a psbt: move `channels.last_tx` field to be a 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
Rusty Russell d737b54625 bitcoin/tx: implement wally_tx_clone (badly) for now. 4 years ago
niftynei f9300e8480 tx: add setter for tx locktime 4 years ago
niftynei db8ef922ed psbt: add to/from byte helpers 4 years ago
niftynei 894a46e8e3 psbt: populate last commitment transaction's input info at db 4 years ago
niftynei 7969f61ab3 tx: update comment 4 years ago
niftynei dc868630a8 tx-psbt: pass in the witness script (if known) when adding an input 4 years ago
niftynei a04f0fe250 psbt: remove input_amounts from bitcoin tx 4 years ago
niftynei 85f395f7d4 utxo: fill in scriptPubkey to NULL 4 years ago
niftynei cc6eba1d72 psbt: try one big alloc and fail instead of incremental buffer increases 4 years ago
niftynei 6197bd2b82 psbt: check return value on init for wally input 4 years ago
niftynei 1d56a4eda1 libwally: update to latest commit 4 years ago
Rusty Russell 0f568e1861 hsmd: remove unused sign_funding_tx. 4 years ago
niftynei 27e83f075f doc: remove bitcoin PPA from install instructions, use snap 5 years ago
niftynei 185fe722be update-mocks: make it a bit easier to tell what step is happening 4 years ago
niftynei 76c57595c3 tools-make: add mock parser for clang ld output 4 years ago
niftynei 3640befc10 tools-make: also be quiet if --quiet is flagged 4 years ago
niftynei 24e186bc20 test: use correct deps for channeld tests 4 years ago
niftynei 78d95b51aa nit: align spacing for SQL stmts 4 years ago
fiatjaf 96452eafb7 sort listinvoices and listsendpays by order of creation. 4 years ago
Rusty Russell ce9e559aed features: do not set option_support_large_channel in channel_announcement. 4 years ago
Rusty Russell b3eef81f19 pytest: add test for channel_announcement feature bits. 4 years ago
Rusty Russell 4d917e2566 gossipd: add test showing how we and Eclair disagree on channel_announcement features for wumbo channels. 4 years ago
Rusty Russell f4f8a363dd pytest: fix feature mask for EXPERIMENTAL_FEATURES, add wumbo support. 4 years ago
Rusty Russell 0b89664076 gossipd: fix cut & paste in error messages. 4 years ago
Rusty Russell 0b3040b9a6 bitcoin/tx: insist input amounts all be populated across the wire. 4 years ago
Rusty Russell 1e889eeaf7 lightningd: have sign_last_tx populate the input amounts. 4 years ago
Rusty Russell 48853ec954 onchaind: use tx_parts for initial tx. 4 years ago
Rusty Russell abba59057c onchaind: remove chainparams args in favor of global. 4 years ago
Rusty Russell 48f397ee19 onchaind: receive a tx_parts instead of a tx when a tx is seen onchain. 4 years ago
Rusty Russell dafaf854c5 bitcoin/tx_parts: infrastructure for partial bitcoin txs. 4 years ago
Rusty Russell 7e48f77d43 bitcoin/tx: expose functions for raw wally_txs. 4 years ago
Glen Cooper 8d98b99bde Update TOR.md 4 years ago
Antoine Poinsot 5dfd2436db wallet: show input txid in little endian for json_listtransactions 4 years ago
Antoine Poinsot 1061cd95c9 pytest: add a sanity check for the listtransactions command 4 years ago
lisa neigut 1fb9a078b6 txprepare: return psbt serialized version of tx as well 4 years ago
niftynei bf4cac7fb8 tx: strip out witscript 4 years ago
niftynei 559f88faa1 psbt: add serialize to/from wire for psbts 4 years ago