Revert "Use consensus-spec-tests v1.3.0-rc.3 (#4021)"

This reverts commit caa6190d4a.
This commit is contained in:
Diva M
2023-03-03 11:07:26 -05:00
parent a9be1eae40
commit 20be7024e1
3 changed files with 2 additions and 10 deletions

View File

@@ -653,11 +653,6 @@ impl<E: EthSpec + TypeName> Handler for MerkleProofValidityHandler<E> {
fn is_enabled_for_fork(&self, fork_name: ForkName) -> bool {
fork_name != ForkName::Base
// Test is skipped due to some changes in the Capella light client
// spec.
//
// https://github.com/sigp/lighthouse/issues/4022
&& fork_name != ForkName::Capella
}
}