nimbus-eth2/beacon_chain
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
..
2020-05-22 17:15:35 +00:00
2019-09-02 22:14:18 +03:00
2020-04-24 09:16:11 +02:00
2020-05-20 15:41:02 +02:00
2020-05-19 17:16:55 +00:00
2020-05-22 17:15:35 +00:00
2020-05-11 18:08:52 +00:00
2020-03-11 17:26:30 +00:00
2020-05-24 19:00:34 +03:00
2020-05-11 18:08:52 +00:00
2020-05-22 17:15:35 +00:00
2020-05-19 14:08:50 +02:00
2020-04-22 07:53:02 +02:00