updating protected topics in favor of protected shards (#229)

This commit is contained in:
gabrielmer 2024-10-31 15:43:04 +02:00 committed by GitHub
parent 579f454efd
commit 0313cf287a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ Here are the available node configuration options, along with their default valu
| Name | Default Value | Description | | Name | Default Value | Description |
| ----------------- | --------------------------- | --------------------------------------------------------------------------------------------------- | | ----------------- | --------------------------- | --------------------------------------------------------------------------------------------------- |
| `config-file` | | Loads configuration from a TOML file (cmd-line parameters take precedence) | | `config-file` | | Loads configuration from a TOML file (cmd-line parameters take precedence) |
| `protected-topic` | `newSeq[ProtectedTopic](0)` | Topics and its public key to be used for message validation, topic:pubkey. Argument may be repeated | | `protected-shard` | `newSeq[ProtectedShard](0)` | Shards and its public keys to be used for message validation, shard:pubkey. Argument may be repeated |
## Log config ## Log config