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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,10 @@
91
91
},
92
92
"type": "object"
93
93
},
94
+
"MempoolSamplingStrategy": {
95
+
"enum": ["ordered-by-id", "random"],
96
+
"type": "string"
97
+
},
94
98
"NormalDistribution": {
95
99
"properties": {
96
100
"distribution": {
@@ -269,6 +273,10 @@
269
273
"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.",
270
274
"type": "boolean"
271
275
},
276
+
"leios-mempool-sampling-strategy": {
277
+
"$ref": "#/definitions/MempoolSamplingStrategy",
278
+
"description": "The strategy to use when selecting TXs from the Leios mempool."
0 commit comments