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
refactor: rename function and clarify some comments after review
- Rename function 'allow_unparsable_block' to 'compute_allow_unparsable_block' and clarify its comment
- Add reference to pre-production network in 'allow_unparsable_block' comments
Copy file name to clipboardExpand all lines: docs/website/root/manual/developer-docs/nodes/mithril-aggregator.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -445,7 +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 production networks. |`false`| - | - |
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`| - | - |
Copy file name to clipboardExpand all lines: docs/website/root/manual/developer-docs/nodes/mithril-signer.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ Options:
165
165
--allow-unparsable-block
166
166
If set no error is returned incase of unparsable block and an error log is written instead.
167
167
168
-
Will be ignored on production networks.
168
+
Will be ignored on (pre)production networks.
169
169
170
170
-h, --help
171
171
Print help (see a summary with '-h')
@@ -251,4 +251,4 @@ Here is a list of the available parameters:
251
251
|`enable_metrics_server`|`--enable-metrics-server`| - |`ENABLE_METRICS_SERVER`| Enable metrics HTTP server (Prometheus endpoint on /metrics) |`false`| - | - |
252
252
|`metrics_server_ip`|`--metrics-server-ip`| - |`METRICS_SERVER_IP`| Metrics HTTP server IP |`0.0.0.0`| - | - |
253
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 production networks. |`false`| - | - |
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`| - | - |
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."
254
+
description="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."
0 commit comments