ChainSafe / ChainSafe/lodestar
Remove deprecated `--eth1.*` flags
Open
meta-technical-debt
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 483
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 150
Description
Remove deprecated `--eth1.*` flag in next major release
https://github.com/ChainSafe/lodestar/blob/2c19bd0b39fe5d611d34f9a77d6a6369dfa81135/packages/cli/src/options/beaconNodeOptions/eth1.ts#L6
https://github.com/ChainSafe/lodestar/blob/2c19bd0b39fe5d611d34f9a77d6a6369dfa81135/packages/cli/src/options/beaconNodeOptions/eth1.ts#L24
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
https://github.com/ChainSafe/lodestar/blob/2c19bd0b39fe5d611d34f9a77d6a6369dfa81135/packages/beacon-node/src/node/nodejs.ts#L200-L201
Contributor guide
Assessment
This issue has not been assessed yet.