-
Notifications
You must be signed in to change notification settings - Fork 143
nimbus initial commit #3036
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
nimbus initial commit #3036
Conversation
- chronicle support - Added config files with support for both nimbus-eth clients configuration. - thread model suggestion. - Minimal nimbus config for given thread model. - layers handlers.
e5aac41
to
709bf4b
Compare
- removed dead code. - removed some structures not needed yet - thread communication with shared data via channels.
709bf4b
to
1f5d0ba
Compare
ec8d86d
to
d3ad892
Compare
- corrected nimbus tests
This module is a copy from nimbus_beacon_node module where handleStartUpCmd visibility is changed to public.
- Makefile support - setup and handlers
- minor fixes
- Makefile support - setup and handlers
from command line, instead of loading the ones already filtered.
0bc209a
to
9750f27
Compare
9750f27
to
49417ec
Compare
- Updated consensus wrapper with latest beacon node changes
- minor fixes
There's a lot of duplication of |
Yes, a quick and ugly shortcut to test different scenarios. |
f071a9b
to
50e0134
Compare
necessary changes.
branch with all the required changes in nimbus-eth2.
Superseded by #3646 |
A full running project prototype of a nimbus consensus and execution clients as single binary.
Lot of improvements to be addressed, but this pr attempts to provide a working concept for the idea.