mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
Update for coming release
parent
7f3559edb5
commit
9e6e847d42
1 changed files with 15 additions and 15 deletions
30
Home.md
30
Home.md
|
@ -1,4 +1,4 @@
|
|||
# c-lightning v0.9.4 planning (~2021.03.10)
|
||||
# c-lightning v0.10.2 planning (~2021.09.10)
|
||||
|
||||
## cdecker
|
||||
- [ ] Fine-tune the `pay` parameters
|
||||
|
@ -11,15 +11,23 @@
|
|||
- [ ] Stream all logs to plugins (avoiding cycles)
|
||||
|
||||
## rustyrussell
|
||||
- [ ] Offers
|
||||
- [ ] Track HM invoices paid with secrets included
|
||||
- [ ] Switch all routing to use common/gossmap
|
||||
- [x] Offers
|
||||
- [x] Switch all routing to use common/gossmap
|
||||
- [ ] Shepherd for pending transactions
|
||||
- [ ] Anchors with zero-fee htlc txs
|
||||
- [ ] Splicing implementation
|
||||
- [ ] Close via splice
|
||||
- [x] Quiescence protocol
|
||||
- [x] Channel upgrade protocol
|
||||
- [ ] Simplified commitment protocol
|
||||
- [x] JSON schemas for all commands
|
||||
- [ ] JSON schemas for notifications & hooks
|
||||
- [ ] Random routing implementation
|
||||
- [ ] Avoid 100-block rewind on startup
|
||||
- [ ] Shepherd for pending transactions
|
||||
|
||||
|
||||
## niftynei
|
||||
- [ ] Dual funding RBF support
|
||||
- [x] Dual funding RBF support
|
||||
- [ ] Dual funding PoDLE implementation
|
||||
- [ ] no rewind at start
|
||||
- [ ] balance of accounts plugin
|
||||
|
@ -36,12 +44,4 @@
|
|||
- [ ] Re-anchoring / Splicing specification + implementation
|
||||
- [ ] Decommission as shipped C plugin [#3550](https://github.com/ElementsProject/lightning/issues/3550) (@m-schmoock)
|
||||
|
||||
|
||||
# Shipped in v0.9.2:
|
||||
- Plugin hook determinate order [#4005](https://github.com/ElementsProject/lightning/issues/4005) (@m-schmoock)
|
||||
- Addressed by [#4168](https://github.com/ElementsProject/lightning/pull/4168) (@rustyrussell)
|
||||
- Add 'reason' to `channel_state_changed` hook [#4027](https://github.com/ElementsProject/lightning/issues/4027) (@m-schmoock)
|
||||
- Addressed by [#4126](https://github.com/ElementsProject/lightning/pull/4126)
|
||||
- Add a `getoutputdescriptor [xpriv=false]` command to the `hsmtool` (@darosior) https://github.com/ElementsProject/lightning/pull/4171
|
||||
- Fuzz testing coverage (@darosior)
|
||||
- Dual funding draft impl behind experimental features flag (@niftynei)
|
||||
# Shipped in 0.10.1
|
||||
|
|
Loading…
Add table
Reference in a new issue