5044 Commits (ba31af5a7559cdc46372e346e6ee6f7b4c8b474b)
 

Author SHA1 Message Date
Christian Decker c3d2caafa2 pytest: Use the pytest-timeout plugin to kill tasks 6 years ago
Christian Decker f520052b95 pytest: Add two more dependencies 6 years ago
Christian Decker bef1812b9b changelog: Add missing Changelog entry from PR #2075 6 years ago
Christian Decker 0040673e90 docker: Update pytest dependencies in the builder image 6 years ago
Christian Decker c90be02372 docs: Replace example method params with a long description 6 years ago
arowser 77832c9400 enable add_steal_notifiers only support backtrace library 6 years ago
ZmnSCPxj e74349c506 doc/lightning-pay.7.txt: Clarify randomization by `pay` command. 6 years ago
Rusty Russell 95e47cdac2 channeld: accept update_fee before funding_locked. 6 years ago
Jonas Nick da431333b8 Fix default lightning datadir in lightningd-config doc 6 years ago
Rusty Russell 1d7b287439 pytest: speed up test_restart_many_payments when !DEVELOPER. 6 years ago
Rusty Russell d9d762170a memleak: don't get stuck if per-peer daemons die. 6 years ago
Rusty Russell 8fb1b609ce closingd: handle our own memleak detection. 6 years ago
Rusty Russell 55306fc3eb onchaind: wire up dev_memleak. 6 years ago
Rusty Russell d3ea9bf8bf channeld: wire up dev_memleak. 6 years ago
Rusty Russell 6094a95132 channeld: don't leak messages, and free init-only variables. 6 years ago
Rusty Russell a42c8bfb38 openingd: wire up dev_memleak. 6 years ago
Rusty Russell 6da379631f hsmd: wire up dev_memleak. 6 years ago
Rusty Russell 1430036684 connectd: wire up dev_memleak. 6 years ago
Rusty Russell a1c675edb3 connectd: free proxyaddr after use. 6 years ago
Rusty Russell b522b35e01 connectd: rename peer_reconnected local var for clarity. 6 years ago
Rusty Russell 5b7ef7ab49 connectd: don't leak init message. 6 years ago
Rusty Russell ab735dcbe6 gossipd: wire up memleak detection. 6 years ago
Rusty Russell 78771ca371 gossipd: mark timers as not being leaks. 6 years ago
Rusty Russell 2debbb0a00 common/subdaemon: helpers for dumping memleaks in subdaemons. 6 years ago
Rusty Russell 5a81dbd783 common/daemon: enable/cleanup memleak in daemon_setup / daemon_shutdown. 6 years ago
Rusty Russell 22526911cb tools/generate-wire.py: allocate array members off array in fromwire. 6 years ago
Rusty Russell 29b672b117 gossipd: hear no wumbo. 6 years ago
Rusty Russell bed7986650 channeld: speak no wumbo. 6 years ago
Rusty Russell 5a12af817a channeld: don't keep local copy of config. 6 years ago
Rusty Russell 22858f35f9 struct channel: keep a copy of configs, not just pointers. 6 years ago
Rusty Russell b5a96765d8 struct channel: remove most helpers. 6 years ago
Rusty Russell 9620393109 gossipd: store chainparams internally. 6 years ago
Rusty Russell 9088b19ed9 CHANGELOG: update to mention new getinfo fields. 6 years ago
Rusty Russell 56fd2541c3 doc: make it clearer that specifying addr etc disables autolisten. 6 years ago
Jon Griffiths 47743a287c Avoid a sha256/ripemd160 call for each pubkey we derive 6 years ago
Jon Griffiths 087ef43a0d Call wally_init(0) on startup to enabled assembly-optimised SHA-256 6 years ago
Jon Griffiths d3bfc9f260 libwally: Update to latest master 6 years ago
Rusty Russell 2c582cbcfb pytest: test that we don't revert config handling again. 6 years ago
Rusty Russell 6daa599c74 options: plug leak (triggered by next test) 6 years ago
arowser 56a3b3f3df read config file before change working dir 6 years ago
Conor Scott 795bc1b3a7 [test] update test mocks for getinfo rpc update 6 years ago
Conor Scott 3f420dc408 [rpc] Add peer stats to getinfo rpc 6 years ago
Conor Scott dd27205ba2 [rpc] move getinfo implementation to peer_control.c 6 years ago
Rusty Russell 5312ec1e34 gossipd: add documentation comments now it's relatively understandable. 6 years ago
Rusty Russell ea2c03e2e2 gossipd: don't have code to exit final loop; we always leave via master_gone. 6 years ago
Rusty Russell 4038061d0f gossipd: use take() in getroute_req. 6 years ago
Rusty Russell 5c60d7ffb2 gossipd: split wire types into msgs from lightningd and msgs from per-peer daemons 6 years ago
Rusty Russell 07b16e37d0 daemon_conn: don't rely on outq_empty callback telling us to retry queue. 6 years ago
Rusty Russell 4e9eba1965 gossipd: rework query_channel_range to accept overlapping range. 6 years ago
Rusty Russell fac68630b8 ccan: add ccan/bitmap. 6 years ago