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-13 15:07:01 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nimbus-eth2
/
beacon_chain
/
spec
History
Yuriy Glukhov
21e4debda0
Merge pull request
#117
from status-im/sync2
...
Initial full sync impl
2019-03-04 21:05:24 +02:00
..
beaconstate.nim
Switch hash functions, prevent underflow & verify that shuffling works (
#149
)
2019-03-01 17:50:01 -06:00
crypto.nim
Comments addressed
2019-03-04 13:50:26 +02:00
datatypes.nim
Initial full sync impl
2019-03-01 19:39:38 +02:00
digest.nim
Switch hash functions, prevent underflow & verify that shuffling works (
#149
)
2019-03-01 17:50:01 -06:00
helpers.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
validator.nim
Switch hash functions, prevent underflow & verify that shuffling works (
#149
)
2019-03-01 17:50:01 -06:00