This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nimbus-eth2
mirror of
https://github.com/status-im/nimbus-eth2.git
Watch
2
Star
0
Fork
You've already forked nimbus-eth2
0
Code
Issues
Projects
Releases
Wiki
Activity
6dab867848
nimbus-eth2
/
beacon_chain
/
spec
History
Dustin Brody
6dab867848
cleanup
2019-02-25 14:58:04 +00:00
..
beaconstate.nim
switch from legacy pre-spec sum_effective_balances(...) to get_total_balance(...)
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
much faster shuffling based on observations from
https://github.com/protolambda/eth2-shuffle
enough that it's not easy to get exact speedup numbers
2019-02-25 14:58:04 +00: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
cleanup
2019-02-25 14:58:04 +00:00