f321x
708aefb036
swapserver: add commands for stats
...
Adds two command to the swapserver plugin to retrieve some stats so swap
providers can see more easily what is going on on their swapserver.
2025-09-05 15:39:51 +02:00
ThomasV
8f3490c87e
recursive config file
...
move plugin variables into sub dictionaries of user config
2025-04-11 19:06:48 +02:00
SomberNight
a99c454c00
plugin ConfigVars: enforce "key" starts with name of plugin
2025-03-19 16:49:56 +00:00
SomberNight
b132e357a3
plugin ConfigVars: define vars less dynamically
...
and restore ability to have different internal ConfigVar name and user-visible "key"
(Keys are hard to change as that breaks compat, but it is nice to be able to change
the internal var name, to reorganise stuff sometimes. After new ConfigVars are added,
sometimes we get better insight into how the older ones should have been named.)
follow-up https://github.com/spesmilo/electrum/pull/9648
2025-03-19 16:42:51 +00:00
ThomasV
d8964a00e7
config vars for plugins
2025-03-19 11:59:05 +01:00
f321x
a9f8048251
use manifest.json instead of loading init file for plugin registration
2025-03-19 10:38:20 +01:00
ThomasV
3e7d4749cf
turn classmethod 'find_all_plugins' into an instance method.
...
change 'use_' prefix to 'enable_plugin_'
2024-04-13 11:35:49 +02:00
SomberNight
f30d81a98f
swapserver plugin: fix doc
2024-01-17 01:15:14 +00:00
ThomasV
a300b8968a
swapserver: do not expose the swapserver plugin in qt
2023-08-27 11:10:09 +02:00
ThomasV
1b14692f30
swapserver: cleanup, add description
2023-07-26 19:20:18 +02:00
ThomasV
098c65d732
submarine swap server plugin:
...
- hold invoices
- uses the same web API as the Boltz backend
2023-07-26 19:20:18 +02:00