-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(consensus): consensus handles its network registrations on its own #409
refactor(consensus): consensus handles its network registrations on its own #409
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #409 +/- ##
==========================================
+ Coverage 76.59% 76.62% +0.03%
==========================================
Files 348 348
Lines 36303 36298 -5
Branches 36303 36298 -5
==========================================
+ Hits 27805 27814 +9
+ Misses 6195 6176 -19
- Partials 2303 2308 +5 ☔ View full report in Codecov by Sentry. |
0a28cb6
to
778ca40
Compare
9f5aa18
to
74a9acc
Compare
778ca40
to
0039511
Compare
74a9acc
to
79c4fee
Compare
0039511
to
4557ca6
Compare
Benchmark movements: |
Benchmark movements: |
79c4fee
to
91f34db
Compare
4557ca6
to
aa41dfc
Compare
91f34db
to
9fccc9e
Compare
aa41dfc
to
87b40a7
Compare
9fccc9e
to
8efbc66
Compare
87b40a7
to
999504e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r1, 4 of 4 files at r2, 1 of 1 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @DvirYo-starkware)
8efbc66
to
e8b3e29
Compare
999504e
to
2bf24d1
Compare
e8b3e29
to
08fd054
Compare
2bf24d1
to
507ff6e
Compare
18d710c
to
cd909f6
Compare
1ba756f
to
25e5eea
Compare
cd909f6
to
2cec2b7
Compare
Benchmark movements: |
25e5eea
to
0d418b1
Compare
2cec2b7
to
89307aa
Compare
0d418b1
to
dc4448a
Compare
89307aa
to
fcf74df
Compare
Benchmark movements: |
8a9d1a3
to
d3d8e34
Compare
bffa577
to
62cf873
Compare
Benchmark movements: |
d3d8e34
to
39ebf3c
Compare
c7bd97d
to
f8f2723
Compare
f8f2723
to
0fc07e5
Compare
Benchmark movements: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r4, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @matan-starkware)
…ts own This is because the network registration logic will become more complex with test sync. In practice this means that after the initial network config we hold off on spawning the task until all tasks have been set up.
0fc07e5
to
3ffee06
Compare
Benchmark movements: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r5, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @matan-starkware)
Merge activity
|
This is because the network registration logic will become more complex with test sync.
In practice this means that after the initial network config we hold off on spawning the task
until all tasks have been set up.
This change is