core: drop legacy receipt types (#26225)
This PR drops the legacy receipt types, the freezer-migrate command and the startup check. The previous attempt #22852 at this failed because there were users who still had legacy receipts in their db, so it had to be reverted #23247. Since then we added a command to migrate legacy dbs #24028. As of the last hardforks all users either must have done the migration, or used the --ignore-legacy-receipts flag which will stop working now.
This commit is contained in:
@@ -669,11 +669,6 @@ var (
|
||||
}
|
||||
|
||||
// MISC settings
|
||||
IgnoreLegacyReceiptsFlag = &cli.BoolFlag{
|
||||
Name: "ignore-legacy-receipts",
|
||||
Usage: "Geth will start up even if there are legacy receipts in freezer",
|
||||
Category: flags.MiscCategory,
|
||||
}
|
||||
SyncTargetFlag = &cli.PathFlag{
|
||||
Name: "synctarget",
|
||||
Usage: `File for containing the hex-encoded block-rlp as sync target(dev feature)`,
|
||||
|
||||
Reference in New Issue
Block a user