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
@@ -273,6 +273,10 @@
273
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.",
274
274
"type": "boolean"
275
275
},
276
+
"leios-mempool-aggressive-pruning": {
277
+
"description": "If true, transactions will be removed from the Leios mempool if they conflict with in-flight IBs.",
278
+
"type": "boolean"
279
+
},
276
280
"leios-mempool-sampling-strategy": {
277
281
"$ref": "#/definitions/MempoolSamplingStrategy",
278
282
"description": "The strategy to use when selecting TXs from the Leios mempool."
@@ -369,6 +373,10 @@
369
373
"properties": {},
370
374
"type": "number"
371
375
},
376
+
"tx-overcollateralization-factor-distribution": {
377
+
"$ref": "#/definitions/Distribution",
378
+
"description": "Distribution used to choose the \"over-collateralization factor\" for a transaction.\n0 means the transaction is not over-collateralized, n means it has enough extra collateral to be included in n shards.\nOnly supported by Rust simulation."
379
+
},
372
380
"tx-size-bytes-distribution": {
373
381
"$ref": "#/definitions/Distribution",
374
382
"description": "Only supported by Rust simulation."
0 commit comments