From fc988a2f18bad3f05c25c3210059f6b91a5d45bd Mon Sep 17 00:00:00 2001 From: Nadav Kohen Date: Tue, 12 Jul 2022 19:37:44 -0500 Subject: [PATCH] Tuesday July 12 2022 Meeting (#198) * Added meeting agenda for July 12, 2022 * Added notes from meeting --- meeting/meeting_july_12_2022.md | 77 +++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 meeting/meeting_july_12_2022.md diff --git a/meeting/meeting_july_12_2022.md b/meeting/meeting_july_12_2022.md new file mode 100644 index 0000000..df489ec --- /dev/null +++ b/meeting/meeting_july_12_2022.md @@ -0,0 +1,77 @@ +# July 12th (6 PM CST)/9th (9 AM JST) Meeting 2022 + +[A Telegram channel for people who ask you about where to join a channel](https://t.me/BitcoinDLCs) + +## Individual Updates (Sync) + +* **#Query(Nadav)** + * MuSig2 impl in bitcoin-s + +* **#Query(Chris)** + * Taproot work + +* **#Query(Matt)** + * messaging serialization + +* **#Query(Tibo)** + * discussion about segmentation + +* **Query(Philipp)** + * Reviewed Tibo's PR + +* **#Query(all)** + +## Implementation Updates (Sync) + +* bitcoin-s + * Has MuSig2 + +* rust-dlc + * New contributors! + * Working on channels + +* atomic finance + * Messaging serialization test vectors passing + * Need to do some refactoring + +* [lava](https://github.com/lava-xyz/sybils) +* gun.fun +* others? + +## Specification Writing + +**#Status_Update_Interrupt** + +* Message Segmentation + * https://github.com/discreetlogcontracts/dlcspecs/pull/192/ + * Still needs review + * Some LN devs have been reached out to by Chris, how'd it go? + * Some mailing list chatter and responses from LN devs, generally positive + * Maybe LN will do something like this someday but not anytime soon + * Sounds like we're just goint to do the dumb thing and send more data to peers as we need it +* Validation of offers and announcements + * https://github.com/discreetlogcontracts/dlcspecs/pull/193 + * Still needs implementations +* Messaging and Serialization Breaking Changes + * https://github.com/discreetlogcontracts/dlcspecs/pull/163 + * Merged! +* Breaking Oracle Changes + * https://github.com/discreetlogcontracts/dlcspecs/pull/167 + * **#Discussion** + * Updates? + * We should move to having a pok per key and adding a type for musig version of this once musig has a bip number +* DLC channels + * https://mailmanlists.org/pipermail/dlc-dev/2022-June/000148.html + * **#Query(Tibo)** + * Give him feedback +* Cutting v0, Imagining v1, let's go! + * Need breaking oracle changes + * Anything else? + * Nope! + + * What should we start thinking about wrt the next spec version? Taproot? BLS oracle tricks? Channels? Other stuff? + * **#Discussion** + * GitHub Issue to be opened for discussion (with corresponding post to mailing list). +* Anything else? + * Tibo claims he might have a channel demo for us by next month ... maybe +