From 371e6644c2def3ab6eb6b87e9584271578ad31c6 Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Wed, 25 Mar 2026 15:16:55 -0700 Subject: [PATCH 1/2] Add explorer updates --- .../Flow-Sprint-Kickoff-03-27-2026.md | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/agendas/2026/sprint-kickoff/Flow-Sprint-Kickoff-03-27-2026.md b/agendas/2026/sprint-kickoff/Flow-Sprint-Kickoff-03-27-2026.md index 0a499927a..4558d49dc 100644 --- a/agendas/2026/sprint-kickoff/Flow-Sprint-Kickoff-03-27-2026.md +++ b/agendas/2026/sprint-kickoff/Flow-Sprint-Kickoff-03-27-2026.md @@ -227,20 +227,25 @@ https://github.com/onflow/flow-okrs/issues/206 **Last Sprint** * Explorer & UI - -* Access API & Indexer - -* Infrastructure & Ops - + * Added previous searches suggestions + * Add NFT transfer tabs to account page + * Add FT transfer tabs to account page + * Deployed live indexer + * Backfilled core data for mainnet 27 + * Started backfill core data for mainnet 26 - in progress + * Deployed contract deployments indexer + * Started indexers for accounts, transfers, scheduled tx + * Various performance and observability improvements to the live and backfill indexers + * Created Access API (rest/grpc) that can server current and historical data **Next Sprint** * Explorer & UI - -* Indexer - -* Community - + * Finish backfilling mainnet26 + * Start backfilling mainnet24-25 + * Deploy and backfill indexers for accounts, transfers, scheduled tx + * Start indexers for contracts, tokens, staking rewards, evm blocks & tx + * Integrate indexer data into flow explorer --- From 099c6cf545b54b73c7e55082b9c0f8a19bb9ccd1 Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Wed, 25 Mar 2026 15:17:42 -0700 Subject: [PATCH 2/2] Update --- agendas/2026/sprint-kickoff/Flow-Sprint-Kickoff-03-27-2026.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agendas/2026/sprint-kickoff/Flow-Sprint-Kickoff-03-27-2026.md b/agendas/2026/sprint-kickoff/Flow-Sprint-Kickoff-03-27-2026.md index 4558d49dc..6eb8a8329 100644 --- a/agendas/2026/sprint-kickoff/Flow-Sprint-Kickoff-03-27-2026.md +++ b/agendas/2026/sprint-kickoff/Flow-Sprint-Kickoff-03-27-2026.md @@ -226,7 +226,7 @@ https://github.com/onflow/flow-okrs/issues/206 **Last Sprint** -* Explorer & UI +* Explorer * Added previous searches suggestions * Add NFT transfer tabs to account page * Add FT transfer tabs to account page @@ -240,7 +240,7 @@ https://github.com/onflow/flow-okrs/issues/206 **Next Sprint** -* Explorer & UI +* Explorer * Finish backfilling mainnet26 * Start backfilling mainnet24-25 * Deploy and backfill indexers for accounts, transfers, scheduled tx