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-01-22 20:42:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nimbus-eth2
/
beacon_chain
/
spec
History
Dustin Brody
a42601e29e
initial epoch processing update switching from slot-oriented to epoch-oriented, using newer helper functions
2019-02-25 14:58:04 +00:00
..
beaconstate.nim
initial epoch processing update switching from slot-oriented to epoch-oriented, using newer helper functions
2019-02-25 14:58:04 +00:00
crypto.nim
More spec v0.3.0 notations and updates (
#129
)
2019-02-20 14:35:27 -06:00
datatypes.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
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
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