You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: data/simulation/config.schema.json
+12
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,10 @@
72
72
},
73
73
"type": "object"
74
74
},
75
+
"LeiosVariant": {
76
+
"enum": ["short", "full"],
77
+
"type": "string"
78
+
},
75
79
"LogNormalDistribution": {
76
80
"properties": {
77
81
"distribution": {
@@ -244,6 +248,10 @@
244
248
"description": "Only supported by Rust simulation.",
245
249
"type": "number"
246
250
},
251
+
"leios-header-diffusion-time-ms": {
252
+
"description": "The expected time it takes a header to fully diffuse across the network.\nThis is Δhdr from the Leios paper.\n\nOnly supported by Rust simulation.",
253
+
"type": "number"
254
+
},
247
255
"leios-stage-active-voting-slots": {
248
256
"additionalProperties": false,
249
257
"properties": {},
@@ -254,6 +262,10 @@
254
262
"properties": {},
255
263
"type": "number"
256
264
},
265
+
"leios-variant": {
266
+
"$ref": "#/definitions/LeiosVariant",
267
+
"description": "Only supported by Rust simulation."
268
+
},
257
269
"leios-vote-send-recv-stages": {
258
270
"description": "Determines whether a Leios pipeline has separate Vote (Send) and Vote (Recv) stages.\nIf this is set to `true`, it is recommended to set `leios-stage-active-voting-slots`\nto be equal to `leios-stage-length-slots`.\n\nOnly supported by Haskell simulation.",
0 commit comments