This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
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
Freyskeyd
force-pushed
the
feature/state-sync-first-iteration
branch
2 times, most recently
from
August 30, 2023 09:41
50bc298
to
042e5d7
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #288 +/- ##
==========================================
+ Coverage 52.97% 53.21% +0.23%
==========================================
Files 214 216 +2
Lines 10522 10593 +71
==========================================
+ Hits 5574 5637 +63
- Misses 4948 4956 +8
☔ View full report in Codecov by Sentry. |
Freyskeyd
force-pushed
the
feature/state-sync-first-iteration
branch
2 times, most recently
from
September 4, 2023 12:57
d9fe733
to
c48dd9a
Compare
Freyskeyd
force-pushed
the
feature/state-sync-first-iteration
branch
2 times, most recently
from
September 4, 2023 13:15
f75da03
to
07de236
Compare
gruberb
approved these changes
Sep 7, 2023
dvdplm
reviewed
Sep 11, 2023
Freyskeyd
force-pushed
the
feature/state-sync-first-iteration
branch
from
September 11, 2023 13:21
07de236
to
c2a2c3b
Compare
dvdplm
suggested changes
Sep 11, 2023
Freyskeyd
force-pushed
the
feature/state-sync-first-iteration
branch
2 times, most recently
from
September 11, 2023 13:53
4ec3a44
to
53f688b
Compare
Signed-off-by: Simon Paitrault <[email protected]>
Freyskeyd
force-pushed
the
feature/state-sync-first-iteration
branch
from
September 12, 2023 06:49
53f688b
to
a79ec32
Compare
dvdplm
approved these changes
Sep 12, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR initiates the work on the state sync by introducing a
clock
in order to follow the block production. For now we use a time based clock.PR Checklist: