spec v0.6: update beacon_node, validator_client

This commit is contained in:
Michael Sproul
2019-06-03 16:13:51 +10:00
parent 7fbcdd54d7
commit 6bde64bd6a
7 changed files with 26 additions and 16 deletions

View File

@@ -75,6 +75,7 @@ fn test_yaml_vectors(
let spec = FoundationEthSpec::spec();
let zero_hash = Hash256::zero();
let eth1_data = Eth1Data {
deposit_count: 0,
deposit_root: zero_hash.clone(),
block_hash: zero_hash.clone(),
};
@@ -83,6 +84,7 @@ fn test_yaml_vectors(
let body = BeaconBlockBody {
eth1_data,
randao_reveal,
graffiti: [0; 32],
proposer_slashings: vec![],
attester_slashings: vec![],
attestations: vec![],