diff --git a/Home.md b/Home.md index 4389f98..368b1db 100644 --- a/Home.md +++ b/Home.md @@ -2,7 +2,7 @@ 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 @@ -17,12 +17,10 @@ This is mainly a TODO List for our upcoming version: - Random routing implementation (@rustyrussell) - Avoid 100-block rewind on startup (@rustyrussell) - Shepherd for pending transactions (@rustyrussell) -- 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) -- 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 +- Dual funding draft impl with multifundchannel support (@niftynei) +- Dual funding RBF support (@niftynei) +- Dual funding PoDLE implementation (@niftynei) + # Aspirational: @@ -30,8 +28,15 @@ This is mainly a TODO List for our upcoming version: ## Implementation -- Fuzz testing coverage (@darosior) - A friendlier hsmtools (descriptors, ..) (@darosior) - 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) \ No newline at end of file