nimbus-eth2/tests/simulation
Viktor Kirilov 8760494c72 first batch of work towards the VC/BN split:
- we have a new binary which connects via RPC to the respective BN and has an internal clock - waking it up on every slot
- the BN has a new option called --external-validators and currently in order to have the VC binaries to run we need to pass EXTERNAL_VALIDATORS=yes to make
- factored some code out of beacon_node.nim for easier reuse in validator_api.nim and validator_client.nim
- the VC loads its associated private keys from the datadir for its BN
- most of the validator API calls have been implemented as a stub.
- the VC polls its BN at the start of each epoch - getting a list of all active validators for the current epoch - and then continues to request blocks and sign them with its appropriate validators when necessary
2020-05-25 16:23:15 +03:00
..
.gitignore simulation: metric visualisation 2019-10-23 20:57:59 +02:00
beacon-chain-sim-node0-Grafana-dashboard.json work around Prometheus quirks [skip ci] 2020-05-12 18:36:43 +02:00
process_dashboard.nim fix Grafana dashboards (#1006) 2020-05-11 18:35:53 +00:00
run_node.sh first batch of work towards the VC/BN split: 2020-05-25 16:23:15 +03:00
start.sh first batch of work towards the VC/BN split: 2020-05-25 16:23:15 +03:00
vars.sh first batch of work towards the VC/BN split: 2020-05-25 16:23:15 +03:00