From 54336e20ed10f389f751f5c5eadbd03542673cea Mon Sep 17 00:00:00 2001 From: j pimmel Date: Fri, 18 Oct 2024 09:51:05 -0700 Subject: [PATCH] More protocol updates --- .../2024-10-18-Flow-Sprint-Kickoff.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/agendas/2024/sprint-kickoff/2024-10-18-Flow-Sprint-Kickoff.md b/agendas/2024/sprint-kickoff/2024-10-18-Flow-Sprint-Kickoff.md index 6b2b955ff..f84a86c41 100644 --- a/agendas/2024/sprint-kickoff/2024-10-18-Flow-Sprint-Kickoff.md +++ b/agendas/2024/sprint-kickoff/2024-10-18-Flow-Sprint-Kickoff.md @@ -187,16 +187,19 @@ Cycle Objective(s): * EFM Recovery * [Updated type conversion of EpochCommit](https://github.com/onflow/flow-go/pull/6494) + * [Updated type conversion of EpochRecover](https://github.com/onflow/flow-go/pull/6506) * [Update DKG engine to submit a valid DKG index map](https://github.com/onflow/flow-go/pull/6490) + * [Refactoring of model.Proposal](https://github.com/onflow/flow-go/pull/6526) + * [Implementing integration test for Epoch Recovery](https://github.com/onflow/flow-go/pull/6424) + * [Enable previously disabled EFM tests](https://github.com/onflow/flow-go/pull/6496) + * [Completed DKG index mapping smart contract changes](https://github.com/onflow/flow-core-contracts/pull/441) + * [Preparing main EFM recovery logic for review](https://github.com/onflow/flow-core-contracts/pull/440) * Cryptography - SPoCK aggregation - Document the random beacon bias findings - Remaining PoP work planning -* Misc other - - Updated networking docs https://www.notion.so/flowfoundation/Flow-Networking-Layer-Developer-Guide-67bae4ab28d84e36975b2ae918e2e48b - * Data Availability - Add support for compatible versions during HCU ([PR #6535](https://github.com/onflow/flow-go/pull/6535)) - KROK Team @@ -210,10 +213,18 @@ Cycle Objective(s): - [SendAndSubscribeTransactionStatuses](https://github.com/onflow/flow-go-sdk/pull/772) - [Update GetNodeVersionInfo](https://github.com/onflow/flow-go-sdk/pull/773) +* Misc other + - Updated networking docs https://www.notion.so/flowfoundation/Flow-Networking-Layer-Developer-Guide-67bae4ab28d84e36975b2ae918e2e48b + - Ongoing Pebble migration PR reviews + **This sprint** * EFM Recovery - [Implement an integration test for EFM and DKG IndexMap](https://github.com/onflow/flow-go/issues/6331) + - Complete main EFM recovery logic PR + - [Merge Protocol version upgrade PR](https://github.com/onflow/flow-core-contracts/pull/419) + - Merge open PRs that are under review + - Finish integration test and related DKG issue * Data Availability - KROK Team