diff --git a/docs/CLTCommandCoverage.md b/docs/CLTCommandCoverage.md new file mode 100644 index 00000000..e786b389 --- /dev/null +++ b/docs/CLTCommandCoverage.md @@ -0,0 +1,71 @@ +### C-Lightning Commands Covered on RTL + +=== bitcoin === +- [x] feerates +- [x] newaddr +- [ ] txdiscard +- [ ] txprepare +- [ ] txsend +- [x] withdraw + +=== channels === +- [x] close +- [ ] fundchannel_cancel +- [ ] fundchannel_complete +- [ ] fundchannel_start +- [x] getroute +- [x] listchannels +- [x] listforwards +- [x] setchannelfee + +=== network === +- [x] connect +- [x] disconnect +- [x] listnodes +- [x] listpeers +- [ ] ping + +=== payment === +- [ ] createonion +- [x] decodepay +- [x] delexpiredinvoice +- [ ] delinvoice +- [x] invoice +- [x] listinvoices +- [x] listsendpays +- [ ] listtransactions +- [ ] sendonion +- [ ] sendpay +- [ ] waitanyinvoice +- [ ] waitinvoice +- [ ] waitsendpay + +=== plugin === +- [ ] autocleaninvoice +- [ ] estimatefees +- [x] fundchannel +- [ ] getchaininfo +- [ ] getrawblockbyheight +- [ ] getutxout +- [x] listpays +- [x] pay +- [ ] paystatus +- [ ] plugin +- [ ] sendrawtransaction + +=== utility === +- [ ] check +- [x] checkmessage +- [x] getinfo +- [ ] getlog +- [ ] getsharedsecret +- [ ] help +- [ ] listconfigs +- [x] listfunds +- [x] signmessage +- [ ] stop +- [ ] waitblockheight + +=== developer === +- [ ] dev-listaddrs +- [ ] dev-rescan-outputs \ No newline at end of file