4762 Commits (084224f1346563d13289cc138785f779f35e67b2)
 

Author SHA1 Message Date
Rusty Russell 2314a4aa5d contrib/short_channel_id-to-txid.sh: simple mapping util. 7 years ago
Christian Decker c2aa4e51dd docker: Make the bitcoind version configurable at build time 7 years ago
Rusty Russell ab0fa7a1bd chaintopology: always cap max block to bitcoind's block height. 7 years ago
Rusty Russell 74521b3fb7 gossipd: don't delay the very first channel_update. 7 years ago
Rusty Russell bc7ca34a38 pytest: fix race in test_closing_different_fees 7 years ago
Rusty Russell f8052a6c1a chaintopology: watch UTXOs which need closeinfo when we remove blocks. 7 years ago
Rusty Russell 05f12edf60 txwatch: hand ld to callback, don't assume channel is non-NULL. 7 years ago
Rusty Russell 5d23698665 wallet: expose function to confirm a tx. 7 years ago
Rusty Russell 27835df8fd wallet: add accessor getting close-info-needed unconfirmed UTXOs. 7 years ago
Rusty Russell d280eabc1e pytest: add a resart to test_permfail that we don't forget on restart. 7 years ago
Mark Beckwith a3178b8177 param: remove old callback code 7 years ago
Mark Beckwith fa55e2cab0 param: upgraded json_tok_loglevel 7 years ago
Mark Beckwith 1fb203891d param: upgraded json_tok_short_channel_id 7 years ago
Mark Beckwith 9b28ecf8fc param: upgraded json_tok_pubkey 7 years ago
Mark Beckwith 6254d15efd param: upgraded json_tok_sha256 7 years ago
Mark Beckwith 2a0c2601c0 param: upgraded json_tok_newaddr 7 years ago
Mark Beckwith 947752b9cc param: upgraded json_tok_percent 7 years ago
Mark Beckwith 47555efc0d param: rebased master 7 years ago
Mark Beckwith 8ebc95b7b0 param: upgraded json_tok_bool 7 years ago
Mark Beckwith e5918f4e5a param: upgraded json_tok_double 7 years ago
Mark Beckwith bab8ff991a param: upgraded json_tok_u64 7 years ago
Mark Beckwith 294dc06de9 param: upgraded json_tok_number 7 years ago
conanoc 80a875a9a5 Update HACKING.md 7 years ago
mikhaelsantos 43f31c52bf fix: issue:1848 - Docker Image is not building: 7 years ago
Rusty Russell b379bec4e4 pytest: fix flakiness in test_channel_reenable. 7 years ago
Fabian Raetz 700a0d702d replace use of non standard mv -n flag 7 years ago
Rusty Russell 3454ca57a2 pytest: remove DEVELOPER guard for test_ping 7 years ago
conanoc b1900b18ab Fix DEVELOPER guard for ping 7 years ago
Simon Vrouwe 795e0e1b21 do not start fee estimation loop with option: --dev-override-fee-rates 7 years ago
Simon Vrouwe d309a7d1b9 in ./lightningd --help, tell for which network the default values 7 years ago
Douglas Schilling Landgraf 0a5dc713f0 contrib: add init file for systemd 7 years ago
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