From ea2e4769f3222d11d7daa90657bdaf3c89fa0aba Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Tue, 2 Jun 2020 21:26:48 -0400 Subject: [PATCH] making application feature list current # 2 --- docs/Application_features.md | 94 +++++++++++++++++------------------- 1 file changed, 43 insertions(+), 51 deletions(-) diff --git a/docs/Application_features.md b/docs/Application_features.md index ec04829d..394ef2e1 100644 --- a/docs/Application_features.md +++ b/docs/Application_features.md @@ -15,67 +15,59 @@ - Outbound Channel capacity - Receive and Pay Lightning transactions -### Settings -- Fiat conversion toggle -- Default node setting for multiple nodes -- Toggle for Persona switch to change the dashboard layout -- Day-Night mode toggle -- Themes for color customizations - -### LND Wallet -#### Send/Receive -- Total Balance -- Confirmed Balance -- Unconfirmed Balance +### On-Chain +- Total, Confirmed and Unconfirmed balances in Sats, BTC and Fiat - Receive Funds, Generate Address (with QR Code) - Send funds -#### List Transactions +- Sweep all funds - List of on-chain transactions +- Export transaction list to csv -### Peers (Manage LN Peers) -- Connect to a peer with the LN Public key and/or IP address -- List of connected peers with alias -- Detach Peer - -### Channels -#### Management -- Open Channel with connected peers -- List of channels +### Lightning +#### Peers/Channels +- Peer management (Connect, disconnect with network peers) +- Open channel - Close channel -- Update Channel (One or All) -#### Pending -- Pending Open Channels (Default) -- Pending Force Closing Channels -- Pending Closing Channels -- Waiting Close -#### Closed -- List of Closed Channels +- Update channel fee policy +- Circular Rebalance +- Open, Pending and Closed channel list +- Export all lists to csv + +#### Transactions +- Make payments +- Invoice generation +- Query routes + +#### Routing +- Forwarding history +- Routing peers summary + +#### Graph Lookup +- Lookup a node details with pubkey +- Lookup a channel details with Channel ID + +#### 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 + #### Backup - All channel backup and verify - Individual channel backup and verify - Folder location of the backup files -### Payments -#### Send -- Verify and Send Payments -- List of payments made via node -- Pay empty invoice with custom amount -#### Query Routes -- Query the path to the node with the pubkey and amount to be sent - -### Invoices -- Add Invoice with Optional Memo and Amount and Generate payment request (with QR Code) -- List Invoices +### Network +- Network information from the graph -### Forwarding History -- View all the forwarded HTLCs within a date range (default view is past 24 hours) - -### Routing Peers -- Show routing events group by incoming and outgoing events group by peer alias, channel id and amount routed +### Settings +- Fiat conversion toggle +- Default node setting for multiple nodes +- Toggle for Persona switch to change the dashboard layout +- Day-Night mode toggle +- Themes for color customizations -### Lookups -- Lookup a node details with pubkey -- Lookup a channel details with Channel ID +### Help +- Basic In-product documentation -### Node Config -- Read-only view of Node conf files for lnd and bitcoin +### Public Key +- Display the node pubkey along with a QR code +- Display the node URI along with a QR code \ No newline at end of file