5763 Commits (7499f7ddd479d73eb0f7f0a21d4de90e9d0601bd)
 

Author SHA1 Message Date
Christian Decker 7499f7ddd4 plugin: Add the htlc_accepted hook 6 years ago
Christian Decker 9a4cf7dda7 pytest: Mark test_option_upfront_shutdown_script as flaky 5 years ago
Christian Decker 80b3d8aef3 json: Add some more methods to add integers of various size to json 5 years ago
Rusty Russell 763697eb4c gossipd: fix gossip_store calling delete. 5 years ago
Rusty Russell 21fe518513 gossip_store: fix 'bad node_announcement' by allowing node_announcement on un-updated channel. 5 years ago
Rusty Russell 048a650a6b pytest: more comprehensive tests for test_gossip_store_compact. 5 years ago
Rusty Russell 1147e65602 pytest: make test_gossip_notices_close more reliable. 5 years ago
Rusty Russell a40fe40ad2 pytest: catch more gossip-related errors. 5 years ago
Michael Schmoock 45645e3a85 test: fix flakyness test_no_fee_estimate 5 years ago
Michael Schmoock 107381aca2 test: fix flakyness of funding_reorg_private openchannel_hook 5 years ago
Rusty Russell 7961a815aa travis: add compilation to SOURCE_CHECK_ONLY. 5 years ago
Rusty Russell 7092d215fa configure: detect modern gcc, and only suppress necessary errors. 5 years ago
Rusty Russell ed08ca6df3 configure: handle --reconfigure better. 5 years ago
Rusty Russell 5b7776cf13 wire/test: remove unused padding code. 5 years ago
Rusty Russell c233fc5063 gossipd: fix spurious unused error with gcc-9 -O3. 5 years ago
Rusty Russell 9820d0664b connectd: handle IPv6 correctly. 5 years ago
Rusty Russell c091a4ee40 gossipd: fix spurious gcc warning. 5 years ago
Rusty Russell fae593c448 lightningd: fix uninitialized variable in DEVELOPER path 5 years ago
William Casarin 6f635b46fd gossipstore: fix uninitialized input fd 5 years ago
William Casarin 3f035cb3cc gossipd: fix uninitialized free on short_route in goto path 5 years ago
darosior 4640d18ef0 Plugins: allow to specify plugin option type in libplugin.c, then specify it to autoclean options 5 years ago
darosior 3775a32659 Pylightning: allow to specify the option type at its creation 5 years ago
darosior a6753fd812 Plugins: accept options of different types 5 years ago
darosior fba050e891 CHANGELOG: Add some informations about the new category field in commands 5 years ago
darosior 78326a8d90 Pylightning: Allow a plugin to set the category of the RPC commands it creates 5 years ago
darosior b1bbafb19c cli: Sort human_readable output by categories 5 years ago
darosior 9d34121ec5 libplugin.c: Handle command categories then set them in pay and autoclean 5 years ago
darosior 5b0bf0ba1f jsonrpc: allow to set the command category plugin side 5 years ago
darosior 323adb467a jsonrpc: Add a category field to commands. 5 years ago
Rusty Russell 0c189fe3a7 devtools/decode-iolog: tool to decode hexstrings from io logging. 5 years ago
Rusty Russell 695bec531c plugin: fix printing of bad plugin responses. 5 years ago
Rusty Russell 8f9c48254b plugins: do I/O logging. 5 years ago
ZmnSCPxj 48df6c8566 lightningd/io_loop_with_timers.c: Move mainloop to its own source file, have chaintopology use it. 5 years ago
Christian Decker 883d4b4e6e pytest: Add a test that reproduces #2687 5 years ago
ZmnSCPxj 3466261b20 lightningd/channel.c: Transfer peer to connectd only if connectd alive. 5 years ago
ZmnSCPxj 37440e9447 lightningd/subd.c: Return NULL from subd_shutdown. 5 years ago
trueptolemy 11412435ce Channeld: init channel with remote announcement info when restart 6 years ago
trueptolemy d93f61407a Channeld: Add new wire type:channel_got_announcement 6 years ago
trueptolemy a645fbdecd run-wallet: Add the check of case that channel received ann_sigs 6 years ago
trueptolemy b41d529b28 DB: Store the remote channel announcement signatures into DB 6 years ago
Rene Pickhardt 22600faed7 manually added a list-forward manpage because I have no idea how a2x works 6 years ago
Simon Vrouwe 52c84b2387 pytest: add test_funding_reorg_remote_lags 6 years ago
Simon Vrouwe 5b0c174251 pytest: add test_funding_reorg_private, reorg changes funding height 6 years ago
Simon Vrouwe 54a67c2444 channeld: rephrase depth_togo line in billboard_update 6 years ago
Simon Vrouwe 8c1bbf33e5 lightningd: funding_lockin_cb, handle reorgs that change short_channel_id 6 years ago
Simon Vrouwe 7726681aa6 pytest: added BitcoinD.simple_reorg() method, which can change tx height and/or txindex 6 years ago
Simon Vrouwe 24f43e5910 pytest: fundwallet tighten up, make sure we see `CONFIRMED` in log line 6 years ago
Simon Vrouwe 245807a085 pytest: tighten a log test `Owning output...` with address type and confirmation 6 years ago
Simon Vrouwe eb3495c23d chaintopology: add log line when we remove stale block from topo->tip 6 years ago
Simon Vrouwe b261c5ba0b chaintopology: add REORG to logline when tx watch is fired after reorg 6 years ago