chore: update to corelightning 24.11 (#2836)

This commit is contained in:
dni ⚡
2024-12-17 09:02:34 +01:00
committed by GitHub
parent 81aef06f75
commit 368da935db
3 changed files with 6 additions and 5 deletions

View File

@@ -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 .

8
poetry.lock generated
View File

@@ -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"

View File

@@ -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"