-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5434 from oasisprotocol/kostko/stable/23.0.x/back…
…port-5433 [BACKPORT/23.0.x] go/runtime/host/multi: Propagate consensus sync requests to next version
- Loading branch information
Showing
2 changed files
with
62 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
go/runtime/host/multi: Propagate special requests to next version | ||
|
||
Previously periodic consensus sync requests were not propagated to the | ||
next (e.g. upcoming) runtime version. This could result in the runtime's | ||
consensus view going stale which would make the attestations too old so | ||
they would be rejected during scheduling. | ||
|
||
Additionally, key manager update requests should also be propagated to | ||
ensure the runtime is ready immediately when activated, avoiding any | ||
potential race conditions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters