Skip to content

[BUG] Persistence and the config.toml file #1206

@benbierens

Description

@benbierens

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

No one assigned

    Labels

    ClientSee https://miro.com/app/board/uXjVNZ03E-c=/ for detailsbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions