mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Fix Final Spec Tests!
This commit is contained in:
@@ -99,17 +99,18 @@ fn operations_execution_layer_withdrawal_reqeusts() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(feature = "fake_crypto"))]
|
||||||
fn operations_deposit_receipts() {
|
fn operations_deposit_receipts() {
|
||||||
OperationsHandler::<MinimalEthSpec, DepositReceipt>::default().run();
|
OperationsHandler::<MinimalEthSpec, DepositReceipt>::default().run();
|
||||||
OperationsHandler::<MainnetEthSpec, DepositReceipt>::default().run();
|
OperationsHandler::<MainnetEthSpec, DepositReceipt>::default().run();
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO(electra) enable once tests are added for these
|
#[test]
|
||||||
// #[test]
|
fn operations_consolidations() {
|
||||||
// fn operations_consolidations() {
|
OperationsHandler::<MinimalEthSpec, SignedConsolidation>::default().run();
|
||||||
// OperationsHandler::<MinimalEthSpec, SignedConsolidation>::default().run();
|
//TODO(electra): re-enable mainnet once they make tests for this
|
||||||
//OperationsHandler::<MainnetEthSpec, SignedConsolidation>::default().run();
|
//OperationsHandler::<MainnetEthSpec, SignedConsolidation>::default().run();
|
||||||
// }
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn operations_bls_to_execution_change() {
|
fn operations_bls_to_execution_change() {
|
||||||
|
|||||||
Reference in New Issue
Block a user