From a9f9fcffec4f049fd9b3caebe3b3d218e96d6bef Mon Sep 17 00:00:00 2001 From: Ben Carman Date: Mon, 24 Feb 2020 16:01:37 -0600 Subject: [PATCH 1/2] Add specification road map to README --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index e3792d1..cfeca23 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,36 @@ drafted. Pull requests and comments welcome. +## Specification Roadmap + +### Works in Progress + +- Funding, CET, and Closing Transaction `sequence` numbers and `nLocktime` + +- Funding, CET, and Closing Transaction input and output ordering + +- Transaction dust limits + +- Transaction fees determination + +- DLC negoation protocol + +- Rework partipants shared public keys and addresses + +### TODO + +- Create introductory page to DLCs and a glossary of technical terms + +- Specify how an event Id should be calculated + +- Oracle signature specification + +- P2P communication specification + +- Construction and neogatiation of DLCs in Lightning + +--- + ![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY")
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). From 76ec2ba89ddbc27870ad68c98116f99659d14cf3 Mon Sep 17 00:00:00 2001 From: Ben Carman Date: Tue, 25 Feb 2020 16:25:15 -0600 Subject: [PATCH 2/2] Add releveant issue numbers to items --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index cfeca23..c3f4ecf 100644 --- a/README.md +++ b/README.md @@ -9,29 +9,31 @@ Pull requests and comments welcome. ### Works in Progress +- Rework partipants shared public keys and addresses ([#10](https://github.com/discreetlogcontracts/dlcspecs/pull/10)) + - Funding, CET, and Closing Transaction `sequence` numbers and `nLocktime` -- Funding, CET, and Closing Transaction input and output ordering +- Funding, CET, and Closing Transaction input and output ordering ([#18](https://github.com/discreetlogcontracts/dlcspecs/issues/18)) -- Transaction dust limits +- Transaction dust limits ([#11](https://github.com/discreetlogcontracts/dlcspecs/issues/11)) -- Transaction fees determination +- Transaction fees determination ([#12](https://github.com/discreetlogcontracts/dlcspecs/issues/12)) -- DLC negoation protocol - -- Rework partipants shared public keys and addresses +- DLC negoation protocol ([Protocol.md](Protocol.md)) ### TODO -- Create introductory page to DLCs and a glossary of technical terms +- Create introductory page to DLCs and a glossary of technical terms ([#16](https://github.com/discreetlogcontracts/dlcspecs/issues/16)) -- Specify how an event Id should be calculated +- Specify how an event Id should be calculated [#20](https://github.com/discreetlogcontracts/dlcspecs/issues/20)) -- Oracle signature specification +- Oracle signature specification ([#21](https://github.com/discreetlogcontracts/dlcspecs/issues/21)) -- P2P communication specification +- P2P communication specification ([#13](https://github.com/discreetlogcontracts/dlcspecs/issues/13)) -- Construction and neogatiation of DLCs in Lightning +### Future Work + +- Construction and neogatiation of DLCs in Lightning [#3](https://github.com/discreetlogcontracts/dlcspecs/issues/3)) ---