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/topology.schema.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,10 @@
52
52
"tx-conflict-fraction": {
53
53
"description": "What fraction of TXs (from 0 to 1) should introduce conflicts with transactions which were produced before?\nOnly supported by Rust simulation.",
54
54
"type": "number"
55
+
},
56
+
"tx-generation-weight": {
57
+
"description": "How likely is this node to generate transactions, compared to its peers?\nDefault is 0 for nodes with stake, 1 for nodes with no stake.\nOnly supported by Rust simulation.",
58
+
"type": "number"
55
59
}
56
60
},
57
61
"type": "object"
@@ -95,6 +99,10 @@
95
99
"tx-conflict-fraction": {
96
100
"description": "What fraction of TXs (from 0 to 1) should introduce conflicts with transactions which were produced before?\nOnly supported by Rust simulation.",
97
101
"type": "number"
102
+
},
103
+
"tx-generation-weight": {
104
+
"description": "How likely is this node to generate transactions, compared to its peers?\nDefault is 0 for nodes with stake, 1 for nodes with no stake.\nOnly supported by Rust simulation.",
0 commit comments