From 368da935db22f1dd7eaa72e13dc5a2abbe41a1dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Tue, 17 Dec 2024 09:02:34 +0100 Subject: [PATCH] chore: update to corelightning 24.11 (#2836) --- .github/workflows/regtest.yml | 1 + poetry.lock | 8 ++++---- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/regtest.yml b/.github/workflows/regtest.yml index bcb83de53..4e6cfafc5 100644 --- a/.github/workflows/regtest.yml +++ b/.github/workflows/regtest.yml @@ -36,6 +36,7 @@ jobs: run: | git clone https://github.com/lnbits/legend-regtest-enviroment.git docker cd docker + git checkout cln-24-11 chmod +x ./tests ./tests sudo chmod -R a+rwx . diff --git a/poetry.lock b/poetry.lock index c6b3a058a..423e21463 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2110,13 +2110,13 @@ files = [ [[package]] name = "pyln-client" -version = "24.8.1" +version = "24.11" description = "Client library and plugin library for Core Lightning" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyln_client-24.8.1-py3-none-any.whl", hash = "sha256:4a389de96813a23b587007f181a5d4ba37bb8a4ac6bed7074a591b6b710e4615"}, - {file = "pyln_client-24.8.1.tar.gz", hash = "sha256:47e1bcadc91df511b7dbd66059d25a6c67fb0d49953291762272abf151fe8846"}, + {file = "pyln_client-24.11-py3-none-any.whl", hash = "sha256:0daa689e980fdd0367800453b7038c0faf47e89c2e35f31a4ec231493c3d241d"}, + {file = "pyln_client-24.11.tar.gz", hash = "sha256:243320ebfc4ca6705ec31f35dbf07decf7d50e3c172d9506d5b8f355c88dd455"}, ] [package.dependencies] @@ -3213,4 +3213,4 @@ liquid = ["wallycore"] [metadata] lock-version = "2.0" python-versions = "^3.12 | ^3.11 | ^3.10 | ^3.9" -content-hash = "e8077cd36e9647b0715d8aceeda4505eef0fe3d8eb0eb599025ea1584855c134" +content-hash = "3e025d35ed780a800a93a6639a3ff3cac482e3b2e3a80715cdb90fbf43d25271" diff --git a/pyproject.toml b/pyproject.toml index 83e443f95..e8ea7d889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ websockets = "11.0.3" loguru = "0.7.2" grpcio = "1.66.1" protobuf = "5.28.0" -pyln-client = "24.8.1" +pyln-client = "24.11" pywebpush = "1.14.1" slowapi = "0.1.9" websocket-client = "1.8.0"