mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-29 10:54:24 +00:00
Merge branch 'v0.6.1' into docker-env
This commit is contained in:
@@ -64,6 +64,7 @@ fn test_yaml_vectors<T: ForkChoice<MemoryStore>>(
|
||||
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(),
|
||||
};
|
||||
@@ -72,6 +73,7 @@ fn test_yaml_vectors<T: ForkChoice<MemoryStore>>(
|
||||
let body = BeaconBlockBody {
|
||||
eth1_data,
|
||||
randao_reveal,
|
||||
graffiti: [0; 32],
|
||||
proposer_slashings: vec![],
|
||||
attester_slashings: vec![],
|
||||
attestations: vec![],
|
||||
|
||||
Reference in New Issue
Block a user