3356 Commits (81e55065d91d17fb676c503c536add718be4b4c0)
 

Author SHA1 Message Date
Rusty Russell 81e55065d9 gossipd: don't die if we get a bad msg from another daemon. 7 years ago
Christian Decker 74a444eb7a jsonrpc: Return the channel capacity for listchannels 7 years ago
Christian Decker 2abf72e7df gossip: Store channel capacity in the routing table 7 years ago
Christian Decker 5690783148 gossip: Pass output value to gossipd 7 years ago
Christian Decker a8e553098a gossip: Pass output value to gossipd 7 years ago
Christian Decker cb4ba9bf4f gossip: Use the utxoset to shortcircuit the txout lookup 7 years ago
Christian Decker 387ba76920 wallet: Add method to retrieve outpoints from the utxoset 7 years ago
ZmnSCPxj 1de124277b peer_control: Print both `to_self_delay` in listpeers. 7 years ago
John Barboza b4f7ce61b4 Append to crash log instead of creating new one 7 years ago
Isidoro Ghezzi f24a7b9356 help: listnodes and listchannels,have optional arg 7 years ago
Christian Decker 249464ccd2 sphinx: Print test vectors to stderr instead of stdout 7 years ago
Christian Decker ff6d5e896a sphinx: Add a dependency form the onion tool to the ccan config 7 years ago
Christian Decker d701e52c81 sphinx: Fixed the onion generation and decoding tool 7 years ago
Christian Decker 08bfb740f5 onion: Move cli onion tool to devtools/onion 7 years ago
practicalswift 161ed320f8 Improve onboarding experience by handling common failure scenarios for new users more gracefully 7 years ago
Christian Decker 3e9e19951b pytest: Re-enable formerly flaky test_reconnect_normal 7 years ago
nicolas.dorier f45f18c37f Add gitattribute to enforce lf on sh and py files 7 years ago
Christian Decker d363a6870d wallet: Fix header ordering 7 years ago
Rusty Russell 25cb8caae8 onchaind: fix confusing message about delayed txs. 7 years ago
Rusty Russell a48c300df2 onchaind: fix too-eager OUR_HTLC_TIMEOUT_TX. 7 years ago
Rusty Russell eb52dde5b5 onchaind: add a new state for where we're not producing an output. 7 years ago
Rusty Russell 0489aabfbe test_lightningd.py: test onchaind when all turn into fees. 7 years ago
Rusty Russell 45e145df5e onchaind: don't create zero-output txs if fees overwhelm us. 7 years ago
Rusty Russell 27c4e926bd test_lightningd.py: test case where onchaind restarts with different fees. 7 years ago
Rusty Russell 7895ff8fa8 onchaind: don't require an exact match for proposals. 7 years ago
Rusty Russell f8c8d55565 db: migrate old shutdown_keyidx_local -1 values onto key 0. 7 years ago
Rusty Russell 6c1233de44 channel: reserve a bip32 index as soon as channel is opened. 7 years ago
Rusty Russell 242a934b8c wallet: add check-source to makefile. 7 years ago
Rusty Russell e76f863329 txfilter: clean up prototypes. 7 years ago
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