Commit Graph

23 Commits

Author SHA1 Message Date
Jesse de Wit
833c79e27f fix the lsps2 cltv delta check
It was wrongly assumed that the lsp had to enforce a cltv delta +2. It is
actually the recipient creating invoices with a cltv delta +2, but the LSP does
not have anything to do with that.
2024-01-19 17:00:09 +01:00
Jesse de Wit
956835e228 update docs to reflect latest lnd/cln versions 2024-01-19 09:20:53 +01:00
Jesse de Wit
cf87b016e0 upgrade lnd code dependency to 0.17.2 2024-01-19 09:20:52 +01:00
Jesse de Wit
9242567cf1 itest: set individual test timeout to 6 minutes 2024-01-05 10:33:19 +01:00
Jesse de Wit
7cf4ebc5d9 cancel previous CI on same pull request 2023-12-12 11:39:50 +01:00
Jesse de Wit
d8bee41243 make cln client recoverable after cln connection loss 2023-12-12 11:39:49 +01:00
Jesse de Wit
3b0baff6a2 fix lsps2 tests not running 2023-12-11 22:20:54 +01:00
Roei Erez
27bf350a93 remove enable-debugbuild 2023-12-06 13:42:06 +02:00
Roei Erez
b4d60ae3ee change --enable-developer to --enable-debugbuild 2023-12-06 11:22:15 +02:00
Roei Erez
1e1e7362a6 change cln version to 23.11 2023-12-06 11:14:24 +02:00
Jesse de Wit
501cc72998 CI: reduce test parallelism 2023-11-09 13:34:50 +01:00
Jesse de Wit
ba1e4074eb lsps2: add integration tests 2023-11-06 14:16:25 +01:00
Jesse de Wit
2864710ba2 lsps2: implement lsps2.buy 2023-11-06 14:12:37 +01:00
Jesse de Wit
ecd98d0975 run unit tests in CI 2023-11-06 14:12:36 +01:00
Jesse de Wit
b406d8ea53 lsps2: implement get_info 2023-11-06 14:12:36 +01:00
Jesse de Wit
25d205e05c lsps2: implement lsps2.get_versions 2023-11-06 14:11:30 +01:00
Jesse de Wit
06dfa7c334 lsps0: add integration test 2023-11-06 14:11:29 +01:00
Jesse de Wit
c25a6e1a85 add integration tests for LND lsp CLN client 2023-10-18 01:45:23 +02:00
Jesse de Wit
2c396656e4 update core lightning to v23.08 2023-08-28 12:38:16 +02:00
Jesse de Wit
327d9d37a6 use bitcoincore.org for CI 2023-08-07 11:59:03 +02:00
Jesse de Wit
7c12c5f7ec use lntest 0.0.26 and update docs/ci 2023-08-07 11:55:29 +02:00
Jesse de Wit
5813a9a59c run integration tests on pull request 2023-07-28 17:07:40 +02:00
lndev
36f7b87b29 Add GitHub Actions for Bitcoin, c-lightning, and LND setup and integration tests
- A new GitHub Actions workflow for running integration tests has been added. This workflow is defined in .github/workflows/integration_tests.yaml.
- New GitHub Actions for setting up Bitcoin, c-lightning, and LND environments have been implemented.
- The actions use caching for quick builds.
- The .gitignore file has been updated.
- LND and CLN setup and tests now run in their own individual jobs, which should improve the workflow speed.
- Introduced a new reusable action for handling test states.
2023-07-28 15:55:18 +02:00