4820 Commits (5a81dbd783a8046e195f9455a86798a657462c55)
 

Author SHA1 Message Date
Rusty Russell 915ffe35ed gossipd: clean up getnodes handling. 6 years ago
Rusty Russell df27fc55af More renaming of gfeatures to globalfeatures. 6 years ago
William Casarin f2488fbe14 make: fix broken error message in bolt-check 6 years ago
William Casarin 7c4b9c8a0d build: fix compile error on gcc ~7.3.0 6 years ago
lisa neigut 45b07e7e89 jsonrpc: fix cppcheck warning for potential null pointer deref 6 years ago
lisa neigut 0ecbdf3421 makefile: don't print shellcheck to stdout 6 years ago
lisa neigut 9d496f9a74 hacking: install `cppcheck` and `shellcheck` 6 years ago
lisa neigut a9bf1f5573 tests: quiet down DeprecationWarnings for escape sequences 6 years ago
Christian Decker d6fcfe00c7 pytest: Stabilize test_feerates 6 years ago
Rusty Russell bb5e2ffafb gossipd: don't create redundant node_announcements. 6 years ago
Rusty Russell afc92dd757 gossipd: use array[32] not pointer for alias. 6 years ago
Rusty Russell 6c54a22d63 pytest: make test_node_reannounce check for redundant announce (xfail). 6 years ago
Rusty Russell b0d9182fc3 pytest: allow log_all_io through get_nodes. 6 years ago
Rusty Russell 76e7f8aa5c wireaddr: add wireaddr_eq. 6 years ago
Rusty Russell 0baa5f7071 gossipd: send node announcement on startup. 6 years ago
Rusty Russell cbd1d1d0f2 pytest: test that we reannounce node after restart. 6 years ago
Rusty Russell f9fba1d7c6 doc/lightning-invoice: document warnings. 6 years ago
Rusty Russell c8c3294a23 json-invoice: add routeboost, warnings. 6 years ago
Rusty Russell 2f667c5227 gossipd: routine to get route_info for known incoming channels. 6 years ago
Rusty Russell f64eee717d gossipd: make helpers const-correct. 6 years ago
Rusty Russell 89fbae4198 gossip_msg: marshal functions for struct route_info. 6 years ago
Rusty Russell 95c9a73fbb gossipd: set sent flag when sending reply_short_channel_ids_end 6 years ago
Rusty Russell fbb7bafc3b gossipd: don't include channel in query_short_channel_ids reply if no channel_update. 6 years ago
Rusty Russell 9455331575 json: use bolt naming for features arrays in listnodes, listpeers. 6 years ago
Rusty Russell 41b0872f58 Use localfeatures and globalfeatures consistently. 6 years ago
Rusty Russell 15e8801285 connectd: fixes as suggested by @niftynei. 6 years ago
Rusty Russell c3ffa6b9aa connectd: Code documentation part III. 6 years ago
Rusty Russell 3358437062 connectd: don't log every time a peer disconnects. 6 years ago
Rusty Russell 89bac0d516 connectd: don't look for broken resolver if DNS disabled. 6 years ago
Rusty Russell 9207e48246 connectd: make_listen_fd is never called with a NULL addr. 6 years ago
Rusty Russell 2bdedf5582 connectd: reorder functions again for better grouping (MOVEONLY) 6 years ago
Rusty Russell 4de2b362f5 connectd: rename 'struct reaching' to 'struct connecting'. 6 years ago
Rusty Russell a24ed20dee common/cryptomsg: remove unused async routines. 6 years ago
Rusty Russell a1bdaa8f99 connectd/peer_exchange_initmsg: handle peer comms ourselves. 6 years ago
Rusty Russell cfd54d67cb connectd: use io_wait, instead of creating boutique list. 6 years ago
Rusty Russell d1552bd1eb test/run-cryptomsg.c: move out of lightningd/ into common/ 6 years ago
Rusty Russell dfaaa09bc6 common/cryptomsg: remove unused 'reading_body' flag and 'peer_in_started'. 6 years ago
Rusty Russell 74ab2125af connectd: cleamn up broken resolver detection code. 6 years ago
Rusty Russell 6dbf1ef2c4 connectd: remove unused timers. 6 years ago
Rusty Russell c9001f653a connectd: reorder functions for clarity. 6 years ago
Rusty Russell a90c200fcb pytest: wait_channel_quiescent helper to wait for resolved htlcs. 6 years ago
Rusty Russell 9fa7f5e30e listpeers: include current htlc information. 6 years ago
Rusty Russell 704f8b5b0e pytest: make test_autocleaninvoice more reliable. 6 years ago
Rusty Russell 96f05549b2 common/utils.h: add tal_arr_expand helper. 6 years ago
Christian Decker d590302523 pytest: Fix benchmarks after the fixture migration 6 years ago
Rusty Russell 59bdba6bac pytest: don't test crashing under valgrind at all. 6 years ago
lisa neigut dfe0378464 git: ignore vim's c-tags 'tags' file 6 years ago
Rusty Russell e450c6bbdb gossipd: remove time-delayed local channel_update, produce DISABLE on-demand. 6 years ago
Rusty Russell 16e16a725e gossipd: apply private updates to announce channel. 6 years ago
Rusty Russell 66105e83ea gossipd: simplify "broadcast channel_announcement now we have channel_update" logic 6 years ago