-
Notifications
You must be signed in to change notification settings - Fork 504
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
Test node consensus #1384
Test node consensus #1384
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1384 +/- ##
==========================================
- Coverage 52.11% 48.78% -3.33%
==========================================
Files 257 245 -12
Lines 33822 29733 -4089
Branches 555 555
==========================================
- Hits 17625 14505 -3120
+ Misses 14141 13163 -978
- Partials 2056 2065 +9 |
might speed up initialization?
daf2bee
to
9ba3e61
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.
Thanks @tsahee for helping me include this and fix conflicts! LGTM. Soon we'll be able to amend this to start from proof-of-state at genesis, which will be very helpful
Are you ok starting from bellatrix? To start e2e from other forks you'll need to wait a few days for prysmaticlabs/prysm#11750 |
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.
Works locally :)
merging #1334 + some fixes