4531 Commits (4198cb34a28523f7a5559c5b839270a72b1f5413)
 

Author SHA1 Message Date
Mark Beckwith 8f17191099 param: upgraded json_tok_tok to advanced callback 7 years ago
Christian Decker a97955845f pytest: dev-ping was renamed to ping 7 years ago
Rusty Russell 35d7449259 connectd: initialize peer->conn. 7 years ago
Rusty Russell f8aed1b4b0 pytest: add reconnection stress test. 7 years ago
Rusty Russell fefb7faba7 pytest: try a simple reconnection test. 7 years ago
Cryptcoin Junkey 16190805cc Use port 80 instead of 11371 for accessing the keyserver. 7 years ago
Rusty Russell 9d8b3a070b pytest: make test_htlc_send_timeout more reliable. 7 years ago
Rusty Russell 65c882ca3a Minor cleanups. 7 years ago
Rusty Russell 63e4ea17af channeld: don't commit until we've seen recent incoming msg, ping if required. 7 years ago
Rusty Russell 93e445daf5 channeld: send our own pings whenever we indicate we want to send a commitment. 7 years ago
Rusty Russell 223cd97c94 lightningd: kill channeld if we added an HTLC and it didn't commit in 30 seconds. 7 years ago
Rusty Russell ebd229fb37 pytest: add test for HTLC timeout when a node is unreachable (xfail). 7 years ago
Rusty Russell 86a46cb1d4 channeld: push TCP output on commitment and revocation messages. 7 years ago
Rusty Russell db22d2366e crypto_sync: sync_crypto_write_no_delay to flush TCP after critical packets. 7 years ago
Rusty Russell 71575b2115 ping: no longer a dev_ command. 7 years ago
Rusty Russell be7a27a765 connect: randomize backoff a little. 7 years ago
Rusty Russell 4f1186c4b1 connectd: iterate through all known addresses for a peer, not just one. 7 years ago
Rusty Russell 74568a1c50 lightningd: peer_start_channeld always returns true; make it void. 7 years ago
Rusty Russell 7c856470e2 wallet: add buildtime and runtime assertions on db enums. 7 years ago
Rusty Russell 1dde233a48 wallet: put explicit hook in for fatal error testing. 7 years ago
Rene Pickhardt 8b902729b9 added a test case so that the enum wallet_payment_status which is critical for the communitcation with the data store will not accidentely being changed by some developer 7 years ago
Mark Beckwith bd5bf1f168 Enhanced param parsing 7 years ago
Christian Decker d124f22421 travis: Actually build with clang if we want to 7 years ago
Rusty Russell 51c65ebc42 CHANGELOG: add openingd change. 7 years ago
Rusty Russell b4e6a0fcad peer_failed: write error message to peer directly. 7 years ago
Rusty Russell d8d4b19f3a connectd: remove separate address hint message. 7 years ago
Rusty Russell 8939a5001b connectd: rely on the master to tell us to reconnect. 7 years ago
Rusty Russell 30f08cc2b0 connectd: always tell master when connection fails/succeeded. 7 years ago
Rusty Russell 684d60dbda lightningd: don't call connectd if we already know about peer. 7 years ago
Rusty Russell 8b5c80f42a opening_control.c: make sure we always clean up in error cases. 7 years ago
Rusty Russell 035362e151 openingd: don't exit when we receive an error. 7 years ago
Rusty Russell 174c79acad openingd: tell master if funding failed, but don't exit. 7 years ago
Rusty Russell b39ee8bef5 openingd: make remoteconf a non-pointer member. 7 years ago
Rusty Russell 909cd4136b openingd: get told if we can't let them open a new channel. 7 years ago
Rusty Russell 9ad2b26224 connectd: remove 'local_peer_state' 7 years ago
Rusty Russell 5624afc340 connectd: clean up unused structure fields. 7 years ago
Rusty Russell 02966a4857 connectd: remove unused handback APIs and code. 7 years ago
Rusty Russell e59cbb3e2c pytest: make sure receiving peer's openingd is ready. 7 years ago
Rusty Russell 50f5eb34b4 openingd: take peer before we're opening, wait for explicit funding msg. 7 years ago
Rusty Russell 5cd72c9620 connectd: explicitly log whether connection is IN or OUT. 7 years ago
Rusty Russell 5135d3ad7d pytest: make sure we truncate disconnect file for blackhole processes. 7 years ago
Rusty Russell 8668b0028e pytest: make sure both sides of channel are ready before returning from fund_channel 7 years ago
Rusty Russell 329270525c pytest: only use dev-allow-localhost when needed. 7 years ago
Ronald Mannak e47ac33a37 Fix readme docker-compose port setting 7 years ago
Rusty Russell fedcfd661f pytest: hand 'True' to decoderawtransaction so it doesn't get confused. 7 years ago
Rusty Russell 58d090c3c2 pytest: fix flaky test. 7 years ago
Rusty Russell 60b95d4764 pylightning: add method and payload as proper fields. 7 years ago
Rusty Russell d8a6028214 connectd: fix binding to same port on IPv4 and IPv6. 7 years ago
Rusty Russell 17f7f50814 wireaddr: correctly parse ':portnum' (meaning IPv4 and IPv6) 7 years ago
Corné Plooy f1df9dfa4d lightning-cli: consider empty inputs to be strings 7 years ago