Moved finished v0.9.2 work down.

neil saitug 2020-11-16 19:14:18 -06:00
parent c02c957320
commit 9e6465f6c1

25
Home.md

@ -2,7 +2,7 @@
This is mainly a TODO List for our upcoming version: This is mainly a TODO List for our upcoming version:
# Aiming for next release (0.9.2 freeze ~2020.11.10): # Aiming for next release (0.9.3 freeze ~2021.1.10):
## Specification ## Specification
@ -17,12 +17,10 @@ This is mainly a TODO List for our upcoming version:
- Random routing implementation (@rustyrussell) - Random routing implementation (@rustyrussell)
- Avoid 100-block rewind on startup (@rustyrussell) - Avoid 100-block rewind on startup (@rustyrussell)
- Shepherd for pending transactions (@rustyrussell) - Shepherd for pending transactions (@rustyrussell)
- Plugin hook determinate order [#4005](https://github.com/ElementsProject/lightning/issues/4005) (@m-schmoock) - Dual funding draft impl with multifundchannel support (@niftynei)
- Addressed by [#4168](https://github.com/ElementsProject/lightning/pull/4168) (@rustyrussell) - Dual funding RBF support (@niftynei)
- Add 'reason' to `channel_state_changed` hook [#4027](https://github.com/ElementsProject/lightning/issues/4027) (@m-schmoock) - Dual funding PoDLE implementation (@niftynei)
- Addressed by [#4126](https://github.com/ElementsProject/lightning/pull/4126)
- Dual funding draft impl behind experimental features flag, with multifundchannel support (@niftynei)
- Add a `getoutputdescriptor [xpriv=false]` command to the `hsmtool` (@darosior) https://github.com/ElementsProject/lightning/pull/4171
# Aspirational: # Aspirational:
@ -30,8 +28,15 @@ This is mainly a TODO List for our upcoming version:
## Implementation ## Implementation
- Fuzz testing coverage (@darosior)
- A friendlier hsmtools (descriptors, ..) (@darosior) - A friendlier hsmtools (descriptors, ..) (@darosior)
- Decommission as shipped C plugin [#3550](https://github.com/ElementsProject/lightning/issues/3550) (@m-schmoock) - Decommission as shipped C plugin [#3550](https://github.com/ElementsProject/lightning/issues/3550) (@m-schmoock)
- Dual funding RBF support (@niftynei)
- Dual funding PoDLE implementation (@niftynei)
# 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)