From e043f1ade92aa83ed3c182f3f18a19860614d1d5 Mon Sep 17 00:00:00 2001
From: Peter Argue <89119817+peterargue@users.noreply.github.com>
Date: Fri, 21 Jun 2024 08:58:24 -0700
Subject: [PATCH] update data availability sprint 2024-06-21
---
.../2024-06-21-Flow-Sprint-Kickoff.md | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/agendas/2024/sprint-kickoff/2024-06-21-Flow-Sprint-Kickoff.md b/agendas/2024/sprint-kickoff/2024-06-21-Flow-Sprint-Kickoff.md
index 322cd28ae..d84472746 100644
--- a/agendas/2024/sprint-kickoff/2024-06-21-Flow-Sprint-Kickoff.md
+++ b/agendas/2024/sprint-kickoff/2024-06-21-Flow-Sprint-Kickoff.md
@@ -247,6 +247,13 @@ Cycle Objective(s):
**Done last Sprint:**
+* Data Availability:
+ - Finished RegistersDB pruning design ([Issue #6065](https://github.com/onflow/flow-go/issues/6065))
+ - Started ProtocolDB pruning design
+ - KROK Team
+ - Expose FVM methods to get Account balance and keys ([PR #6028](https://github.com/onflow/flow-go/pull/6028))
+ - Fix retries when using preferred-execution-nodes list ([PR #5969](https://github.com/onflow/flow-go/pull/5969))
+ - Update Rosetta for v0.35 upgrade (still needs Cadence 1.0 contract updates) ([PR #59](https://github.com/onflow/rosetta/pull/59))
**This sprint**
@@ -259,15 +266,15 @@ Cycle Objective(s):
- [Epoch State Machines should not use parentState in their business logic](https://github.com/onflow/flow-go/issues/6019)
* Data Availability:
- - [Complete RegistersDB pruning design, start on protocol db design](https://github.com/onflow/flow-go/issues/5761)
- - Continue redeploy of local index and script exec on QN bare metal instances
+ - Complete ProtocolDB pruning design
+ - Continue rollout of local script execution on QuickNode
- KROK Team
- - Fix retries when using preferred-execution-nodes list ([Issue #5810](https://github.com/onflow/flow-go/issues/5810) - PR in review)
- - Add support for version beacon events to control script execution ([Issue #5788](https://github.com/onflow/flow-go/issues/5788), [Issue #5789](https://github.com/onflow/flow-go/issues/5789), [Issue #5790](https://github.com/onflow/flow-go/issues/5790))
- - Expose separate endpoints for getting account balance and keys ([Issue #5894](https://github.com/onflow/flow-go/issues/5894), [Issue #5999](https://github.com/onflow/flow-go/issues/5999))
- - Create proof of concept of transaction payer balance checks ([Issue #5823](https://github.com/onflow/flow-go/issues/5823))
+ - Add support for version beacon events to control script execution ([Issue #5788](https://github.com/onflow/flow-go/issues/5788) - In review, [Issue #5789](https://github.com/onflow/flow-go/issues/5789) - In review, [Issue #5790](https://github.com/onflow/flow-go/issues/5790))
+ - Expose separate endpoints for getting account balance and keys ([Issue #5999](https://github.com/onflow/flow-go/issues/5999))
+ - Create proof of concept of transaction payer balance checks ([Issue #5823](https://github.com/onflow/flow-go/issues/5823) - In review)
- Add support for pruning execution data db on ANs ([Issue #6002](https://github.com/onflow/flow-go/issues/6002))
- Add support for storing exec data using pebble db ([Issue #6017](https://github.com/onflow/flow-go/issues/6017))
+ - Start Registers DB pruning ([Issue #6066](https://github.com/onflow/flow-go/issues/6066), [Issue #6068](https://github.com/onflow/flow-go/issues/6068))
* Cryptography:
- SPoCK aggregation: from BLS security proof to BLS aggregation security proof (more than a sprint)