Follow distance fix (#1082)

* Ensure eth1 follow distance is respected

* Add more info! logs for eth1

* Improve builder log

* Fix timestamp
This commit is contained in:
Paul Hauner
2020-04-30 17:14:57 +10:00
committed by GitHub
parent e0723dfc3b
commit b6c027b9ec
4 changed files with 70 additions and 17 deletions

View File

@@ -207,7 +207,9 @@ where
info!(
context.log,
"Waiting for eth2 genesis from eth1";
"eth1_node" => &config.eth1.endpoint
"eth1_endpoint" => &config.eth1.endpoint,
"contract_deploy_block" => config.eth1.deposit_contract_deploy_block,
"deposit_contract" => &config.eth1.deposit_contract_address
);
let genesis_service =