mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-26 09:13:41 +00:00
Modify BeaconState and BeaconBlockBody to reflect changes in the specs. Also add new variable LATEST_RANDAO_MIXES_LENGTH to foundation
Signed-off-by: Kirk Baird <kirk@sigmaprime.io>
This commit is contained in:
@@ -24,6 +24,7 @@ impl ChainSpec {
|
||||
beacon_chain_shard_number: u64::max_value(),
|
||||
bls_withdrawal_prefix_byte: 0x00,
|
||||
max_casper_votes: 1_024,
|
||||
latest_randao_mixes_length: 8_192,
|
||||
/*
|
||||
* Deposit contract
|
||||
*/
|
||||
|
||||
@@ -18,6 +18,7 @@ pub struct ChainSpec {
|
||||
pub beacon_chain_shard_number: u64,
|
||||
pub bls_withdrawal_prefix_byte: u8,
|
||||
pub max_casper_votes: u64,
|
||||
pub latest_randao_mixes_length: u64,
|
||||
/*
|
||||
* Deposit contract
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user