@@ -100,6 +100,10 @@ inputs:
100
100
mithril_aggregator_cexplorer_pools_url :
101
101
description : CExplorer url of the list of pools that is used by the mithril aggregator.
102
102
required : false
103
+ mithril_aggregator_allow_unparsable_block :
104
+ description : If set no error is returned in case of unparsable block and an error log is written instead. Will be ignored on production networks.
105
+ required : false
106
+ default : " false"
103
107
prometheus_auth_username :
104
108
description : Prometheus metrics endpoint username.
105
109
required : false
@@ -153,7 +157,7 @@ runs:
153
157
environment_prefix = "${{ inputs.environment_prefix }}"
154
158
cardano_network = "${{ inputs.cardano_network }}"
155
159
cardano_image_id = "${{ inputs.cardano_node_version }}"
156
- cardano_image_registry = "${{ inputs.cardano_node_docker_registry }}"
160
+ cardano_image_registry = "${{ inputs.cardano_node_docker_registry }}"
157
161
google_region = "${{ inputs.google_region }}"
158
162
google_zone = "${{ inputs.google_zone }}"
159
163
google_machine_type = "${{ inputs.google_machine_type }}"
@@ -178,6 +182,7 @@ runs:
178
182
mithril_aggregator_zstandard_parameters_level = "${{ inputs.mithril_aggregator_zstandard_parameters_level }}"
179
183
mithril_aggregator_zstandard_parameters_workers = "${{ inputs.mithril_aggregator_zstandard_parameters_workers }}"
180
184
mithril_aggregator_cexplorer_pools_url = "${{ inputs.mithril_aggregator_cexplorer_pools_url }}"
185
+ mithril_aggregator_allow_unparsable_block = "${{ inputs.mithril_aggregator_allow_unparsable_block }}"
181
186
prometheus_auth_username = "${{ inputs.prometheus_auth_username }}"
182
187
prometheus_auth_password = "${{ inputs.prometheus_auth_password }}"
183
188
prometheus_ingest_host = "${{ inputs.prometheus_ingest_host }}"
0 commit comments