-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Labels
S-needs-triageThis issue needs to be labelledThis issue needs to be labelled
Description
Describe the bug
handle_finalized_block in the DKG actor has close to 200 lines and is painful to read. Worse, there is an early return in the middle of it, which is hard to see.
Clean up the function body to make it easier to understand what's going on.
1:
| async fn handle_finalized_block<TStorageContext, TSender>( |
2:
| return Ok(None); |
Steps to reproduce
N/A
Logs
Platform(s)
No response
Container Type
Not running in a container
What version/commit are you on?
If you've built from source, provide the full command you used
No response
Code of Conduct
- I agree to follow the Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
S-needs-triageThis issue needs to be labelledThis issue needs to be labelled