Make it possible to create zip plugins from internal plugins

specifically:
 - add 'name' field to manifest.json
 - make 'version' optional in contrib/make_plugin
 - fix import in jade plugin
This commit is contained in:
ThomasV
2025-04-14 11:41:57 +02:00
parent eff8b65355
commit c93b13f6d9
19 changed files with 33 additions and 19 deletions

View File

@@ -1,4 +1,5 @@
{
"name": "swapserver",
"fullname": "SwapServer",
"description": "Submarine swap server for an Electrum daemon.\n\nExample setup:\n\n electrum -o setconfig enable_plugin_swapserver True\n electrum -o setconfig swapserver_port 5455\n electrum daemon -v\n\n",
"available_for": ["cmdline"]