6731 Commits (d3c8225968c48e33ddeef64f012bb4c29d45b708)
 

Author SHA1 Message Date
Rusty Russell 1386fedfb6 pytest: use query_gossip in test_query_short_channel_id. 5 years ago
Rusty Russell d534a146d2 pytest: clean up test_gossip_timestamp_filter, use query_gossip. 5 years ago
Rusty Russell 025b0e6a09 pytest: add helper to send node a gossip query and get response(s). 5 years ago
Rusty Russell 38524d907b devtools/gossipwith: Add timeout for better use in tests. 5 years ago
Rusty Russell 72aa83026a devtools/mkquery: tool to generate gossip query messages. 5 years ago
Rusty Russell 15612d269a Make option_static_remotekey non-EXPERIMENTAL now it's in spec. 5 years ago
darosior 274e32925f connectd: add a BOLT10 reference when doing DNS lookup 5 years ago
Saibato 1b9cec8e91 Don't exit w/ INTERNAL_ERROR, if --addr or --bind-addr is used with an .onion address 5 years ago
darosior d0ccd15ac0 plugins: Add a destructor to the plugin request, in case it dies 5 years ago
darosior 61c07bca45 doc: Document the changes to the 'plugin' command 5 years ago
darosior 5bdf349771 plugins: make the default plugins directory a member of 'plugins' 5 years ago
darosior 73bbf4f6a3 plugins: cleanup shared headers between dynamic and static plugins 5 years ago
darosior 32d98f0a87 plugins: refactor the tests for dynamic plugins 5 years ago
darosior 05a747c5ba contrib: Make cowsay answer 'init' 5 years ago
darosior 3491a98cca plugins: remove dynamic plugins configuration code from lightningd/plugin 5 years ago
darosior 7f181edebb plugins: make use of dynamic_plugin_list() in 'plugin list' 5 years ago
darosior b9e40d4cc7 plugins: make 'plugin stop' a function 5 years ago
darosior 3a5211048d plugins: make 'plugin startdir' 's runtime path independant 5 years ago
darosior edd3ffc7c4 plugins: make 'plugin start' 's runtime path independant 5 years ago
darosior 603e2f0ca9 plugins: split manifest_cb and plugin_config 5 years ago
darosior 6694dda8a3 plugins: return also on register error in add_plugin_dir() 5 years ago
darosior fcc358c9bc plugins: return plugin in plugin_register, make conn initializers publics 5 years ago
Rusty Russell 6dca80a375 checkchannels tool. 5 years ago
darosior 2c43606895 doc: update mrkd version 5 years ago
darosior a4204226b4 Tidy up parse_wireaddr_from_hostname 5 years ago
Saibato 32a1b782f3 Add lines in regard to enable-autotor-v2-mode flag to doc files 5 years ago
Saibato 0f9ba53581 Add enable-autotor-v2 config variable 5 years ago
Saibato e638224092 Change default behavior of autotor onions to Version 3 onions. 5 years ago
Rusty Russell 4bf0bc1f28 gossipd: age txout_failures map. 5 years ago
Rusty Russell 1450a13c1f gossipd: don't expose scids of unannounced channels. 5 years ago
Rusty Russell 722b4942ed common: rename decode_short_channel_ids.{c,h} to decode_array.{c.h} 5 years ago
Rusty Russell aa9024db51 gossipd: fix memleak false-positive 5 years ago
Rusty Russell d24c850899 gossipd: restore a flag for fast pruning 5 years ago
Jorge Timón 152f9b66b9 pylightning: Responses may not be iterable 5 years ago
Christian Decker 48728d3828 docker: Use system libraries, don't bring your own 5 years ago
Christian Decker 07e6f43e1d master: Set our own rlimit for number of fds 5 years ago
lambrosini 6999a4ce2d Remove the python-dev dependency which is useless in python3 5 years ago
lambrosini eb28268bd7 Install in the OS dependencies required to successfully install the python requirements 5 years ago
lambrosini 08573fbc4b Clone the repository before than installing requirements, which are specified in the repository 5 years ago
trueptolemy 12da10cd15 sendpay: Compatible with old parameters `description` 5 years ago
trueptolemy 2d184d464f pylightning: Fix the parameter `label` of `sendpay` 5 years ago
Rusty Russell 4e8141aa36 features: remove INITIAL_ROUTING_SYNC. 5 years ago
Rusty Russell 2b47922ea5 gossipd: move query functions into their own file. 5 years ago
Rusty Russell 38124ec287 gossipd: don't ask peers for gossip until we're synced with bitcoind. 5 years ago
Rusty Russell a071a754b3 gossipd: place limit on pending announcements. 5 years ago
Rusty Russell fd2d74aa9b gossipd: defer asking about txouts until we're synced or they're 6 deep. 5 years ago
Rusty Russell 45381bba33 bitcoin: implement is_scid_depth_announceable helper. 5 years ago
Rusty Russell 2a74d53841 Move gossip_constants.h into common/ 5 years ago
Rusty Russell 6f9c5f2936 gossipd: get fed the blockheight from lightningd when we know it. 5 years ago
Rusty Russell 6955bf6b86 lightningd: initialize topology synclist earlier. 5 years ago