Skip to content

Remove deprecated --eth1.* flags #8697

@nflaig

Description

@nflaig

Remove deprecated --eth1.* flag in next major release

export const options: CliCommandOptions<Eth1Args> = {

Also related to that, we can remove data cleanup code, we can do this after the next hard fork to make sure all users had their databases cleaned up

// Delete deprecated eth1 data to free up disk space for users
await db.deleteDeprecatedEth1Data();

Metadata

Metadata

Assignees

No one assigned

    Labels

    meta-technical-debtIssues introducing or resolving technical debts.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions