Commit graph

20 commits

Author SHA1 Message Date
dependabot[bot]
2e28cc4c69 build(deps): bump cryptography in /persistent-channels
Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.1 to 50.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/48.0.1...50.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 50.0.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-06 12:06:51 +02:00
daywalker90
b8e294690e persistent-channels: add reckless manifest 2026-07-24 15:18:49 +02:00
dependabot[bot]
0ecd278fbf build(deps): bump cryptography in /persistent-channels
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 48.0.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-16 14:01:54 +02:00
dependabot[bot]
24cb46b75a build(deps): bump idna from 3.11 to 3.15 in /persistent-channels
Bumps [idna](https://github.com/kjd/idna) from 3.11 to 3.15.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
- [Commits](https://github.com/kjd/idna/compare/v3.11...v3.15)

---
updated-dependencies:
- dependency-name: idna
  dependency-version: '3.15'
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-20 00:35:21 +02:00
daywalker90
1d7612caf2 persistent-channels: update shebang versions 2026-05-12 22:00:29 +02:00
dependabot[bot]
bdf0cb5a93 build(deps-dev): bump the all-dependencies group across 2 directories with 1 update
Bumps the all-dependencies group with 1 update in the /persistent-channels directory: [pytest](https://github.com/pytest-dev/pytest).
Bumps the all-dependencies group with 1 update in the /rebalance directory: [pytest](https://github.com/pytest-dev/pytest).


Updates `pytest` from 8.4.2 to 9.0.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.3)

Updates `pytest` from 8.4.2 to 9.0.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-12 22:00:29 +02:00
daywalker90
49b36c707e ruff: update paths and rerun format 2026-05-12 15:33:07 +02:00
dependabot[bot]
3df06262c0 build(deps): bump urllib3 from 2.6.3 to 2.7.0 in /persistent-channels
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.7.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-11 21:59:09 +02:00
daywalker90
6edb4dd6c5 persistent-channels: upgrade min version of python to 3.10 and pyln packages to v25.9 2026-04-20 13:46:22 +02:00
daywalker90
306cfadcc9 python plugins: add note for systemd and uv 2025-12-22 15:27:54 +01:00
daywalker90
457c51cb7d persistent-channels: migrate to uv shebang 2025-12-05 20:39:04 +01:00
daywalker90
1d3356c2e4 format python files with ruff 2024-07-10 12:13:42 -05:00
Michael Schmoock
82b1b57690 persistent-channels: fix flake8 nits 2020-12-13 15:36:15 +01:00
Christian Decker
162b5cc977 persistent-channels: Use the correct parameter name
Some time ago we switched from `satoshi` to `amount` encoded as a suffixed
amount.
2020-05-18 22:44:49 +02:00
Christian Decker
c6e3b9f011 pytest: Rename start tests to reflect the plugin under test 2019-12-27 17:17:58 +01:00
darosior
e574a717b1 Add pyln-client requirement to all plugins 2019-12-27 17:17:58 +01:00
darosior
a8ffaa7524 persistent-channels: add basic tests 2019-12-19 14:36:20 +01:00
darosior
5a0a3a215f Add a 'requirements.txt' to probe plugin
And remove blank lines from monitor's and persistant-channels' requirements
2019-08-13 13:56:49 +02:00
Christian Decker
09faaeb759
probe: Run probes in their own thread
Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-02-20 20:10:39 +01:00
Christian Decker
39e6a6204e
persistent-channels: First implementation of persistent channels.
Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-01-21 19:45:55 +01:00