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
Move stracciatella to a separate implementation (#461)
* sim-rs: move stracciatella to a separate implementation
* sim-rs: fix issues with stracciatella
* sim-rs: support referencing txs from last stage in stracciatella
* sim-rs: remove stracciatella code from normal leios sim
Copy file name to clipboardExpand all lines: data/simulation/config.schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,10 @@
192
192
"eb-header-validation-cpu-time-ms": {
193
193
"type": "number"
194
194
},
195
+
"eb-include-txs-from-previous-stage": {
196
+
"description": "For stracciatella: when creating a new EB, have it reference transactions from a previous EB",
197
+
"type": "boolean"
198
+
},
195
199
"eb-max-age-for-relay-slots": {
196
200
"additionalProperties": false,
197
201
"description": "The maximum age of EBs to be relayed.\n\nAn EB from slot `s` will only be relayed\nup to slot `s+eb-max-age-for-relay-slots`.\n\nOnly supported by Haskell simulation.",
0 commit comments