Skip to content

Commit 155bb8d

Browse files
committed
docs: add allow_unparsable_block parameter in Aggregator and Signer nodes doc
1 parent 6364a1f commit 155bb8d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/website/root/manual/developer-docs/nodes/mithril-aggregator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ Here is a list of the available parameters:
445445
| `signed_entity_types` | `--signed-entity-types` | - | `SIGNED_ENTITY_TYPES` | Signed entity types parameters (discriminants names in an ordered comma separated list) | - | `MithrilStakeDistribution,CardanoImmutableFilesFull,CardanoStakeDistribution` | - |
446446
| `snapshot_compression_algorithm` | `--snapshot-compression-algorithm` | - | `SNAPSHOT_COMPRESSION_ALGORITHM` | Compression algorithm of the snapshot archive | `zstandard` | `gzip` or `zstandard` | - |
447447
| `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` | - | - |
448449

449450
`genesis bootstrap` command:
450451

docs/website/root/manual/developer-docs/nodes/mithril-signer.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ Options:
162162
[env: METRICS_SERVER_PORT=]
163163
[default: 9090]
164164

165+
--allow-unparsable-block
166+
If set no error is returned in case of unparsable block and an error log is written instead.
167+
168+
Will be ignored on production networks.
169+
165170
-h, --help
166171
Print help (see a summary with '-h')
167172

@@ -246,3 +251,4 @@ Here is a list of the available parameters:
246251
| `enable_metrics_server` | `--enable-metrics-server` | - | `ENABLE_METRICS_SERVER` | Enable metrics HTTP server (Prometheus endpoint on /metrics) | `false` | - | - |
247252
| `metrics_server_ip` | `--metrics-server-ip` | - | `METRICS_SERVER_IP` | Metrics HTTP server IP | `0.0.0.0` | - | - |
248253
| `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 in case of unparsable block and an error log is written instead. Will be ignored on production networks. | `false` | - | - |

0 commit comments

Comments
 (0)