4598 Commits (fbb7bafc3b9bc6c451c29b1eb2f90e144508256e)
 

Author SHA1 Message Date
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
Mark Beckwith eee31a1519 git: ignore all current and future unit tests 6 years ago
Mark Beckwith cbde3e20f7 cli: help command now also prints usage 6 years ago
Mark Beckwith 1a4f355a7b param: add ok flag to struct command 6 years ago
Mark Beckwith 30b67c0334 param: call param() all the time 6 years ago
Mark Beckwith d91b94a812 param: add command mode 6 years ago
Christian Decker c3f433ec66 json: Support streaming JSON messages 6 years ago
Rene Pickhardt fc12f65a3d Invoiceapidoc patch 6 years ago
lisa neigut 3ce53ab9ed tools/gen-wire: 3th -> 3rd 6 years ago
Rusty Russell 8455b12781 Revert "gossipd: handle premature node_announcements in the store." 6 years ago
Rusty Russell 48de77d56e gossipd: invalidate old gossip_stores. 6 years ago
Rusty Russell 0855422110 gossip_control: when searching for a txout, make sure it's not spent! 6 years ago
Rusty Russell 24c386c086 test_gossip: gossip retransmit on spent UTXO test. 6 years ago
Rusty Russell 6228c25643 test_gossip: basic 'node notices close' test. 6 years ago
Rusty Russell d16c3dcdc7 devtools/decodemsg: take series of msgs from stdin. 6 years ago
Rusty Russell 47f5bc4deb gossipwith: add ability to send message. 6 years ago
Rusty Russell 0925daa087 gossipwith: simple tool to snarf gossip from a node. 6 years ago
Rusty Russell 1b80cb4269 Makefile: don't rebuild all the time 6 years ago
Rusty Russell edb74260f4 pytest: more reliable onchain tests. 6 years ago
lisa neigut b1ceaf9910 gossipd: Update BOLT-split flags in channel_update 6 years ago
lisa neigut b1f15c2605 BOLT updates: broken link fixes 6 years ago
lisa neigut 73ea6d0038 BOLT 2 updates for fix placment of chain_hash req 6 years ago
lisa neigut b287f2f007 BOLT 11 human-readable formatting changes 6 years ago