Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.
This repository was archived by the owner on May 24, 2022. It is now read-only.

Use whitelist for CLI arguments instead of blacklist #550

@Tbaut

Description

@Tbaut

The Fether application accepts command line configuration arguments. Certain arguments
are blacklisted. The use of a blacklist is not recommended, as
new features could be added to the underlying Parity node, resulting in unintended extra
functionality invokable by CLI.

We should allow --chain.
If any other argument is needed, users can still spin up the node separately and pass the arguments they wish.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions