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
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -251,6 +251,10 @@
251
251
"description": "The expected time it takes a header to fully diffuse across the network.\nThis is Δhdr from the Leios paper.",
252
252
"type": "number"
253
253
},
254
+
"leios-late-ib-inclusion": {
255
+
"description": "Extends Leios so that EB producers include IBs directly from previous pipelines\nwhere no certified EB was observed.\n\nOnly supported by Rust simulation.",
256
+
"type": "boolean"
257
+
},
254
258
"leios-stage-active-voting-slots": {
255
259
"additionalProperties": false,
256
260
"properties": {},
@@ -262,8 +266,7 @@
262
266
"type": "number"
263
267
},
264
268
"leios-variant": {
265
-
"$ref": "#/definitions/LeiosVariant",
266
-
"description": "Only supported by Rust simulation."
269
+
"$ref": "#/definitions/LeiosVariant"
267
270
},
268
271
"leios-vote-send-recv-stages": {
269
272
"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