mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-15 05:59:39 +00:00
Ef test version update (#4142)
* Revert "revert change to ef_tests" This reverts commit1093ba1a27. * Revert "Revert "Use consensus-spec-tests `v1.3.0-rc.3` (#4021)"" This reverts commit20be7024e1. * update tests
This commit is contained in:
@@ -28,11 +28,6 @@ pub struct MerkleProofValidity<E: EthSpec> {
|
||||
|
||||
impl<E: EthSpec> LoadCase for MerkleProofValidity<E> {
|
||||
fn load_from_dir(path: &Path, fork_name: ForkName) -> Result<Self, Error> {
|
||||
//FIXME(sean)
|
||||
if path.ends_with("execution_merkle_proof") {
|
||||
return Err(Error::SkippedKnownFailure);
|
||||
}
|
||||
|
||||
let spec = &testing_spec::<E>(fork_name);
|
||||
let state = ssz_decode_state(&path.join("object.ssz_snappy"), spec)?;
|
||||
let merkle_proof = yaml_decode_file(&path.join("proof.yaml"))?;
|
||||
|
||||
Reference in New Issue
Block a user