nimbus-eth2/beacon_chain
Dustin Brody 8dadbd3257 fix spurious assertion per https://github.com/ethereum/eth2.0-specs/issues/515 2019-01-28 20:49:20 -08:00
..
spec fix spurious assertion per https://github.com/ethereum/eth2.0-specs/issues/515 2019-01-28 20:49:20 -08:00
beacon_chain_db.nim Back the db by rocksdb backend 2019-01-17 14:38:16 +02:00
beacon_node.nim fix spurious assertion per https://github.com/ethereum/eth2.0-specs/issues/515 2019-01-28 20:49:20 -08: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 Add --logLevel command-line flag; Fix running the start.sh script from the beacon-chain repo 2019-01-17 14:38:27 +02:00
extras.nim spec updates 2018-12-28 02:32:41 +02:00
fork_choice.nim Back the db by rocksdb backend 2019-01-17 14:38:16 +02:00
gossipsub_protocol.nim Typo fix 2019-01-25 23:13:41 +01:00
mainchain_monitor.nim deposit root to Eth1Data transition 2019-01-18 12:47:30 +02:00
randao.nim Chain creation and network simulation start script 2018-12-19 15:39:00 +02:00
ssz.nim Uint24 -> ValidatorIndex; Fork.pre_fork_version -> Fork.previous_version; Fork.post_fork_version -> Fork.current_version 2019-01-28 20:15:00 -08:00
state_transition.nim fix spurious assertion per https://github.com/ethereum/eth2.0-specs/issues/515 2019-01-28 20:49:20 -08:00
sync_protocol.nim epochs replace slots as main first-class entity; several mechanical renamings (ForkData -> Fork; .fork_data -> .fork; remove stub custody types/code; some type aliasing to keep slots and epochs more enforceably separate; fix test_state_transition.nim assumption that GENESIS_SLOT == 0 2019-01-28 19:22:22 -08:00
time.nim epochs replace slots as main first-class entity; several mechanical renamings (ForkData -> Fork; .fork_data -> .fork; remove stub custody types/code; some type aliasing to keep slots and epochs more enforceably separate; fix test_state_transition.nim assumption that GENESIS_SLOT == 0 2019-01-28 19:22:22 -08:00
trusted_state_snapshots.nim deposit root to Eth1Data transition 2019-01-18 12:47:30 +02:00
validator_keygen.nim Replace the usage of cligen with confutils (#68) 2019-01-23 12:45:15 -06:00
validator_pool.nim Stable network simulation 2019-01-09 10:45:33 +02:00
work_pool.nim initial rough commit of a work/attestation pool (#46) 2018-12-26 13:17:30 +01:00