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
Jacek Sieka
ddb3a9cd94
Revert "Add some missing RLP serialization routines (
#144
)" (
#146
)
...
This reverts commit 859aa327cb1ff70d5371dc39e26cb18d63f91d0d.
2019-03-01 07:34:37 -06:00
..
beaconstate.nim
Complete scan through v0.3.0 spec (
#141
)
2019-02-28 15:24:43 -06:00
crypto.nim
Revert "Add some missing RLP serialization routines (
#144
)" (
#146
)
2019-03-01 07:34:37 -06:00
datatypes.nim
Revert "Add some missing RLP serialization routines (
#144
)" (
#146
)
2019-03-01 07:34:37 -06:00
digest.nim
add initial block pool (
#139
)
2019-02-28 15:21:29 -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
add initial block pool (
#139
)
2019-02-28 15:21:29 -06:00