3427 Commits (234d67da346afc3b9d3c876a09d27278dd99d695)
 

Author SHA1 Message Date
Rusty Russell c9e271df90 pay: wrap missing route_channels handling in COMPAT_V052. 7 years ago
Rusty Russell 9d9c1c3db6 wallet: wrap missing last_processed_block handling in COMPAT_V052. 7 years ago
Rusty Russell 328786ffeb Travis: do test build without compat defined. 7 years ago
Rusty Russell 6da0861064 Makefile: add COMPAT_V052 define. 7 years ago
Rusty Russell 5d5c1a5da5 lightningd: don't discard const in get_chainparams(). 7 years ago
John Barboza 30b290cb8f Explicit error message when disconnect fails 7 years ago
John Barboza 9a2950628d test: disconnect command 7 years ago
John Barboza 0a1351fd51 gossipd: command to disconnect from a gossiping peer 7 years ago
Douglas Schilling Landgraf d8e764efa0 contrib: Dockerfile.builder.fedora - remove git clone lightning 7 years ago
Douglas Schilling Landgraf 887b5048f1 contrib: Add Dockerfile.builder.fedora 7 years ago
Corné Plooy b2ce619bcd Fix order of includes 7 years ago
Corné Plooy c3a46de129 Fix order of includes 7 years ago
Corné Plooy dbbc61bc4e Coding style fix 7 years ago
Corné Plooy 71c39e96f3 Instead of passing the line number behind the '\0' of an artificial command-line argument, store it in a global variable. 7 years ago
Corné Plooy b857b2e843 Add assertions in various places to ensure tal_fmt doesn't receive NULL as argument for strings. 7 years ago
Christian Decker aba3d5f34d wallet: Clean up spent UTXOs once they are buried deeply enough 7 years ago
Christian Decker 8958a082ec wallet: Mark utxo outpoints as spent 7 years ago
Christian Decker 50a8e32e3f db: Add index on utxoset.spendheight to speed up blockchain reorgs 7 years ago
Christian Decker e44ea0b363 topology: Add new P2WSH outpoints to the wallet utxoset 7 years ago
Christian Decker 27e0ec694c wallet: Add primitive to register new utxoset outpoint to the wallet 7 years ago
Christian Decker d8d11e5689 wallet: Add outpointfilter for the utxoset 7 years ago
Christian Decker ec014be2a8 db: Add utxoset table 7 years ago
Christian Decker 5a1b4b91e2 wallet: Fix output extraction when we own multiple outputs 7 years ago
Christian Decker ae30942e3f chaintopo: Record outpoint spends for owned outputs 7 years ago
Christian Decker 2680e6d9ff wallet: Move txfilter into wallet 7 years ago
Christian Decker b3c94a5256 wallet: Update existing owned outputs with their confirmation height 7 years ago
Christian Decker 7fc06d9b3e wallet: Add outpointfilter to wallet so we can pass it all outputs 7 years ago
Christian Decker 5fd19483a9 txfilter: Add an outpoint filter 7 years ago
Christian Decker 247aa13a58 db: Add index covering the output heights 7 years ago
Christian Decker c9985805cd pytest: Add blockchain tracking test 7 years ago
Christian Decker 4e2c1dd038 jsonrpc: Add confirmation status to `listfunds` output 7 years ago
Christian Decker 227dc36146 utxo: Add blockheight and spendheight to outputs to track state 7 years ago
Christian Decker 7f00230657 db: Add confirmation_height and spend_height columns to outputs 7 years ago
Christian Decker 1aa21498c3 topology: Track blockchain changes in the DB 7 years ago
Christian Decker 9440b23852 wallet: Add primitive to roll back to a specific height 7 years ago
Christian Decker 504202973f wallet: Add primitives to store blockchain internally 7 years ago
Christian Decker fea03dbca9 db: Add a table to track blockheaders 7 years ago
ZmnSCPxj 8e8d7c2aba pay/sendpay: Use spec names for rhash and r. 7 years ago
Rusty Russell dace9bfdcf gossipd: the great renaming. 7 years ago
Rusty Russell 61bcb054e0 routing: remove redundant fields from struct node_connection. 7 years ago
Rusty Russell 172af04247 gossip: remove short_channel_id from struct node_connection. 7 years ago
Rusty Russell 21b2f37dfb routing: return entire routing_channel array from find_route. 7 years ago
Rusty Russell 56349ab008 routing: work with struct routing_channel not struct node_connection. 7 years ago
John Barboza 31b9b6bc1c clear onchaind subd in channel on error 7 years ago
Jan Sarenik 9b3e8f0bd3 bitcoin.bib: Add Satoshi paper URL and date 7 years ago
Jan Sarenik 424ca8cf59 doc: Modify README.md code sections 7 years ago
Jan Sarenik fd338c0689 doc: More plain-text improvements to HACKING.md and INSTALL.md 7 years ago
Jan Sarenik 960548f311 doc: Reflow HACKING.md and INSTALL.md without textual change 7 years ago
ZmnSCPxj c03f584e19 test_lightningd.py: Adapt to new help output. 7 years ago
Mark Beckwith 38e94e883f Improved display of lightning-cli help for humans 7 years ago