Commit Graph

  • 07d5d80dc7
    Fix typo in doc/BACKUP.md patch-1 Luke Childs 2021-02-18 13:03:50 +0700
  • 9bb2b4a909 pytest: fix flake in test_no_fee_estimate() master docs Rusty Russell 2021-02-11 15:39:35 +1030
  • c397efee1c pytest: fix pay flake. Rusty Russell 2021-02-11 11:57:58 +1030
  • eab0beaf1b readme: Replace outdated Travis-CI badge with Github Actions badge Christian Decker 2021-02-10 11:38:26 +0100
  • 927eda065b make: Add target to check generated/derived files were checked in Christian Decker 2021-02-10 11:23:34 +0100
  • 8818645316 Regenerate derived files Christian Decker 2021-02-09 15:34:24 +0100
  • 87d3818c63 wallet: Fix a potential memory leak when loading state changes Christian Decker 2021-02-08 13:19:03 +0100
  • 1341ca2ae0 pytest: Stabilize test_onchain_feechange Christian Decker 2021-02-08 10:25:38 +0100
  • 5a066d8536 pytest: Stabilize test_forward_event_notification Christian Decker 2021-02-06 12:18:36 +0100
  • ec04e1bee5 pytest: Stabilize funding cancel race by killing in parallel Christian Decker 2021-02-01 18:07:40 +0100
  • c34b0768e6 gci: Split test configurations into groups Christian Decker 2021-02-01 17:22:32 +0100
  • 2b5e0c9f35 gci: Move the setup and build steps into their own scripts Christian Decker 2021-02-01 17:09:40 +0100
  • e677486fcc pay: Check for self-payments before attempting to pay Christian Decker 2021-02-07 21:00:02 +0100
  • 9869083a79 plugin: Check that we have a non-empty route in libplugin Christian Decker 2021-02-07 20:53:35 +0100
  • d2281f53df pytest: Reproduce #4345 Christian Decker 2021-02-07 18:35:37 +0100
  • ce6da69cc3 Regtest does not exist to the CLI keblek 2021-02-08 11:08:28 +0100
  • 50771b5e76 Added regtest, example, k and null explanation keblek 2021-02-06 15:21:13 +0100
  • d134580419 doc: Update the recommonmark extension for RTD compilation Christian Decker 2021-02-04 19:23:51 +0100
  • f916bfcf55 cleanup: Update generated files Christian Decker 2021-02-06 12:32:17 +0100
  • 5b2be130a5 df-tests: use `excess_as_change`, test two-sided channels better niftynei 2021-02-02 16:13:42 -0600
  • 0d4bb06dad reservations: add weight of fee-output to weight calculation niftynei 2021-02-02 16:04:31 -0600
  • ea95ad9c12 fund/utxopsbt: flag 'excess_as_change' to add a change output for excess niftynei 2021-02-02 13:43:15 -0600
  • f3159ec4ac pytest: detect warnings, too. Rusty Russell 2021-02-03 14:41:09 +1030
  • 6b11cc8b8c common: disallow NULL channel_id to peer_failed_err. Rusty Russell 2021-02-03 13:21:41 +1030
  • f4ee41a989 common: remove peer_failed in favor of peer_failed_warn/peer_failed_err Rusty Russell 2021-02-02 23:19:01 +1030
  • e6cefc4b00 common: infrastructure to construct warning messages. Rusty Russell 2021-02-02 23:18:01 +1030
  • d14e273b04 common: treat all "all-channels" errors as if they were warnings. Rusty Russell 2021-02-02 23:17:01 +1030
  • a7c5a1f1d2 lightningd: implement receiving warnings. Rusty Russell 2021-02-02 23:16:01 +1030
  • f0659d0ab0 pytest: fix false bad gossip issue in test_forward Rusty Russell 2021-02-02 23:15:01 +1030
  • c5bd518d2f gossmap: change local API. Rusty Russell 2021-02-02 15:35:05 +1030
  • 1490ae4cf6 common: support transitory local map additions to gossmap. Rusty Russell 2021-02-02 11:05:23 +1030
  • 3fc8b1cd20 common: fix gossmap min/max rounding. Rusty Russell 2021-02-01 13:29:34 +1030
  • cc4ea9420a common: extract fp16 routines into their own file. Rusty Russell 2021-02-01 13:29:18 +1030
  • 06a54606a3 check-includes: allow redundant "config.h" Rusty Russell 2021-02-01 13:28:50 +1030
  • c8198d9820 pyln-testing: add `scids` param to `wait_for_htlcs` Michael Schmoock 2021-02-03 12:21:36 +0100
  • d76ca6ed35 pyln-testing: improve `wait_for` a bit Michael Schmoock 2021-02-03 12:14:38 +0100
  • 9da191e034 docs: document addgossip API. Rusty Russell 2021-02-02 15:46:22 +1030
  • 1a85edd207 lightningd: no longer forward failures to gossipd, let caller do it. Rusty Russell 2021-02-02 15:46:22 +1030
  • 780fc25413 pay: inject channel updates from errors ourselves. Rusty Russell 2021-02-02 15:46:22 +1030
  • 3c5502426b lightningd: addgossip API to inject gossip messages. Rusty Russell 2021-02-02 15:46:20 +1030
  • f1c599516e gossipd: add an internal flag to force a channel update Rusty Russell 2021-01-29 10:30:09 +1030
  • 82ed71d621 connectd: don't crash if connect() fails immediately. Rusty Russell 2021-01-28 10:06:49 +1030
  • 0056dd7557 lightningd: disallow --daemon without --log-file. Rusty Russell 2021-01-25 11:42:23 +1030
  • 5eb209f57a bitcoind: remove v0.9.0-compat for rejecting sendrawtransaction arg. Rusty Russell 2021-01-29 10:31:09 +1030
  • 406eb37717 listsendpays: remove deprecated "null" amount_msat. Rusty Russell 2021-01-29 10:30:09 +1030
  • 9eeb290637 chore: cleanup some nits Michael Schmoock 2021-01-26 19:41:41 +0100
  • bc40287ade pytest: peer_connected chainable tests Michael Schmoock 2021-01-26 19:35:33 +0100
  • 91bdb6d2d9 feat: make peer_connected hook chainable Michael Schmoock 2021-01-25 14:47:47 +0100
  • 54675546ab doc: openchannel note close_to can only be set once Michael Schmoock 2021-01-19 12:37:07 +0100
  • 7106349eab doc: document peer_connected hook chainable Michael Schmoock 2021-01-19 12:36:31 +0100
  • bdf0d60fd6 chore: fix typo in openchannel hook log Michael Schmoock 2021-01-17 13:48:36 +0100
  • 3a0b1c5b1d pytest: improve test_openchannel_hook_chaining Michael Schmoock 2021-01-27 13:17:20 +0100
  • 67f2939540 pytest: custommsg chainable tests Michael Schmoock 2021-01-27 12:56:29 +0100
  • 4e8d3f395b doc: document custommsg hook now chainable Michael Schmoock 2021-01-27 12:50:30 +0100
  • 8e71c7a1f1 feat: make custommsg hook chainable Michael Schmoock 2021-01-27 12:49:55 +0100
  • a5f16ab5b1 pyln: Catch OSError when cleaning up test directories Christian Decker 2021-01-26 17:07:27 +0100
  • fc071c6784 travis: Goodbye Travis, hello github actions Christian Decker 2021-01-26 15:38:17 +0100
  • 2834aaced0 gci: Stabilize test_forward_event_notification Christian Decker 2021-01-25 14:58:07 +0100
  • 04df500f8e gci: Add the JSON report plugin to the ci configuration Christian Decker 2021-01-25 13:37:49 +0100
  • ea67710e01 pyln: Pretty print RPC calls in the testing framework Christian Decker 2021-01-25 12:35:16 +0100
  • 3ff82216c5 gci: Give each configuration an CFG value to identify them later Christian Decker 2021-01-23 11:55:52 +0100
  • 80ef684d25 gci: Pin mypy to version 0.790 since 0.800 gives strange errors Christian Decker 2021-01-22 14:56:05 +0100
  • bb15d7f042 gci: Upload the junit.xml report Christian Decker 2021-01-21 19:54:50 +0100
  • 14b64ecc7e gci: Switch to the flaky plugin Christian Decker 2021-01-21 16:13:24 +0100
  • 62cb1c3fbc pytest: Stabilize test_forward_stats Christian Decker 2021-01-21 15:29:00 +0100
  • da2e956538 pytest: Stabilize test_routing_gossip Christian Decker 2021-01-21 15:06:39 +0100
  • 5ecaff65ee pytest: Give each run of the hsmtool its own pty Christian Decker 2021-01-21 14:54:44 +0100
  • 1463797c61 pytest: Stabilize test_funding_close_upfront Christian Decker 2021-01-21 12:43:55 +0100
  • bbdf35c6fe pytest: Stabilize test_closing_negotiation_reconnect Christian Decker 2021-01-21 12:17:39 +0100
  • 52e82b76b6 pytest: Stabilize test_bad_onion Christian Decker 2021-01-20 19:43:02 +0100
  • 3d4c111721 pytest: Stabilize test_multiple_channels Christian Decker 2021-01-20 18:56:14 +0100
  • 8c94d1a358 make: Remove hardcoded timeout to pytest Christian Decker 2021-01-19 21:06:25 +0100
  • 1ea0dd6af2 gci: Add pytest.ini in order to randomize the groups Christian Decker 2021-01-19 12:18:09 +0100
  • 6119f1f5fb gci: Format the build script Christian Decker 2021-01-19 12:02:02 +0100
  • cd9aa267b4 pyln: Adjust maximum load allowed by the throttler Christian Decker 2021-01-19 11:35:08 +0100
  • 542f3225e3 pytest: Parameterize process waits for hsmtool calls Christian Decker 2021-01-19 11:11:40 +0100
  • 4c3ee04bb7 pyln: Use a fair FS lock to throttle node startups Christian Decker 2021-01-18 21:05:18 +0100
  • 8cc62d76e4 pytest: Stabilize test_channel_{spendable,receivable} Christian Decker 2021-01-18 18:18:54 +0100
  • 6384cadd69 pytest: Stabilize the negotiation tests Christian Decker 2021-01-18 16:04:51 +0100
  • 04ed93f5f8 pytest: Stabilize test_funding_external_wallet_corners Christian Decker 2021-01-14 18:07:49 +0100
  • 18483ca582 pytest: Disable test_v2_open if not developer Christian Decker 2021-01-14 17:38:41 +0100
  • 7962db821c pytest: Stabilize test_channel_state_changed_bilateral Christian Decker 2021-01-14 12:42:05 +0100
  • 07f5054700 pytest: Stabilize test_setchannelfee_state Christian Decker 2021-01-14 12:26:54 +0100
  • 03449e3cf0 pytest: Stabilize test_gossip_persistence Christian Decker 2021-01-14 11:46:38 +0100
  • ae40c10bcb pytest: Stabilize test_onchain_timeout Christian Decker 2020-12-30 13:16:05 +0100
  • fc677e331a pyln: Update dependencies for all pyln packages Christian Decker 2020-12-23 12:06:48 +0100
  • c564f165fa pytest: Stabilize test_penalty_htlc_tx_timeout Christian Decker 2020-12-18 11:27:35 +0100
  • c0f06f2779 pytest: Simplify and stabilize test_reconnect_no_update Christian Decker 2020-12-17 10:32:59 +0100
  • 2b12cac31e pytest: Skip hsm encryption test if we don't have a TTY Christian Decker 2020-12-16 20:22:35 +0100
  • be77cd7669 gci: Expand matrix to include all CI configurations Christian Decker 2021-01-13 11:21:57 +0100
  • b447944285 gci: Add a tester Dockerfile Christian Decker 2021-01-09 16:37:26 +0100
  • 6934f71bf8 gci: Add basic configuration for Github Actions as CI Christian Decker 2021-01-09 16:23:06 +0100
  • 6bed85bac2 pyln: Bump pyln version to 0.9.3 before publishing on PyPI Christian Decker 2021-01-26 14:18:05 +0100
  • 483579f8b6 pyln: Pin the mypy dependency to 0.790 since 0.800 has a regression Christian Decker 2021-01-25 15:08:03 +0100
  • 46af65d2e3 git: Ignore some more generated files and artifacts Christian Decker 2021-01-21 15:05:26 +0100
  • 527cae0d4c doc: Make the release process a bit more readable Christian Decker 2021-01-21 11:34:53 +0100
  • f76a6b99e0 make: Explicitly set PYTHON_VERSION=3 for libwally Christian Decker 2021-01-21 11:33:37 +0100
  • f1962c1f4b tools: Pretty print the credits Christian Decker 2021-01-12 18:23:58 +0100
  • 46cd5d8923 tools: Allow versions to either have a v prefix or not Christian Decker 2021-01-12 13:15:29 +0100
  • 25a7bf6aa3 doc: Update release process document Christian Decker 2021-01-11 14:32:42 +0100