From 9303c4be394960ff55fcc440b0afc0c85b4f70c3 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Mon, 7 Jan 2019 20:04:52 -0500 Subject: [PATCH] Create LND API coverage file --- LNDAPICoverage.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 LNDAPICoverage.md diff --git a/LNDAPICoverage.md b/LNDAPICoverage.md new file mode 100644 index 00000000..7737a897 --- /dev/null +++ b/LNDAPICoverage.md @@ -0,0 +1,46 @@ +- [ ] GenSeed +- [ ] InitWallet +- [x] UnlockWallet +- [ ] ChangePassword +- [x] WalletBalance +- [x] ChannelBalance +- [ ] GetTransactions +- [x] SendCoins +- [ ] SubscribeTransactions +- [ ] SendMany +- [x] NewAddress +- [ ] SignMessage +- [ ] VerifyMessage +- [x] ConnectPeer +- [x] DisconnectPeer +- [x] ListPeers +- [x] GetInfo +- [x] PendingChannels +- [x] ListChannels +- [ ] ClosedChannels +- [ ] OpenChannelSync +- [x] OpenChannel +- [x] CloseChannel +- [ ] AbandonChannel +- [x] SendPayment +- [ ] SendPaymentSync +- [ ] SendToRoute +- [ ] SendToRouteSync +- [x] AddInvoice +- [x] ListInvoices +- [ ] LookupInvoice +- [ ] SubscribeInvoices +- [x] DecodePayReq +- [x] ListPayments +- [ ] DeleteAllPayments +- [ ] DescribeGraph +- [ ] GetChanInfo +- [ ] GetNodeInfo +- [ ] QueryRoutes +- [x] GetNetworkInfo +- [ ] StopDaemon +- [ ] SubscribeChannelGraph +- [ ] DebugLevel +- [x] FeeReport +- [ ] UpdateChannelPolicy +- [ ] ForwardingHistory