2786 Commits (689db5b7c1356f37c8c950458235a509bf41b810)
 

Author SHA1 Message Date
practicalswift 689db5b7c1 Onboarding: Make log output texts friendlier to new users 7 years ago
Christian Decker 92ce3d5e8d opts: Declare --port to be an early arg 7 years ago
Ephraim Raj a095a59083 Allow pong when in CHANNELD_AWAITING_LOCKIN 7 years ago
Luca Vaccaro af26c91a2c Add litecoin testnet support 7 years ago
practicalswift 9f47c0431a Fix typos 7 years ago
luca vaccaro d36fa33c9b Explain table vars (#792) 7 years ago
ZmnSCPxj d03ca59f80 jsonrpc: Report standard JSON-RPC 2.0 error codes. 7 years ago
ZmnSCPxj e1d17e92e0 jsonrpc: Implement command_fail_detailed. 7 years ago
ZmnSCPxj 551dfedc4a jsonrpc: Internal: Support changing the error code internally. 7 years ago
ZmnSCPxj b2133e969f jsonrpc: Trivial compliance with JSON-RPC Error Object. 7 years ago
ZmnSCPxj 8c527f3931 common/json: Implement json_add_snum for signed numbers. 7 years ago
Christian Decker 1da27c51c2 gossip: Remove annoying nonlocal_gossip_broadcast_done status 7 years ago
Christian Decker a7a6b4646a json-rpc: Remove alarming debug statement 7 years ago
Christian Decker 3d2ef44064 gossipd: Do not report bind failures for IPv4 7 years ago
Christian Decker 8bf9f28a79 doc: Specify that pruned nodes do not work currently 7 years ago
Christian Decker 45c935ddba pytest: Have the db_query helper work on a copy of the DB 7 years ago
Rusty Russell 24ba5d6250 channeld: don't spam with all our attempts to commit. 7 years ago
Ronald van der Meer 8e087c1d71 clarified lightning-cli help dev-setfees description 7 years ago
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