5742 Commits (3775a326598f61c4b24767b4303397d80cb08922)
 

Author SHA1 Message Date
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
Simon Vrouwe db57d9c5d2 lightningd: suppress IO_OUT logging for getlog command 5 years ago
Christian Decker 8feb05aef4 subd: Remove overly verbose log when receiving a message 5 years ago
Christian Decker ced2ff8aa7 pytest: Mark repeat offenders as flaky 5 years ago
Christian Decker 56f7efad46 pytest: Stabilize test_reconnect_gossiping 5 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 5 years ago
Kristaps Kaupe 441c571650 Better describe "urgent", "normal" and "slow" feerates 5 years ago
ZmnSCPxj bbec8f62e0 doc/lightning-pay.7.txt: Remove references to value randomization, since it is no longer implemented, and describe shadow routes. 5 years ago
ZmnSCPxj edfb1ace4a wallet/db.c: Be resilient against 32-bit time_t. 5 years ago
lisa neigut ccc54dd64d jsontok: fixup spelling error in code comment 5 years ago
lisa neigut be502a095d devscript: always clean up pid files for lightning daemons 5 years ago
ZmnSCPxj 8ecc6c7743 lightningd/plugin.c: Do not call `closedir` with NULL DIR*. 5 years ago
ZmnSCPxj 09761cd4c9 plugins/.gitignore: Also ignore autoclean. 5 years ago
ZmnSCPxj a80e5c7212 plugins/Makefile: Add PLUGIN_AUTOCLEAN_OBJS to ALL_OBJS. 5 years ago
ZmnSCPxj 30ad98a3ea plugins/autoclean.c: Remove unnecessary inclusions. 5 years ago
Michael Schmoock 0efd72d882 test: pylightning to_approx_str 6 years ago
Michael Schmoock d8599e5f67 pylightning: adds msat.to_approx_str() method 6 years ago
Rusty Russell 654e89b5fc gossipd: free channels in routing_state destructor. 5 years ago
Rusty Russell d1f43d993a gossipd: use explicit destructor for struct chan. 5 years ago
Rusty Russell 59e75f1b2c gossipd: reply to large listchannels in parts. 5 years ago
Rusty Russell 4ea1d13077 cli: handle OOM by directly streaming output. 5 years ago