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 05:35:28 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nimbus-eth2
/
beacon_chain
/
spec
History
Dustin Brody
0305432a87
implement and call process_slashings and process_exit_queue from processEpoch; update a few more epoch processing details to be consistent with 0.3.0; add rest of final upates per epoch (
#136
)
2019-02-26 10:54:08 +01:00
..
beaconstate.nim
implement and call process_slashings and process_exit_queue from processEpoch; update a few more epoch processing details to be consistent with 0.3.0; add rest of final upates per epoch (
#136
)
2019-02-26 10:54:08 +01:00
crypto.nim
More spec v0.3.0 notations and updates (
#129
)
2019-02-20 14:35:27 -06:00
datatypes.nim
implement and call process_slashings and process_exit_queue from processEpoch; update a few more epoch processing details to be consistent with 0.3.0; add rest of final upates per epoch (
#136
)
2019-02-26 10:54:08 +01:00
digest.nim
Use nim-eth (
#82
)
2019-02-05 20:21:18 +01: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
adjust copyright comment form
2019-02-25 14:58:04 +00:00