From 6b13d671518f5c8df00b58040ded8b6431deb16c Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Wed, 3 Jun 2020 21:07:30 -0400 Subject: [PATCH] making application feature list current # 3 --- docs/Application_features.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/Application_features.md b/docs/Application_features.md index 394ef2e1..5e077fb0 100644 --- a/docs/Application_features.md +++ b/docs/Application_features.md @@ -19,8 +19,8 @@ - Total, Confirmed and Unconfirmed balances in Sats, BTC and Fiat - Receive Funds, Generate Address (with QR Code) - Send funds -- Sweep all funds -- List of on-chain transactions +- Sweep all funds {LND only} +- List of on-chain transactions {LND only} - Export transaction list to csv ### Lightning @@ -29,7 +29,7 @@ - Open channel - Close channel - Update channel fee policy -- Circular Rebalance +- Circular Rebalance {LND only} - Open, Pending and Closed channel list - Export all lists to csv @@ -40,7 +40,7 @@ #### Routing - Forwarding history -- Routing peers summary +- Routing peers summary {LND only} #### Graph Lookup - Lookup a node details with pubkey @@ -49,13 +49,18 @@ #### Sign/Verify - Sign a message with node's private key and generate a signature - Verify the message with a signature to determine the pubkey of the node used to sign +### Optional Features {LND only} +#### Loop +- Loop Out for gaining Inbound channel capacity +- Loop In for replenishing Outbound capacity +- Loop Out and In transactions list -#### Backup +#### Backup {LND only} - All channel backup and verify - Individual channel backup and verify - Folder location of the backup files -### Network +### Network {LND only} - Network information from the graph ### Settings