This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nimbus-eth2
Watch
2
Star
0
Fork
0
You've already forked nimbus-eth2
mirror of
https://github.com/status-im/nimbus-eth2.git
synced
2025-02-10 21:46:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nimbus-eth2
/
beacon_chain
/
fork_choice
History
Jacek Sieka
c6674de5d2
use epoch ref to update fork choice
...
this dramatically speeds up startup in long periods of non-finality
2020-08-04 20:00:31 +03:00
..
fork_choice_types.nim
removed the BlockPool type and all of the proxy functions around it (
#1401
)
2020-07-30 21:18:17 +02:00
fork_choice.nim
use epoch ref to update fork choice
2020-08-04 20:00:31 +03:00
proto_array.nim
more fork-choice fixes (
#1388
)
2020-07-30 17:48:25 +02:00
README.md
bump a couple more eth2 phase0 spec refs to v0.11.1
2020-04-17 16:37:52 +03:00
README.md
Fork choice implementations
References:
https://github.com/ethereum/eth2.0-specs/blob/v0.11.1/specs/phase0/fork-choice.md
https://github.com/protolambda/lmd-ghost