mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-21 06:48:27 +00:00
get spec tests working and fix json serialization
This commit is contained in:
@@ -60,6 +60,14 @@ impl<E: EthSpec> Case for SanityBlocks<E> {
|
||||
}
|
||||
|
||||
fn result(&self, _case_index: usize, fork_name: ForkName) -> Result<(), Error> {
|
||||
if cfg!(feature = "withdrawals-processing") && fork_name == ForkName::Eip4844 {
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
if !cfg!(feature = "withdrawals-processing") && fork_name == ForkName::Capella {
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
self.metadata.bls_setting.unwrap_or_default().check()?;
|
||||
|
||||
let mut bulk_state = self.pre.clone();
|
||||
|
||||
Reference in New Issue
Block a user