24 Commits (704d30edce04c7f46ba982e2433d8b4b6610a5a6)

Author SHA1 Message Date
Christian Decker f1e931f7bb pytest: Fix flaky test_logging 6 years ago
Rusty Russell 33c6285787 feerates: turn it into a simple query API, remove setting. 6 years ago
Rusty Russell e2d4b7cc8d cleanup: extract and formalize feerate conversion. 6 years ago
Rusty Russell af4fa9a359 feerates: rename sipa/bitcoind to perkw/perkb. 6 years ago
Rusty Russell a4b952ebc7 feerate: include rough estimates of actual tx costs. 6 years ago
Rusty Russell 14294642d2 feerates: consider last three raw values for min/max. 6 years ago
Rusty Russell c7c5affa3f feerates: new command to inject/query fee estimates. 6 years ago
Rusty Russell 7925469f88 pytest: fix flaky assert in test_htlc_send_timeout. 6 years ago
Rusty Russell 607d4bf9d2 channel: update fees after lockin. 6 years ago
Christian Decker 8f56d64a1f log: Append the current time to the crash log filename 6 years ago
Rusty Russell 00696277d2 logging: always dump a crash log, but make files per-pid. 6 years ago
Rusty Russell 213be90e77 log: implement reopening log-file on SIGHUP 6 years ago
Rusty Russell 7a77b81dff pytest: always use the fake-bitcoin-cli, name it more appropriately. 6 years ago
Rusty Russell 5e20eedb41 pytest: allow more elaborate bitcoin-cli override. 6 years ago
Rusty Russell 3454ca57a2 pytest: remove DEVELOPER guard for test_ping 6 years ago
Rusty Russell 9d8b3a070b pytest: make test_htlc_send_timeout more reliable. 6 years ago
Rusty Russell 65c882ca3a Minor cleanups. 6 years ago
Rusty Russell 63e4ea17af channeld: don't commit until we've seen recent incoming msg, ping if required. 6 years ago
Rusty Russell ebd229fb37 pytest: add test for HTLC timeout when a node is unreachable (xfail). 6 years ago
Rusty Russell 71575b2115 ping: no longer a dev_ command. 6 years ago
Rusty Russell 329270525c pytest: only use dev-allow-localhost when needed. 6 years ago
Rusty Russell d8a6028214 connectd: fix binding to same port on IPv4 and IPv6. 6 years ago
Christian Decker 2a14a98ead pytest: Migrate test_withdraw to use LightningNode.db_query 6 years ago
Christian Decker d3731b08b1 pytest: Migrate all remaining tests into test_misc.py 6 years ago