Updated Home (markdown)

Christian Decker 2020-11-24 21:02:49 +01:00
parent 10a35d1c4a
commit f71b6e9854

56
Home.md

@ -1,35 +1,35 @@
# Welcome to the lightning development wiki!
# c-lightning v0.9.3 planning (~2021.1.10)
This is mainly a TODO List for our upcoming version:
## cdecker
- [ ] Fine-tune the `pay` parameters
- [ ] Investigate parameters with probes
- [ ] Integrate some new findings into the routing selection (skew towards channels that are more likely to succeed)
- [ ] Share some of the information learned across payments
- [ ] Build a fake MPP recipient plugin and probe MPP parameters
- [ ] Trampoline routing
- [ ] Handle logs in a plugin instead of the in-memory log
- [ ] Stream all logs to plugins (avoiding cycles)
# Aiming for next release (0.9.3 freeze ~2021.1.10):
## @rustyrussell
- [ ] Offers
- [ ] Track HM invoices paid with secrets included
- [ ] Switch all routing to use common/gossmap
- [ ] Random routing implementation
- [ ] Avoid 100-block rewind on startup
- [ ] Shepherd for pending transactions
## Specification
## niftynei
- [ ] Dual funding RBF support
- [ ] Dual funding PoDLE implementation
- [ ] no rewind at start
- [ ] balance of accounts plugin
- [ ] Interactive close?
- Offers (@rustyrussell)
- Dual funding draft published (@niftynei)
## Implementation
- Offers first draft (@rustyrussell)
- Track HM invoices paid with secrets included (@rustyrussell)
- Switch all routing to use common/gossmap (@rustyrussell)
- Random routing implementation (@rustyrussell)
- Avoid 100-block rewind on startup (@rustyrussell)
- Shepherd for pending transactions (@rustyrussell)
- ~Dual funding draft impl with multifundchannel support (@niftynei)~
- Dual funding RBF support (@niftynei)
- Dual funding PoDLE implementation (@niftynei)
# Aspirational:
## Specification
## Implementation
- A friendlier hsmtools (descriptors, ..) (@darosior)
- Decommission as shipped C plugin [#3550](https://github.com/ElementsProject/lightning/issues/3550) (@m-schmoock)
## Backlog
- [ ] Route blinding
- [ ] Re-anchoring / Splicing specification + implementation
- [ ] A friendlier hsmtools (descriptors, ..) (@darosior)
- [ ] Decommission as shipped C plugin [#3550](https://github.com/ElementsProject/lightning/issues/3550) (@m-schmoock)
# Shipped in v0.9.2: