File tree 2 files changed +6
-6
lines changed
simulation/src/LeiosProtocol
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -180,10 +180,10 @@ vote-diffusion-max-window-size: 100
180
180
# Certificate Configuration
181
181
# ###############################################################################
182
182
183
- # vote-spec#" certificate bytes"
184
- cert-size-bytes-constant : 136
185
- # vote-spec#"certificate bytes" ((80/8) + 76 * (100 - 80))/100
186
- cert-size-bytes-per-node : 15
183
+ # vote-spec - certificate size plot.
184
+ # Realistic stake distributions need about 7 kilobytes for the certificate.
185
+ cert-size- bytes-constant : 7168
186
+ cert-size-bytes-per-node : 0
187
187
188
188
# For certificate timings we have bulk figures for realistic scenarios,
189
189
# so we do not attempt to give -per-node (i.e. per-voter) timings.
Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ instance Default Config where
209
209
, certGenerationCpuTimeMsPerNode = 0.0
210
210
, certValidationCpuTimeMsConstant = 130.0
211
211
, certValidationCpuTimeMsPerNode = 0.0
212
- , certSizeBytesConstant = 136
213
- , certSizeBytesPerNode = 15
212
+ , certSizeBytesConstant = 7168
213
+ , certSizeBytesPerNode = 0
214
214
}
215
215
216
216
configToJSONWith :: Getter Config -> Config -> Value
You can’t perform that action at this time.
0 commit comments