File tree Expand file tree Collapse file tree
mithril-test-lab/mithril-end-to-end Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ jobs:
402402 extra_args :
403403 [
404404 " --aggregate-signature-type=Concatenation" ,
405- " --aggregate-signature-type=Snark --cardano-epoch-length=30 --cardano-slot-length=1.0 --mithril-run-interval 500" ,
405+ " --aggregate-signature-type=Snark --cardano-epoch-length=20 --cardano-slot-length=1.0 --mithril-run-interval 500" ,
406406 ]
407407 steps :
408408 - name : Checkout sources
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ license = { workspace = true }
1010repository = { workspace = true }
1111
1212[features ]
13- default = [" future_snark" , " rustls-tls " ]
13+ default = [" future_snark" , " rustls" ]
1414bundle_tls = [" reqwest/native-tls-vendored" ]
15- rustls-tls = [" reqwest/rustls-tls " ]
15+ rustls = [" reqwest/rustls" ]
1616
1717future_snark = [" mithril-common/future_snark" ]
1818
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = { workspace = true }
1010repository = { workspace = true }
1111
1212[features ]
13- default = [" future_snark" , " rustls-tls " ]
13+ default = [" future_snark" , " rustls" ]
1414# For activating snark features
1515future_snark = [" mithril-common/future_snark" ]
1616rustls = [" reqwest/rustls" ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repository = { workspace = true }
1414ignored = [" reqwest" ]
1515
1616[features ]
17- default = [" future_snark" , " rustls-tls " ]
17+ default = [" future_snark" , " rustls" ]
1818bundle_tls = [" reqwest/native-tls-vendored" ]
1919future_snark = [" mithril-common/future_snark" ]
2020rustls = [" reqwest/rustls" ]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ test = false
1515bench = false
1616
1717[features ]
18- default = [" future_snark" , " rustls-tls " ]
18+ default = [" future_snark" , " rustls" ]
1919allow_skip_signer_certification = []
2020future_snark = [" mithril-common/future_snark" ]
2121rustls = [" reqwest/rustls" ]
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ pub async fn update_protocol_parameters(aggregator: &Aggregator) -> StdResult<()
7979 info ! ( "> stopping aggregator" ) ;
8080 aggregator. stop ( ) . await ?;
8181 let protocol_parameters_new = ProtocolParameters {
82- k : 7 ,
82+ k : 5 ,
8383 m : 9 ,
8484 phi_f : 0.94 ,
8585 } ;
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ impl MithrilInfrastructure {
273273
274274 aggregator
275275 . set_protocol_parameters ( & ProtocolParameters {
276- k : 5 ,
276+ k : 2 ,
277277 m : 9 ,
278278 phi_f : 0.95 ,
279279 } )
You can’t perform that action at this time.
0 commit comments