9398 Commits (master)
 

Author SHA1 Message Date
Rusty Russell 9bb2b4a909 pytest: fix flake in test_no_fee_estimate() 4 years ago
Rusty Russell c397efee1c pytest: fix pay flake. 4 years ago
Christian Decker eab0beaf1b readme: Replace outdated Travis-CI badge with Github Actions badge 4 years ago
Christian Decker 927eda065b make: Add target to check generated/derived files were checked in 4 years ago
Christian Decker 8818645316 Regenerate derived files 4 years ago
Christian Decker 87d3818c63 wallet: Fix a potential memory leak when loading state changes 4 years ago
Christian Decker 1341ca2ae0 pytest: Stabilize test_onchain_feechange 4 years ago
Christian Decker 5a066d8536 pytest: Stabilize test_forward_event_notification 4 years ago
Christian Decker ec04e1bee5 pytest: Stabilize funding cancel race by killing in parallel 4 years ago
Christian Decker c34b0768e6 gci: Split test configurations into groups 4 years ago
Christian Decker 2b5e0c9f35 gci: Move the setup and build steps into their own scripts 4 years ago
Christian Decker e677486fcc pay: Check for self-payments before attempting to pay 4 years ago
Christian Decker 9869083a79 plugin: Check that we have a non-empty route in libplugin 4 years ago
Christian Decker d2281f53df pytest: Reproduce #4345 4 years ago
keblek ce6da69cc3 Regtest does not exist to the CLI 4 years ago
keblek 50771b5e76 Added regtest, example, k and null explanation 4 years ago
Christian Decker d134580419 doc: Update the recommonmark extension for RTD compilation 4 years ago
Christian Decker f916bfcf55 cleanup: Update generated files 4 years ago
niftynei 5b2be130a5 df-tests: use `excess_as_change`, test two-sided channels better 4 years ago
niftynei 0d4bb06dad reservations: add weight of fee-output to weight calculation 4 years ago
niftynei ea95ad9c12 fund/utxopsbt: flag 'excess_as_change' to add a change output for excess 4 years ago
Rusty Russell f3159ec4ac pytest: detect warnings, too. 4 years ago
Rusty Russell 6b11cc8b8c common: disallow NULL channel_id to peer_failed_err. 4 years ago
Rusty Russell f4ee41a989 common: remove peer_failed in favor of peer_failed_warn/peer_failed_err 4 years ago
Rusty Russell e6cefc4b00 common: infrastructure to construct warning messages. 4 years ago
Rusty Russell d14e273b04 common: treat all "all-channels" errors as if they were warnings. 4 years ago
Rusty Russell a7c5a1f1d2 lightningd: implement receiving warnings. 4 years ago
Rusty Russell f0659d0ab0 pytest: fix false bad gossip issue in test_forward 4 years ago
Rusty Russell c5bd518d2f gossmap: change local API. 4 years ago
Rusty Russell 1490ae4cf6 common: support transitory local map additions to gossmap. 4 years ago
Rusty Russell 3fc8b1cd20 common: fix gossmap min/max rounding. 4 years ago
Rusty Russell cc4ea9420a common: extract fp16 routines into their own file. 4 years ago
Rusty Russell 06a54606a3 check-includes: allow redundant "config.h" 4 years ago
Michael Schmoock c8198d9820 pyln-testing: add `scids` param to `wait_for_htlcs` 4 years ago
Michael Schmoock d76ca6ed35 pyln-testing: improve `wait_for` a bit 4 years ago
Rusty Russell 9da191e034 docs: document addgossip API. 4 years ago
Rusty Russell 1a85edd207 lightningd: no longer forward failures to gossipd, let caller do it. 4 years ago
Rusty Russell 780fc25413 pay: inject channel updates from errors ourselves. 4 years ago
Rusty Russell 3c5502426b lightningd: addgossip API to inject gossip messages. 4 years ago
Rusty Russell f1c599516e gossipd: add an internal flag to force a channel update 4 years ago
Rusty Russell 82ed71d621 connectd: don't crash if connect() fails immediately. 4 years ago
Rusty Russell 0056dd7557 lightningd: disallow --daemon without --log-file. 4 years ago
Rusty Russell 5eb209f57a bitcoind: remove v0.9.0-compat for rejecting sendrawtransaction arg. 4 years ago
Rusty Russell 406eb37717 listsendpays: remove deprecated "null" amount_msat. 4 years ago
Michael Schmoock 9eeb290637 chore: cleanup some nits 4 years ago
Michael Schmoock bc40287ade pytest: peer_connected chainable tests 4 years ago
Michael Schmoock 91bdb6d2d9 feat: make peer_connected hook chainable 4 years ago
Michael Schmoock 54675546ab doc: openchannel note close_to can only be set once 4 years ago
Michael Schmoock 7106349eab doc: document peer_connected hook chainable 4 years ago
Michael Schmoock bdf0d60fd6 chore: fix typo in openchannel hook log 4 years ago