nimbus-eth2/tests/simulation
Bruno Škvorc e69702bab5 Use environment variables (#176)
Passing along no-name command line arguments when using make (from Nimbus) would need make target revamps that are a bit clumsy AFAIK, so using environment variables in the spirit of USE_MULTITAIL to get the number of validators and nodes makes more sense to me.

This lets us run the sim from nim-beacon-chain with

```bash
VALIDATORS=512 NODES=100 USE_MULTITAIL="yes" tests/simulation/start.sh
```

and from Nimbus with:

```bash
VALIDATORS=512 NODES=100 USE_MULTITAIL="yes" make eth2_network_simulation
```

Also makes for a more verbose launch process.
2019-03-13 06:44:30 -06:00
..
.gitignore beacon node sim: various improvements (fixes #111) (#156) 2019-03-07 13:59:28 +00:00
run_node.sh beacon node sim: various improvements (fixes #111) (#156) 2019-03-07 13:59:28 +00:00
start.sh Use environment variables (#176) 2019-03-13 06:44:30 -06:00
vars.sh beacon node sim: various improvements (fixes #111) (#156) 2019-03-07 13:59:28 +00:00