@@ -114,7 +114,6 @@ profilesNoEraEmpty = map baseNoDataset
114
114
let fast =
115
115
P. empty & V. datasetEmpty . genesis . fastDuration
116
116
. P. uniCircle . P. loopback
117
- . V. clusterDefault -- TODO: "cluster" should be "null" here.
118
117
fast1 = fast & V. hosts 1
119
118
fast2 = fast & V. hosts 2
120
119
in [
@@ -134,7 +133,6 @@ profilesNoEraEmpty = map baseNoDataset
134
133
let ciTest =
135
134
P. empty & V. datasetEmpty . genesis . ciTestDuration
136
135
. P. uniCircle . V. hosts 2 . P. loopback
137
- . V. clusterDefault -- TODO: "cluster" should be "null" here.
138
136
in [
139
137
-- Local
140
138
ciTest & P. name " ci-test" . V. valueLocal . P. traceForwardingOn . P. newTracing . P. p2pOff
@@ -152,7 +150,6 @@ profilesNoEraEmpty = map baseNoDataset
152
150
P. empty & V. datasetEmpty . V. genesisVariantPreVoltaire . ciTestDuration
153
151
. P. uniCircle . V. hosts 2 . P. loopback
154
152
. P. analysisSizeSmall
155
- . V. clusterDefault -- TODO: "cluster" should be "null" here.
156
153
in [
157
154
-- intricacies of fee calculation..., default fee works for ci-test-plutus and ci-bench-plutus
158
155
ciTestHydra & P. name " ci-test-hydra" . P. txFeeOverwrite 1380000 . V. plutusLoop . P. traceForwardingOn . P. newTracing . P. p2pOn . P. blocksize64k
@@ -166,7 +163,6 @@ profilesNoEraEmpty = map baseNoDataset
166
163
-- TODO: "default-*" uses 6 nodes and `uniCircle`.
167
164
. P. torus . V. hosts 6 . P. loopback
168
165
. P. tracerWithresources
169
- . V. clusterDefault -- TODO: "cluster" should be "null" here.
170
166
bench = trace & traceBenchDuration
171
167
full = trace & traceFullDuration
172
168
in [
@@ -190,7 +186,6 @@ profilesNoEraEmpty = map baseNoDataset
190
186
-- TODO: The only one without 0 delegators.
191
187
-- Fix and remove `baseNoDataset` (Same `base` for all).
192
188
. P. utxo 0 . P. delegators 6 . P. dreps 0
193
- . V. clusterDefault -- TODO: "cluster" should be "null" here.
194
189
value = noCliStop & V. genesisVariant300
195
190
-- TODO: "fast-plutus" and "ci-test-plutus" are using `genesisVariant300`.
196
191
plutus = noCliStop & V. genesisVariantPreVoltaire
@@ -214,7 +209,6 @@ profilesNoEraEmpty = map baseNoDataset
214
209
let ep =
215
210
P. empty & V. datasetEmpty . genesis . epochTransitionDuration
216
211
. P. uniCircle . V. hosts 2 . P. loopback
217
- . V. clusterDefault -- TODO: "cluster" should be "null" here.
218
212
in [
219
213
ep & P. name " epoch-transition" . V. valueLocal . P. traceForwardingOn . P. newTracing . P. p2pOff
220
214
]
0 commit comments