File tree Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -705,21 +705,10 @@ mod tests {
705
705
}
706
706
707
707
#[ tokio:: test]
708
- async fn test_inform_epoch_setting_pass_allowed_discriminant_to_epoch_service ( ) {
708
+ async fn test_inform_epoch_setting_pass_available_signed_entity_types_to_epoch_service ( ) {
709
709
let mut services = init_services ( ) . await ;
710
710
let certificate_handler = Arc :: new ( DumbAggregatorClient :: default ( ) ) ;
711
- // certificate_handler
712
- // .set_aggregator_features(AggregatorFeaturesMessage {
713
- // capabilities: AggregatorCapabilities {
714
- // signed_entity_types: BTreeSet::from([
715
- // SignedEntityTypeDiscriminants::MithrilStakeDistribution,
716
- // SignedEntityTypeDiscriminants::CardanoTransactions,
717
- // ]),
718
- // ..AggregatorFeaturesMessage::dummy().capabilities
719
- // },
720
- // ..AggregatorFeaturesMessage::dummy()
721
- // })
722
- // .await;
711
+
723
712
services. certificate_handler = certificate_handler;
724
713
let runner = init_runner ( Some ( services) , None ) . await ;
725
714
Original file line number Diff line number Diff line change @@ -475,12 +475,6 @@ mod tests {
475
475
let protocol_initializer_store =
476
476
Arc :: new ( ProtocolInitializerRepository :: new ( connection, None ) ) ;
477
477
478
- // let epoch_settings = SignerEpochSettings {
479
- // epoch,
480
- // current_signers: signers[..5].to_vec(),
481
- // ..SignerEpochSettings::dummy().clone()
482
- // };
483
-
484
478
let epoch = Epoch ( 12 ) ;
485
479
let mithril_network_configuration = MithrilNetworkConfiguration {
486
480
epoch,
You can’t perform that action at this time.
0 commit comments