mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-18 22:49:34 +00:00
Merge branch 'unstable' into progressive-list-tests
This commit is contained in:
@@ -1197,3 +1197,15 @@ fn compute_columns_for_custody_group() {
|
||||
ComputeColumnsForCustodyGroupHandler::<MainnetEthSpec>::default().run();
|
||||
ComputeColumnsForCustodyGroupHandler::<MinimalEthSpec>::default().run();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn gossip_proposer_slashing() {
|
||||
GossipValidationHandler::<MinimalEthSpec>::new("gossip_proposer_slashing").run();
|
||||
GossipValidationHandler::<MainnetEthSpec>::new("gossip_proposer_slashing").run();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn gossip_attester_slashing() {
|
||||
GossipValidationHandler::<MinimalEthSpec>::new("gossip_attester_slashing").run();
|
||||
GossipValidationHandler::<MainnetEthSpec>::new("gossip_attester_slashing").run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user