Commit Graph

772 Commits

Author SHA1 Message Date
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
Michael Schmoock
d1d89047bf summary: sort output by scid per default
The sort order got changed to random(?) I think when cln changed to have
multiple channels per peer supprt.

This restores the old sort by scid order, which is nice since old
channels are upfront.

Maybe we can add other orderings in later commits by copfig options and
`summary` method paramters.
2023-02-10 18:33:43 +01:00
Michael Schmoock
b207d2ca9f summary: fix db init when shelve has binary format updates
Sometimes when shelve gets updated, the binary format can differ
and result in first write errors on a re-opened db.

This tries to check for that and drop DB in this case.
2023-02-10 18:33:43 +01:00
Joel Klabo
0b15222df7 nostrify: Broken Link in README 2023-02-09 14:13:13 +01:00
Joel Klabo
c78970d943 nostrify: Adding v0.1.0 2023-02-08 19:00:13 +01:00
Michael Schmoock
41363694de dontaions: fix testcase test_donation_server 2023-02-08 15:32:42 +01:00
Michael Schmoock
ac86a3008b dontaions: rename options to match plugin name 2023-02-08 15:32:42 +01:00
Michael Schmoock
c8a728cdd7 donations: fix the stop method 2023-02-08 15:32:42 +01:00
Michael Schmoock
e0447276b5 donations: fix usage of deprecated validators 2023-02-08 15:32:42 +01:00
Michael Schmoock
16d49e4050 rebalance: fix cli upstream changes on listpeerchannels 2023-02-08 15:32:42 +01:00
Michael Schmoock
fe07f0d578 summary: fix cli upstream changes on listpeerchannels 2023-02-08 15:32:42 +01:00
Michael Schmoock
42fd4c4d32 monitor: fix cli upstream changes on listpeerchannels 2023-02-08 15:32:42 +01:00
Michael Schmoock
45fe611d44 jitrebalance: fix cli upstream changes on listpeerchannels 2023-02-08 15:32:42 +01:00
Michael Schmoock
2b7d41bd48 drain: fix cli upstream changes on listpeerchannels 2023-02-08 15:32:42 +01:00
Michael Schmoock
f7bf735c62 helpme: fix cli upstream changes on listpeerchannels 2023-02-08 15:32:42 +01:00
laanwj
1b8d5dde57 rebalance: Re-raise all exceptions in cleanup()
This solves an apparent logic error where errors that are not a subclass
of RpcError would be reported as succesful rebalance. Change it so that
they are re-raised too, so the caller can report them.

Should fix #355.
2023-01-09 15:37:51 +01:00
Gálli Zoltán
1b73ad8877 rebalance: handle events while rebalancing 2023-01-09 14:07:46 +01:00
elsirion
d71c164188 Add median multiplier option to feeadjuster docs 2023-01-09 13:27:11 +01:00
elsirion
b52afa1762 Add option to scale median fee adjustment strategy 2023-01-09 13:27:11 +01:00
Vincenzo Palazzo
e70a526a05 increase pyln-client version in summary
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2023-01-06 17:02:31 +01:00
feelus
28b41335b5 drain: Update README.md
Fix flipped parameter order in documentation.
2023-01-06 14:51:20 +01:00
Michael Schmoock
f3d741e7af chore: some cleanups and minor fixes
This removes debug output and corrects some code nits that have
been introduced by the big CI restoration PR #418
2023-01-02 14:43:05 +01:00
Christian Decker
7f8d4356ed gha: Add a final collection job
This depends on the matrix, but has an easy name that we can hang
other things off of.
2023-01-01 17:14:05 +01:00
Christian Decker
7d25585273 gha: Only run on pushes to master
Otherwise PRs from branches to master always spawn duplicate jobs.
2023-01-01 17:14:05 +01:00
Christian Decker
910718e5f7 gci: Configure auto-cancellation of superceded PRs 2023-01-01 17:14:05 +01:00
Christian Decker
dc09f7d434 request-invoice: Remove the plugin
It's utterly outdated, and has been replaced by a number of other
plugins, no point in keeping it around.
2023-01-01 17:14:05 +01:00
Christian Decker
a1e3eb44d2 autopilot: Relax numpy dependency
It is not compatible across all python versions, so we need installation time resolution :-(
2023-01-01 17:14:05 +01:00
Christian Decker
12a400e386 backup: Temporarily disable no-init test
It is failing since we no longer throw an exception if the daemon dies
while we wait for a log.
2023-01-01 17:14:05 +01:00
Christian Decker
c811548feb autopilot: Division by zero everywhere... 2023-01-01 17:14:05 +01:00