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-09 13:56:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nimbus-eth2
/
beacon_chain
/
spec
History
Dustin Brody
5d0de00168
transform a few quadratic algorithms from processEpoch into linear or otherwise subquadratic algorithms (
#155
)
2019-03-06 08:21:13 -06:00
..
beaconstate.nim
transform a few quadratic algorithms from processEpoch into linear or otherwise subquadratic algorithms (
#155
)
2019-03-06 08:21:13 -06:00
crypto.nim
Comments addressed
2019-03-04 13:50:26 +02:00
datatypes.nim
speed up epoch processing by caching shuffling results (
#153
)
2019-03-05 19:10:36 +00: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
speed up epoch processing by caching shuffling results (
#153
)
2019-03-05 19:10:36 +00:00