2768 Commits (fa992ecaab3cbbd4dd3358e6856564c971ca31c9)
 

Author SHA1 Message Date
Ronald van der Meer fa992ecaab clarified --lightning-dir syntax on help 7 years ago
William Casarin 5b4a62d822 doc: some sqlite db info for HACKING 7 years ago
Christian Decker 6cfc0a6275 fixup! masterd: Disable a channel when channeld fails 7 years ago
Christian Decker 2e5047f74b pytest: Fix test_pay_disconnect 7 years ago
Christian Decker dafd000c2a pytest: Check that we disable on closing and permfail. 7 years ago
Christian Decker e463386d75 masterd: Disable a channel when channeld fails 7 years ago
Christian Decker 007c349dec gossip: Implement handler for enabling and disabling channels 7 years ago
Christian Decker c6ae4b521f gossip: Add message to enable and disable a channel 7 years ago
Christian Decker d14969ce77 masterd: Peer has to know which direction an eventual channel is 7 years ago
Christian Decker 4f4b0e9bba channeld: Tell gossipd when we get a shutdown message from a peer 7 years ago
Christian Decker 6320142c34 channeld: Send disabling channel_update on shutdown 7 years ago
William Casarin 8aee38162c doc: Nix{,OS} build instructions 7 years ago
practicalswift 17aaa1d235 Fix lightning typos 7 years ago
practicalswift 3e40a48332 Add lightning spell check 7 years ago
practicalswift 2c17546cbd Onboarding: Make "lightning-cli" (without arguments) output the equivalent of "lightning-cli --help; lightning-cli help" 7 years ago
Rusty Russell bab3b1a16b wallet: get first blocknum from any channels. 7 years ago
Rusty Russell 661950e402 wallet: fix logic for finding first block. 7 years ago
Rusty Russell e66bd25b5c test_lightningd.py: test lockin while we're not running. 7 years ago
Rusty Russell 9f9c34002e chain_topology: log block height, not just hash. 7 years ago
Rusty Russell e9328217ff peer_control: better logging when we don't tell peer about locked funding. 7 years ago
Rusty Russell c42fa4404a connect: succeed if we connect to peer and it *doesn't* go back to gossipd. 7 years ago
practicalswift b91556283b Onboarding: Adjust log level for common non-fatal peer state condition from info to debug 7 years ago
practicalswift 3a8220d630 Warn instead of crash when extract_feerate(...) fails 7 years ago
practicalswift 0557467dfa Adjust log level for feerate warnings 7 years ago
Christian Decker 7b0d806d71 pytest: Check that we forget irrevocably settled channels 7 years ago
Christian Decker 9588c961bb wallet: Forget channels that are irrevocably settled on-chain 7 years ago
Rusty Russell f03dbde354 test_lightningd.py: Test 0-msatoshi pay 7 years ago
Rusty Russell 45665a994b htlc_end: allow htlc_out to have 0 msatoshi. 7 years ago
Rusty Russell 3ccf88d6c4 lightningd: check channeld isn't trying to add 0-satoshi incoming HTLCs. 7 years ago
William Casarin 3cb03ab784 bitcoin: add test programs to ALL_TEST_PROGRAMS 7 years ago
alaniz 5421e9f6f2 pylightning: Add and move example to README 7 years ago
practicalswift 96d093fb30 Fix typos 7 years ago
Carl Dong feb734086b build: Update INSTALL.md to include FreeBSD. 7 years ago
Carl Dong f55adbdc9c build: Add necessary build/link flags for FreeBSD. 7 years ago
Carl Dong 8da65854f0 build: Add needed UNIX standard includes. 7 years ago
Carl Dong 75f4b56766 build: Correctly build and link ptr_valid. 7 years ago
Björge Dijkstra 2f4ba73c77 Allocate hex buffer on heap since it can be very large. 7 years ago
practicalswift 5631054152 Start all command descriptions with a verb ("Show", "Set", etc.). Remove unused help texts. 7 years ago
ZmnSCPxj 940819567d lightning-cli: Add support for null argument. 7 years ago
practicalswift 22087dad03 Adjust log level: Warn about ignored fee limits only in debug log 7 years ago
Rusty Russell 1bd40a8da6 lightning-cli: make valgrind happy by freeing opt table. 7 years ago
Rusty Russell aa34ad30d9 lighting-cli: do incremental parsing. 7 years ago
Rusty Russell 2ff9e42b33 lightning-cli: fix amazingly slow getlogs speed. 7 years ago
Rusty Russell 61cff03465 lightning-cli: test for amazingly slow getlogs speed. 7 years ago
Rusty Russell c22d2c8dae Makefile: rebuild all objects if Makefile changes. 7 years ago
alaniz 73c31757e1 Fixed and updated README RPC doc links 7 years ago
William Casarin f8e5de1974 listpeers: print channel configs 7 years ago
frennkie 1616fcbffe change getchannels to listchannels 7 years ago
frennkie 0702ee6d81 Update to listpeers 7 years ago
frennkie 16455e658d fix typo 7 years ago