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: docs/website/versioned_docs/version-maintained/manual/developer-docs/nodes/mithril-aggregator.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -445,6 +445,7 @@ Here is a list of the available parameters:
445
445
|`signed_entity_types`|`--signed-entity-types`| - |`SIGNED_ENTITY_TYPES`| Signed entity types parameters (discriminants names in an ordered comma separated list) | - |`MithrilStakeDistribution,CardanoImmutableFilesFull,CardanoStakeDistribution`| - |
446
446
|`snapshot_compression_algorithm`|`--snapshot-compression-algorithm`| - |`SNAPSHOT_COMPRESSION_ALGORITHM`| Compression algorithm of the snapshot archive |`zstandard`|`gzip` or `zstandard`| - |
447
447
|`zstandard_parameters`| - | - |`ZSTANDARD_PARAMETERS__LEVEL` and `ZSTANDARD_PARAMETERS__NUMBER_OF_WORKERS`| Zstandard specific parameters | - |`{ level: 9, number_of_workers: 4 }`| - |
448
+
|`allow_unparsable_block`|`--allow-unparsable-block`| - |`ALLOW_UNPARSABLE_BLOCK`| If set no error is returned in case of unparsable block and an error log is written instead. Will be ignored on (pre)production networks. |`false`| - | - |
@@ -336,7 +334,6 @@ Here is a list of the available parameters:
336
334
|`verbose`|`--verbose`|`-v`|`VERBOSE`| Verbosity level | - | Parsed from the number of occurrences: `-v` for `Warning`, `-vv` for `Info`, `-vvv` for `Debug` and `-vvvv` for `Trace`|:heavy_check_mark:|
Copy file name to clipboardExpand all lines: docs/website/versioned_docs/version-maintained/manual/developer-docs/nodes/mithril-signer.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,11 @@ Options:
162
162
[env: METRICS_SERVER_PORT=]
163
163
[default: 9090]
164
164
165
+
--allow-unparsable-block
166
+
If set no error is returned incase of unparsable block and an error log is written instead.
167
+
168
+
Will be ignored on (pre)production networks.
169
+
165
170
-h, --help
166
171
Print help (see a summary with '-h')
167
172
@@ -246,3 +251,4 @@ Here is a list of the available parameters:
246
251
|`enable_metrics_server`|`--enable-metrics-server`| - |`ENABLE_METRICS_SERVER`| Enable metrics HTTP server (Prometheus endpoint on /metrics) |`false`| - | - |
247
252
|`metrics_server_ip`|`--metrics-server-ip`| - |`METRICS_SERVER_IP`| Metrics HTTP server IP |`0.0.0.0`| - | - |
248
253
|`metrics_server_port`|`--metrics-server-port`| - |`METRICS_SERVER_PORT`| Metrics HTTP server listening port |`9090`| - | - |
254
+
|`allow_unparsable_block`|`--allow-unparsable-block`| - |`ALLOW_UNPARSABLE_BLOCK`| If set no error is returned incase of unparsable block and an error log is written instead. Will be ignored on (pre)production networks. |`false`| - | - |
0 commit comments