chore: update and enable PeerDAS tests to latest spec test release (1.5.0-alpha-5) (#6312)

* enable DAS tests

* update spec testing code

* Update PeerDAS kzg tests input structures to latest spec.

* Update `ef_tests` ignore files.
This commit is contained in:
kevaundray
2024-08-28 11:46:42 +01:00
committed by GitHub
parent c7b9cbe120
commit 653126f42e
5 changed files with 12 additions and 59 deletions

View File

@@ -901,7 +901,6 @@ fn kzg_verify_kzg_proof() {
KZGVerifyKZGProofHandler::<MainnetEthSpec>::default().run();
}
/* TODO(das): enable these tests
#[test]
fn kzg_compute_cells_and_proofs() {
KZGComputeCellsAndKZGProofHandler::<MainnetEthSpec>::default()
@@ -919,7 +918,6 @@ fn kzg_recover_cells_and_proofs() {
KZGRecoverCellsAndKZGProofHandler::<MainnetEthSpec>::default()
.run_for_feature(ForkName::Deneb, FeatureName::Eip7594);
}
*/
#[test]
fn merkle_proof_validity() {