You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`HotShotConsensusApi` is now merged into `SystemContextHandle`. The `SystemContext` wrapper was removed, and `SystemContextInner` was renamed to `SystemContext`. `SystemContextHandle` now directly contains an `Arc<SystemContext>` without an intermediate wrapper.
A `CreateTaskState` trait is introduced for initialization of most HotShot tasks.
The text was updated successfully, but these errors were encountered: