-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce
gpbft.Instant
to capture precise progress moment (#698)
In a number of places, namely rebroadcast request and progress we need information a precise moment in GPBFT progress. Prior to changes here the changes were communicated as three separate values, which was cumbersome to work with as the usage of this information increased with rebroadcast. Introduce `Instant` as a struct to capture precise instant in GPBFT progress and reflect changes across `Progress` as well as `RequestRebroadcast`. Relates to #691 (comment)
- Loading branch information
Showing
14 changed files
with
178 additions
and
197 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
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.