-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
ClientSee https://miro.com/app/board/uXjVNZ03E-c=/ for detailsSee https://miro.com/app/board/uXjVNZ03E-c=/ for detailsbugSomething isn't workingSomething isn't working
Description
The argument "persistance" and its nested arguments cannot be provided using the toml configuration file.
Expected config file:
otherFields="value"
...
[persistence]
eth-provider="http://address"
eth-private-key="eth.key"
Persistence and nested arguments are ignored and API calls return "Persistence is not enabled".
Providing persistence via the CLI arguments:
codex persistance --config-file=config.toml
Results in node startup-failure with "Unexpected field 'eth-provider' while deserializing".
Probably the "prover" argument can also not be provided with the config file.
Metadata
Metadata
Assignees
Labels
ClientSee https://miro.com/app/board/uXjVNZ03E-c=/ for detailsSee https://miro.com/app/board/uXjVNZ03E-c=/ for detailsbugSomething isn't workingSomething isn't working