Add tests for genesis and modify genesis to match new specs

This commit is contained in:
Kirk Baird
2019-01-15 12:43:14 +11:00
parent 3fd624923b
commit 0b47b81a6c
4 changed files with 50 additions and 32 deletions

View File

@@ -24,7 +24,10 @@ impl ChainSpec {
beacon_chain_shard_number: u64::max_value(),
bls_withdrawal_prefix_byte: 0x00,
max_casper_votes: 1_024,
latest_block_roots_length: 8_192,
latest_randao_mixes_length: 8_192,
latest_penalized_exit_length: 8_192,
max_withdrawals_per_epoch: 4,
/*
* Deposit contract
*/