3829 Commits (226f0d63d2041df46a1ba9eff0711e7992c282fe)
 

Author SHA1 Message Date
Rusty Russell 226f0d63d2 lightningd-config.5.txt: working and typos feedback. 7 years ago
Rusty Russell 626e9fed16 Makefile: add check that manpage and command options match. 7 years ago
Rusty Russell 8aca5c5d33 doc/lightningd-config.5: manual page for all our configuration options. 7 years ago
Rusty Russell fd86fbf2fc lightningd: rename --anchor-confirms to --funding-confirms. 7 years ago
Rusty Russell 8739b4cbe8 lighningd: Remove --debug-subdaemon-io. 7 years ago
Rusty Russell edf1b3cec9 More option cleanups. 7 years ago
Rusty Russell 0aa22741df option cleanup: --dev-override-fee-rates 7 years ago
Rusty Russell ceb1ce0ef5 chaintopology: fix default feerate. 7 years ago
Rusty Russell c8cc8fd83f option cleanup: --dev-bitcoind-poll 7 years ago
Rusty Russell adbe02c6be gossip: temporarily allow replacement of updates with same timestamp. 7 years ago
Rusty Russell 85a062164a test_lightningd: test_closing_torture timeout increase. 7 years ago
Rusty Russell f92712f22c channeld: always send either a temporary or final update if we can. 7 years ago
Rusty Russell 00d4c04208 channeld: fix conditions under which we can send a channel update. 7 years ago
Rusty Russell c546b1bbb6 gossipd: specify origin of updates in errors. 7 years ago
Rusty Russell 8ee60e2d8e testing: make sure we don't see gossip in bad order. 7 years ago
Rusty Russell 177a1fc88e gossipd: handle local channel creation separately from update. 7 years ago
Rusty Russell f0231b0e6f channeld: don't send temporary announcements more than once. 7 years ago
Rusty Russell f014cbb78c channeld: clean up announcement state tests. 7 years ago
Rusty Russell 323472225c channeld: simplify announce/locked-in callback, 7 years ago
Rusty Russell 981ffb83f7 channeld: don't send updates for 0:0:0. 7 years ago
Rusty Russell 540c68d7ca gossipd/gossip_constants.h: Single place for BOLT constants. 7 years ago
Rusty Russell b965ef7d1d routing: make sure we fail if we can't unmarshal announcements. 7 years ago
Rusty Russell d52564dc05 check-source: add check for tal_free(tmpctx). 7 years ago
Rusty Russell cae25ca5db devtools/print_wire: add return for numerical fields. 7 years ago
Rusty Russell bd1c16d284 update-ccan: clean up the two unwanted imports. 7 years ago
Rusty Russell 6fe2c037dc Add .rej files to gitignore. 7 years ago
Christian Decker e604891910 pytest: Do not set test-groups unless explicitly requested 7 years ago
ZmnSCPxj b79bb1dbe6 gitignore: Ignore `run-features` test. 7 years ago
Rusty Russell 7bfb9978de wire: remove --check-alignment arg from spec parsing tool. 7 years ago
practicalswift ba20ace064 Do not use potentially uninitialized value needed_dns 7 years ago
Rusty Russell 4359f46ffd features: fix features_supported() function. 7 years ago
Rusty Russell 149e967ba3 features: fix endian. 7 years ago
Saibato 8659745ca6 update TOR.md to latest changes 7 years ago
nicolas.dorier 59154ebd34 Fix build on linux-musl 7 years ago
practicalswift 3abd9ad4f6 wireaddr: Avoid memory corruption in fmt_wireaddr_without_port() 7 years ago
practicalswift fab3b214b4 Avoid static analyzer warning about integer wraparound 7 years ago
Rusty Russell 1125682ceb wireaddr: new type, ADDR_INTERNAL_FORPROXY, use it if we can't/wont resolve. 7 years ago
Rusty Russell 2a0acd3492 tor: log proxy communications using status_io. 7 years ago
Rusty Russell 570283bc76 gossipd: don't use fake addrhint for non-addrhint resolutions. 7 years ago
Rusty Russell de063edb54 gossip: extract function to derive seedname. 7 years ago
Rusty Russell 0d23f4fb4a gossipd: hand io_tor_connect the host as a string. 7 years ago
Rusty Russell a1dc4eef56 wireaddr: tell caller that we failed due to wanting DNS lookup, don't try. 7 years ago
Rusty Russell 5345e43354 gossipd: rename use_tor to use_proxy, 7 years ago
Rusty Russell bcb047a729 gossipd: fix uninitialized var. 7 years ago
Rusty Russell 011d75c618 lightningd: don't allow --announce-addr with a wildcard address. 7 years ago
Rusty Russell 1ab9a5def6 wireaddr: fix parsing of empty address with no port. 7 years ago
Rusty Russell cca791d1cb routing: clean up channel public/active states. 7 years ago
Rusty Russell 9d1e496b11 gossipd: use a real update in local_add_channel. 7 years ago
Rusty Russell c71e16f784 broadcast: invert ownership of messages. 7 years ago
Rusty Russell 8940528bdb gossipd: don't include private announcements into broadcast map. 7 years ago