mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
add epoch processing new tests
This commit is contained in:
@@ -664,6 +664,18 @@ fn epoch_processing_eth1_data_reset() {
|
||||
EpochProcessingHandler::<MainnetEthSpec, Eth1DataReset>::default().run();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn epoch_processing_pending_balance_deposits() {
|
||||
EpochProcessingHandler::<MinimalEthSpec, PendingBalanceDeposits>::default().run();
|
||||
EpochProcessingHandler::<MainnetEthSpec, PendingBalanceDeposits>::default().run();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn epoch_processing_pending_consolidations() {
|
||||
EpochProcessingHandler::<MinimalEthSpec, PendingConsolidations>::default().run();
|
||||
EpochProcessingHandler::<MainnetEthSpec, PendingConsolidations>::default().run();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn epoch_processing_effective_balance_updates() {
|
||||
EpochProcessingHandler::<MinimalEthSpec, EffectiveBalanceUpdates>::default().run();
|
||||
|
||||
Reference in New Issue
Block a user