5747 Commits (c091a4ee40c8d4dd7a3899bcbbf5201229e8b93d)
 

Author SHA1 Message Date
Rusty Russell c091a4ee40 gossipd: fix spurious gcc warning. 6 years ago
Rusty Russell fae593c448 lightningd: fix uninitialized variable in DEVELOPER path 6 years ago
William Casarin 6f635b46fd gossipstore: fix uninitialized input fd 6 years ago
William Casarin 3f035cb3cc gossipd: fix uninitialized free on short_route in goto path 6 years ago
darosior 4640d18ef0 Plugins: allow to specify plugin option type in libplugin.c, then specify it to autoclean options 6 years ago
darosior 3775a32659 Pylightning: allow to specify the option type at its creation 6 years ago
darosior a6753fd812 Plugins: accept options of different types 6 years ago
darosior fba050e891 CHANGELOG: Add some informations about the new category field in commands 6 years ago
darosior 78326a8d90 Pylightning: Allow a plugin to set the category of the RPC commands it creates 6 years ago
darosior b1bbafb19c cli: Sort human_readable output by categories 6 years ago
darosior 9d34121ec5 libplugin.c: Handle command categories then set them in pay and autoclean 6 years ago
darosior 5b0bf0ba1f jsonrpc: allow to set the command category plugin side 6 years ago
darosior 323adb467a jsonrpc: Add a category field to commands. 6 years ago
Rusty Russell 0c189fe3a7 devtools/decode-iolog: tool to decode hexstrings from io logging. 6 years ago
Rusty Russell 695bec531c plugin: fix printing of bad plugin responses. 6 years ago
Rusty Russell 8f9c48254b plugins: do I/O logging. 6 years ago
ZmnSCPxj 48df6c8566 lightningd/io_loop_with_timers.c: Move mainloop to its own source file, have chaintopology use it. 6 years ago
Christian Decker 883d4b4e6e pytest: Add a test that reproduces #2687 6 years ago
ZmnSCPxj 3466261b20 lightningd/channel.c: Transfer peer to connectd only if connectd alive. 6 years ago
ZmnSCPxj 37440e9447 lightningd/subd.c: Return NULL from subd_shutdown. 6 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
Simon Vrouwe db57d9c5d2 lightningd: suppress IO_OUT logging for getlog command 6 years ago
Christian Decker 8feb05aef4 subd: Remove overly verbose log when receiving a message 6 years ago
Christian Decker ced2ff8aa7 pytest: Mark repeat offenders as flaky 6 years ago
Christian Decker 56f7efad46 pytest: Stabilize test_reconnect_gossiping 6 years ago
Christian Decker a0fc915674 pytest: Start the Bitcoin RPC proxy as soon as it is created 6 years ago
Jan Sarenik 180ea5bb38 test_closing.py: isAlive -> is_alive 6 years ago
Kristaps Kaupe 441c571650 Better describe "urgent", "normal" and "slow" feerates 6 years ago
ZmnSCPxj bbec8f62e0 doc/lightning-pay.7.txt: Remove references to value randomization, since it is no longer implemented, and describe shadow routes. 6 years ago
ZmnSCPxj edfb1ace4a wallet/db.c: Be resilient against 32-bit time_t. 6 years ago
lisa neigut ccc54dd64d jsontok: fixup spelling error in code comment 6 years ago
lisa neigut be502a095d devscript: always clean up pid files for lightning daemons 6 years ago
ZmnSCPxj 8ecc6c7743 lightningd/plugin.c: Do not call `closedir` with NULL DIR*. 6 years ago
ZmnSCPxj 09761cd4c9 plugins/.gitignore: Also ignore autoclean. 6 years ago
ZmnSCPxj a80e5c7212 plugins/Makefile: Add PLUGIN_AUTOCLEAN_OBJS to ALL_OBJS. 6 years ago
ZmnSCPxj 30ad98a3ea plugins/autoclean.c: Remove unnecessary inclusions. 6 years ago
Michael Schmoock 0efd72d882 test: pylightning to_approx_str 6 years ago