Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reformat KROK updates #1538

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 25 additions & 20 deletions agendas/2025/sprint-kickoff/Flow-Sprint-Kickoff-01-10-2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,19 @@ Cycle Objective(s):

* <ins>Data Availability</ins>
- KROK Team
- WebSocket controller and data providers
- [Issue #6586](https://github.com/onflow/flow-go/issues/6586)
- [Issue #6799](https://github.com/onflow/flow-go/issues/6799)
- [Issue #6819](https://github.com/onflow/flow-go/issues/6819)
- [Issue #6837](https://github.com/onflow/flow-go/issues/6837)
- [Issue #6845](https://github.com/onflow/flow-go/issues/6845)
- [Issue #6644](https://github.com/onflow/flow-go/issues/6644) (In Progress)
- [Issue #6641](https://github.com/onflow/flow-go/issues/6641) (In Progress)
- Worked on PRs review remarks
- Malleability
- [Issue #6660](https://github.com/onflow/flow-go/issues/6660) (In Progress)
- WebSocket controller and data providers
- [Add implementation for transaction status data providers](https://github.com/onflow/flow-go/issues/6586)
- [Implement inactivity tracker](https://github.com/onflow/flow-go/issues/6799)
- [Make response for data providers consistent with action responses](https://github.com/onflow/flow-go/issues/6819)
- [Heartbeat interval not reset correctly in streaming endpoints](https://github.com/onflow/flow-go/issues/6837)
- [Unify subscription and client IDs](https://github.com/onflow/flow-go/issues/6845)
- Started [Add documentation for new websockets](https://github.com/onflow/flow-go/issues/6644)
- Started [Implement integration test for new websockets](https://github.com/onflow/flow-go/issues/6641)
- Addressed PR feedback

* <ins>Protocol - Malleability</ins>
- KROK Team
- Started [cluster.Block](https://github.com/onflow/flow-go/issues/6660)

* <ins>Cryptography</ins>

Expand All @@ -169,6 +171,8 @@ Cycle Objective(s):

**This sprint**



* <ins>EFM and Protocol HCU</ins>
- Finish benchnet testing EFM recovery and [Protocol HCU](https://github.com/onflow/flow-go/issues/6849)
- Finish backward compatibility issues
Expand All @@ -178,17 +182,18 @@ Cycle Objective(s):
* <ins>Data Availability</ins>
- KROK Team
- WebSocket controller and data providers
- [Issue #6865](https://github.com/onflow/flow-go/issues/6865)
- [Issue #6644](https://github.com/onflow/flow-go/issues/6644)
- [Issue #6641](https://github.com/onflow/flow-go/issues/6641)
- [Issue #6643](https://github.com/onflow/flow-go/issues/6643)
- Optimistically sync
- [Issue #5454](https://github.com/onflow/flow-go/issues/5424) (In Progress, checking existing PR)
- Malleability
- [Issue #6660](https://github.com/onflow/flow-go/issues/6660)
- [Add arguments getter for data providers](https://github.com/onflow/flow-go/issues/6865)
- [Add documentation for new websockets](https://github.com/onflow/flow-go/issues/6644)
- [Implement integration test for new websockets](https://github.com/onflow/flow-go/issues/6641)
- [Add examples for ws conn usages](https://github.com/onflow/flow-go/issues/6643)
- Support transaction soft finality in Access Node
- Started reviewing code [Improve user experience by enabling dApps to utilize transaction soft finality](https://github.com/onflow/flow-go/issues/5424)

* <ins>Protocol - Malleability</ins>
- KROK Team
- [cluster.Block](https://github.com/onflow/flow-go/issues/6660)



* <ins>Cryptography</ins>
- PoP
- Port the latest updates from Ledger
Expand Down
Loading