nimbus-eth2/beacon_chain
Zahary Karadjov 8f9a5441f1 More reliable network simulation
You'll need the latest versions of nim-eth-p2p, nim-serialization
and nim-json-serialization.

Before starting the simulation script, make sure to delete any previous
json files from the simulation folder:

```
rm tests/simulation/*.json
tests/simulation/start.sh
```

This should survive the creation of few blocks before diying with a
block validation error.
2019-01-05 14:35:47 +02:00
..
fork_choice_rule introduce Eth2Hash, Eth2Digest and friends (#22, fixes #3) 2018-11-27 17:10:09 -06:00
spec More reliable network simulation 2019-01-05 14:35:47 +02:00
beacon_chain_db.nim More reliable network simulation 2019-01-05 14:35:47 +02:00
beacon_node.nim More reliable network simulation 2019-01-05 14:35:47 +02:00
conf.nim More reliable network simulation 2019-01-05 14:35:47 +02:00
extras.nim spec updates 2018-12-28 02:32:41 +02:00
fork_choice.nim More reliable network simulation 2019-01-05 14:35:47 +02:00
gossipsub_protocol.nim More reliable network simulation 2019-01-05 14:35:47 +02:00
mainchain_monitor.nim spec updates (#34) 2018-12-11 11:55:45 -06:00
randao.nim Chain creation and network simulation start script 2018-12-19 15:39:00 +02:00
ssz.nim spec updates (#48) 2018-12-27 14:14:37 -06:00
state_transition.nim More reliable network simulation 2019-01-05 14:35:47 +02:00
sync_protocol.nim spec updates (#34) 2018-12-11 11:55:45 -06:00
time.nim Chain creation and network simulation start script 2018-12-19 15:39:00 +02:00
trusted_state_snapshots.nim More reliable network simulation 2019-01-05 14:35:47 +02:00
validator_keygen.nim More reliable network simulation 2019-01-05 14:35:47 +02:00
validator_pool.nim More reliable network simulation 2019-01-05 14:35:47 +02:00
work_pool.nim initial rough commit of a work/attestation pool (#46) 2018-12-26 13:17:30 +01:00