4908 Commits (eab992cecd46939aedbc885ad23558b322dd3015)
 

Author SHA1 Message Date
Christian Decker 83775e7cea jsonrpc: Split the jsonrpc object creation from starting to listen 6 years ago
Christian Decker 01c7bc5884 jsonrpc: Make an explicit jsonrpc struct 6 years ago
Christian Decker 0f72e0bce8 plugin: The example plugin can now return errors 6 years ago
Christian Decker 1e139e412b plugin: Allow both array as well as object params in example plugin 6 years ago
Christian Decker a4ded47d34 plugin: Fix memory leak when requests are done 6 years ago
arowser 3ba751797b add needed include file 6 years ago
Christian Decker 4d95bb0539 pytest: Mark test_reserve_enforcement as flaky 6 years ago
Christian Decker 522c3039ec pytest: Pretty print the memleak output in tests 6 years ago
Christian Decker 45e1f09714 tools: Added .clang-format for formatting 6 years ago
Christian Decker 685a76e714 pytest: test_closing_different_fees no longer requires DEVELOPER=1 6 years ago
Christian Decker cc7a523cab git: Add codeowners file to automatically request code reviews 6 years ago
Christian Decker da465f0fdd plugin: Exit if we fail to start a plugin 6 years ago
Christian Decker 879f9b7986 plugin: Make a common directory of plugins in contrib 6 years ago
Christian Decker e27b2ea69b pytest: Add a test for the plugin option passthrough 6 years ago
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