Commit Graph

800 Commits

Author SHA1 Message Date
daywalker90
636f4e8aa0 removed unmaintained nostrify 2024-02-09 15:08:13 +01:00
Michael Schmoock
b000c701e3 github: fix workflow badge on readme page
The old badge was pointing to the workflows name
https://github.com/lightningd/plugins/workflows/Integration%20Tests/badge.svg

However this seems to be always failing. Pointing to the workflow file main.yml,
which only contains the one integration test workflow, gives a now green
badge.

I'm not totally into the github internals, so maybe I'm mistaken on
this one. Feedback appreciated.
2024-02-07 13:00:55 +01:00
fmhoeger
92186296e2 Rename directory 'Unmaintained' back to 'archived'
Update text and links for archived plugins in README
2024-02-06 20:29:25 +00:00
fmhoeger
63d33e643e Update README
Add new section Unmaintained plugins
Cleanup and sort plugin and link lists
2024-02-06 20:29:25 +00:00
fmhoeger
38402c41a1 Revert changes in drain, historian, jitrebalance, probe, summary, noise, feeadjuster 2024-02-06 20:29:25 +00:00
fmhoeger
08c2c24e46 Move jitrebalance, feeadjuster, noise to Unmaintained directory 2024-02-06 20:29:25 +00:00
fmhoeger
7bf1ab844b Add cln-version 'master' and 'v23.11' to matrix 2024-02-06 20:29:25 +00:00
fmhoeger
e538e3d559 Rename directory 'archive' to 'Unmaintained' 2024-02-06 20:29:25 +00:00
fmhoeger
7cbfcaf025 Use ubuntu-22.04 image for CI completion job 2024-02-06 20:29:25 +00:00
fmhoeger
4e27478254 Add bitcoind-version 26.0 to matrix
Remove bitcoind-version 22.0 from matrix
2024-02-06 20:29:25 +00:00
fmhoeger
e5dbaea255 Update Python versions in README 2024-02-06 20:29:25 +00:00
fmhoeger
71bc886052 Update packages in pyproject.toml and poetry.lock 2024-02-06 20:29:25 +00:00
fmhoeger
4ec7a9f5fb Update CLN version in Dockerfile 2024-02-06 20:29:25 +00:00
fmhoeger
37cd99c7cf Require Python >= 3.8 for poetry dependencies 2024-02-06 20:29:25 +00:00
Chris Guida
3754a9e0f8 Demote autopilot, backup, donations, drain, helpme, historian, paytest, probe, prometheus, rebalance, and summary to the archive
drain: fix drain msats
drain: failing CI because of msats
historian: add inotify to historian deps
historian: update lockfile
2024-02-06 20:29:25 +00:00
Chris Guida
009a0fbad8 Use latest release tag v23.11 for c-lightning instead of master; update GitHub action versions 2024-02-06 20:29:25 +00:00
Chris Guida
5305dbea0c Remove all references to DEVELOPER env var 2024-02-06 20:29:25 +00:00
Chris Guida
03ebec0dd7 Update Python versions to >=3.8,<=3.12: update bitcoind version to 22.0 2024-02-06 20:29:25 +00:00
Gálli Zoltán
78e2d06c11 rebalance: average forward fee report is optional
- listforwards call takes half a minute on my machine and consumes lots of memory, as I have hundreds of thousands of forwards right now
- it's an option to turn this part of the report off, although by default it's turned on for backward compatibility (others may use this already)
2024-02-06 12:44:18 +01:00
ShahanaFarooqui
cf96eb63c1 Removing commando from archived plugins list 2024-01-17 11:27:10 +01:00
Christian Decker
ce078bb74e prom: More msat-purge... 2023-07-20 14:12:08 +02:00
Christian Decker
a3d3388d6a prom: Fix breakage due to msat purge
Closes #450
2023-07-20 14:12:08 +02:00
Yuki Kishimoto
1713f9aebb Add cln-ntfy 2023-06-02 18:16:32 +02:00
Michael Schmoock
eee5e90df4 clearnet: adds clearnet plugin
This can be used to enfroce clearnet connections on all peers
or a given `peer_id`.
2023-04-28 14:57:55 +02:00
Michael Schmoock
1dd81089af feeadjuster: fix median for empty lists 2023-03-22 13:39:00 +01:00
Michael Schmoock
79ea6c9aa1 feeadjuster: set base fee for median strategy 2023-03-22 13:39:00 +01:00
Michael Schmoock
a662b399c5 feeadjuster: update to CLN 23.02 listpeerchannels 2023-03-22 13:39:00 +01:00
Clay Shoaf
8f740bf4d4 Added allmsgs command to noise to print all msgs 2023-03-21 10:32:52 +00:00
Joel Klabo
4f2e9b7684 Update to 1.0.1 to Fix DM Recipient Issue 2023-03-20 13:22:57 +00:00
Joel Klabo
0fe36be10a Update Nostrify v1.0.0 2023-03-20 13:22:57 +00:00
Joel Klabo
d5412cbe89 Update Actions to v3 to fix Node.js 12 Warnings 2023-03-20 12:13:54 +00:00
Christian Decker
12fbf9387d ci(Mergify): configuration update
Signed-off-by: Christian Decker <null>
2023-03-20 12:25:50 +01:00
Christian Decker
a463c22e59 ci(Mergify): configuration update
Signed-off-by: Christian Decker <null>
2023-03-19 17:42:56 +01:00
Christian Decker
b277845ba6 ci(Mergify): configuration update
Signed-off-by: Christian Decker <null>
2023-03-19 15:43:26 +01:00
dependabot[bot]
a71726471f build(deps): bump werkzeug from 2.2.2 to 2.2.3 in /backup
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.2.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 21:30:06 +01:00
dependabot[bot]
a0b57c861b build(deps): bump werkzeug from 2.2.2 to 2.2.3 in /historian
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.2.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 17:53:05 +01:00
dependabot[bot]
2da319ad9b build(deps): bump werkzeug from 2.2.2 to 2.2.3 in /donations
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.2.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 17:03:37 +01:00
Michael Schmoock
ef322df7a6 currencyrate: fix usage type
The actual rate command is `currencyrates` (plural!).
I just fixed the README.md, however it would be better to
have the plugins name `currencyrate` aligned with its main method
to circumvent users having issues trying around with a new plugin.

@rusty: maybe we add a method `currencyrate` (w/o plural) that simply
calls `currencyrates`...
2023-03-15 17:56:10 +01:00
Vincenzo Palazzo
e814a54818 fix(noise): fix tests
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2023-03-08 13:36:17 +01:00
Vincenzo Palazzo
11f2149a3c feat(noise): add the requirements-dev.txt
Developers can have a easy dependencies
listed inside the requirements-dev.txt

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2023-03-08 13:36:17 +01:00
Vincenzo Palazzo
3cc4dcf7b1 ci: add flaky in the CI required by noise
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2023-03-08 13:36:17 +01:00
Vincenzo Palazzo
0ae5f993e8 fix(noise): add the requirements.txt file
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2023-03-08 13:36:17 +01:00
Rusty Russell
f174a61f73 currencyrate: remove nonfunctional localbitcoins API.
```
plugin-currencyrate.py: https://localbitcoins.com/bitcoinaverage/ticker-all-currencies/: USD not in {}
```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-03-07 18:19:01 +01:00
Michael Schmoock
4138896223 summary: request ascii mode 2023-02-23 18:15:33 +01:00
Michael Schmoock
30003279e3 summary: check and dismiss old datastores 2023-02-10 18:33:43 +01:00
Michael Schmoock
e79545e9a2 summary: save datastore usage by compater objects 2023-02-10 18:33:43 +01:00
Michael Schmoock
b52360c0cd summary: replace shelve with datastore using pickle
Usage of python shelve caused a lot of issues in the past.
2023-02-10 18:33:43 +01:00
Michael Schmoock
07f9fcfa78 summary: optimize table alignment 2023-02-10 18:33:43 +01:00
Michael Schmoock
6e2b1274fc summary: lowercase the given parameter
Also renames the 'PERMIL' column to 'PPM' which, at least for me, is
more common when it comes to fees.
2023-02-10 18:33:43 +01:00
Michael Schmoock
24bad1c988 summary: adds sortkey parameter and argument 2023-02-10 18:33:43 +01:00