-
-
Notifications
You must be signed in to change notification settings - Fork 426
Open
Labels
meta-technical-debtIssues introducing or resolving technical debts.Issues introducing or resolving technical debts.
Milestone
Description
Remove deprecated --eth1.* flag in next major release
| export type Eth1Args = { |
| 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
lodestar/packages/beacon-node/src/node/nodejs.ts
Lines 200 to 201 in 2c19bd0
| // Delete deprecated eth1 data to free up disk space for users | |
| await db.deleteDeprecatedEth1Data(); |
Metadata
Metadata
Assignees
Labels
meta-technical-debtIssues introducing or resolving technical debts.Issues introducing or resolving technical debts.