Skip to content

Commit

Permalink
update service name (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: islandbitcoin <dread@start9.com>
  • Loading branch information
islandbitcoin and islandbitcoin authored Jan 27, 2023
1 parent ba9f03a commit 91451b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ lnd.s9pk
scripts/embassy.js
.vscode/
docker-images/
.DS_Store
scripts/.DS_Store
7 changes: 4 additions & 3 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
id: lnd
title: Lightning Network Daemon
version: 0.15.5
title: LND
version: 0.15.5.1
release-notes: |-
* LND v0.15.5 [Release Notes](https://github.com/lightningnetwork/lnd/blob/v0-15-5-branch/docs/release-notes/release-notes-0.15.5.md)
* Add new action for migration from Umbrel v0.5 and update action for migration from Umbrel v0.4
* Updated service name from Lightning Network Daemon to LND
license: mit
wrapper-repo: "https://github.com/Start9Labs/lnd-wrapper"
upstream-repo: "https://github.com/lightningnetwork/lnd"
Expand All @@ -13,7 +14,7 @@ build: ["make"]
description:
short: A complete implementation of a Lightning Network node by Lightning Labs
long: |
LND fully conforms to the Lightning Network specification (BOLTs). BOLT stands for: Basis of Lightning Technology. In the current state lnd is capable of: creating channels, closing channels, managing all channel states (including the exceptional ones!), maintaining a fully authenticated+validated channel graph, performing path finding within the network, passively forwarding incoming payments, sending outgoing onion-encrypted payments through the network, updating advertised fee schedules, and automatic channel management (autopilot).
Lightning Network Daemon (LND) fully conforms to the Lightning Network specification (BOLTs). BOLT stands for: Basis of Lightning Technology. In the current state lnd is capable of: creating channels, closing channels, managing all channel states (including the exceptional ones!), maintaining a fully authenticated+validated channel graph, performing path finding within the network, passively forwarding incoming payments, sending outgoing onion-encrypted payments through the network, updating advertised fee schedules, and automatic channel management (autopilot).
assets:
license: LICENSE # default = LICENSE.md
icon: icon.png # default = icon.png - assumes icon.png if this field does not exist
Expand Down
2 changes: 1 addition & 1 deletion scripts/services/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ export const migration: T.ExpectedExports.migration = compat.migrations
down: () => { throw new Error('Cannot downgrade') },
},
},
"0.15.5",
"0.15.5.1",
);

0 comments on commit 91451b3

Please sign in to comment.