mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 21:38:31 +00:00
Squashed reset to unstable
This commit is contained in:
committed by
Daniel Knopik
parent
b71b5f2231
commit
f61f0b654c
@@ -955,13 +955,9 @@ fn kzg_recover_cells_and_proofs() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn beacon_state_merkle_proof_validity() {
|
||||
BeaconStateMerkleProofValidityHandler::<MainnetEthSpec>::default().run();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn beacon_block_body_merkle_proof_validity() {
|
||||
BeaconBlockBodyMerkleProofValidityHandler::<MainnetEthSpec>::default().run();
|
||||
fn light_client_merkle_proof_validity() {
|
||||
MerkleProofValidityHandler::<MinimalEthSpec>::default().run();
|
||||
MerkleProofValidityHandler::<MainnetEthSpec>::default().run();
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user