mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 14:24:44 +00:00
Schedule Deneb on mainnet (#5233)
* Schedule Deneb on mainnet * Fix trusted setup roundtrip test * Fix BN CLI tests for insecure genesis sync
This commit is contained in:
@@ -583,6 +583,8 @@ mod tests {
|
||||
} else {
|
||||
GenesisStateSource::Unknown
|
||||
};
|
||||
// With Deneb enabled by default we must set a trusted setup here.
|
||||
let kzg_trusted_setup = get_trusted_setup_from_config(&config).unwrap();
|
||||
|
||||
let testnet = Eth2NetworkConfig {
|
||||
deposit_contract_deploy_block,
|
||||
@@ -593,7 +595,7 @@ mod tests {
|
||||
.map(Encode::as_ssz_bytes)
|
||||
.map(Into::into),
|
||||
config,
|
||||
kzg_trusted_setup: None,
|
||||
kzg_trusted_setup: Some(kzg_trusted_setup),
|
||||
};
|
||||
|
||||
testnet
|
||||
|
||||
Reference in New Issue
Block a user