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-18 17:37:33 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nimbus-eth2
/
research
History
Yuriy Glukhov
a62d25ab98
Merge pull request
#131
from status-im/state-replay
...
initial state replay implementation
2019-02-22 18:04:48 +02:00
..
fork_choice_rule
spec 0.3.0 updates: EPOCH_LENGTH -> SLOTS_PER_EPOCH, SlotNumber -> Slot, EpochNumber -> Epoch (
#127
)
2019-02-19 19:33:58 -06:00
.gitignore
spec updates (
#45
)
2018-12-21 16:37:46 -06:00
sereth.nim
Use nim-eth (
#82
)
2019-02-05 20:21:18 +01:00
serialized_sizes.nim
convert some asserts to doAsserts to keep them in release mode builds; rename get_initial_beacon_state to get_genesis_beacon_state to track spec; switch target spec version to 0.3.0; switch references to penalize_validator to slash_validator/slashValidator to track spec; make some function returns safer by omitting 'return' (
#132
)
2019-02-22 10:56:45 +01:00
serialized_sizes.nim.cfg
ssz: finish implementation (
#42
)
2018-12-17 19:03:53 +01:00
state_sim.nim
Merge pull request
#131
from status-im/state-replay
2019-02-22 18:04:48 +02:00