mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-12 10:30:29 +01:00
Moved finished v0.9.2 work down.
parent
c02c957320
commit
9e6465f6c1
1 changed files with 15 additions and 10 deletions
25
Home.md
25
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)
|
Loading…
Add table
Reference in a new issue