Skip to content

Commit 31508be

Browse files
committed
fix(e2e): lighten updated protocol parameters
Reduce the number of lotteries played to get closer to the initial parameter set, as the test only needs to exercise the parameters update.
1 parent 9bb7e7d commit 31508be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • mithril-test-lab/mithril-end-to-end/src/toolkit

mithril-test-lab/mithril-end-to-end/src/toolkit/exec.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ impl ExecToolkit {
102102
aggregator.stop().await?;
103103
let protocol_parameters_new = match aggregate_signature_type {
104104
AggregateSignatureType::Concatenation => ProtocolParameters {
105-
k: 145,
106-
m: 210,
107-
phi_f: 0.80,
105+
k: 83,
106+
m: 130,
107+
phi_f: 0.75,
108108
},
109109
AggregateSignatureType::Snark => ProtocolParameters {
110110
k: 7,

0 commit comments

Comments
 (0)