Skip to content

Commit 07d9882

Browse files
committed
docs: add allow_unparsable_block_request parameter in Aggregator and Signer nodes doc
1 parent 0583fad commit 07d9882

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

+1
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_request` | `--allow-unparsable-block-request` | - | `ALLOW_UNPARSABLE_BLOCK_REQUEST` | 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

+1
Original file line numberDiff line numberDiff line change
@@ -246,3 +246,4 @@ Here is a list of the available parameters:
246246
| `enable_metrics_server` | `--enable-metrics-server` | - | `ENABLE_METRICS_SERVER` | Enable metrics HTTP server (Prometheus endpoint on /metrics) | `false` | - | - |
247247
| `metrics_server_ip` | `--metrics-server-ip` | - | `METRICS_SERVER_IP` | Metrics HTTP server IP | `0.0.0.0` | - | - |
248248
| `metrics_server_port` | `--metrics-server-port` | - | `METRICS_SERVER_PORT` | Metrics HTTP server listening port | `9090` | - | - |
249+
| `allow_unparsable_block_request` | `--allow-unparsable-block-request` | - | `ALLOW_UNPARSABLE_BLOCK_REQUEST` | 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)