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
History
Dustin Brody
433e2f78c2
Merge pull request
#104
from status-im/oug
...
Spec updates for 0.2.0
2019-02-11 15:48:00 +00:00
..
spec
Merge pull request
#104
from status-im/oug
2019-02-11 15:48:00 +00:00
beacon_chain_db.nim
Use nim-eth (
#82
)
2019-02-05 20:21:18 +01:00
beacon_node.nim
latest_crosslink_root -> latest_crosslink; adjust checkAttestation; add SHUFFLE_ROUND_COUNT and FORK_CHOICE_BALANCE_INCREMENT constants; some additional casts because a few places where ValidatorIndex was used are now uint64; remove some old commented-out lines of code from shardcommittee transition
2019-02-11 15:32:27 +01:00
beacon_node.nim.cfg
Add --logLevel command-line flag; Fix running the start.sh script from the beacon-chain repo
2019-01-17 14:38:27 +02:00
conf.nim
Update BLS to the latest scheme. (
#80
)
2019-02-05 17:13:29 +01:00
extras.nim
spec updates
2018-12-28 02:32:41 +02:00
fork_choice.nim
Spec updates (
#94
)
2019-02-07 17:55:48 +01:00
gossipsub_protocol.nim
Asyncdispatch2 rebranding to chronos (
#84
)
2019-02-06 18:56:04 +01:00
mainchain_monitor.nim
Asyncdispatch2 rebranding to chronos (
#84
)
2019-02-06 18:56:04 +01:00
randao.nim
More persistance
2019-02-04 21:44:37 +01:00
ssz.nim
Use nim-eth (
#82
)
2019-02-05 20:21:18 +01:00
state_transition.nim
latest_crosslink_root -> latest_crosslink; adjust checkAttestation; add SHUFFLE_ROUND_COUNT and FORK_CHOICE_BALANCE_INCREMENT constants; some additional casts because a few places where ValidatorIndex was used are now uint64; remove some old commented-out lines of code from shardcommittee transition
2019-02-11 15:32:27 +01:00
sync_protocol.nim
Asyncdispatch2 rebranding to chronos (
#84
)
2019-02-06 18:56:04 +01:00
time.nim
Fix for getting the current epoch number
2019-02-07 16:40:00 +01:00
trusted_state_snapshots.nim
Asyncdispatch2 rebranding to chronos (
#84
)
2019-02-06 18:56:04 +01:00
validator_keygen.nim
implement new RANDAO reveals (
#92
)
2019-02-07 21:13:10 +01:00
validator_pool.nim
Fixed block proposal signature domain
2019-02-07 21:55:44 +01:00