mirror of
https://github.com/Ride-The-Lightning/RTL
synced 2024-11-15 18:13:00 +00:00
44412d357e
LND Palemoon UX extension panel bug Cookie file not generated for BTCPayServer #990 ECL Missing fee calculation on Dashboard #975 CLT channel filter on alias bug fix #982 CLightning to Code Lightning #997 Added Infographics for Channel Rebalance CLN Base fee zero bug fix #987 ECL Query Route bug fix #1007 LND faster initial load LND Transactions Lookup #1002 LND Bug fix for Routing Fee Calculation
71 lines
1.1 KiB
Markdown
71 lines
1.1 KiB
Markdown
### Core 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 |