-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously node descriptors were only refreshed on an epoch transition which meant that any later updates were ignored. This caused stale RAKs to stay in effect when runtime restarts happened. Enabling mid-epoch refresh also makes having more ephemeral keys easier.
- Loading branch information
Showing
15 changed files
with
506 additions
and
315 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,8 @@ | ||
Refresh node descriptors mid-epoch. | ||
|
||
Previously node descriptors were only refreshed on an epoch transition which meant that any later | ||
updates were ignored until the next epoch. This caused stale RAKs to stay in effect when runtime | ||
restarts happened, causing attestation verification to fail. | ||
|
||
Enabling mid-epoch refresh makes nodes stay up to date with committee member node descriptor | ||
updates. |
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
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
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
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
Oops, something went wrong.