Skip to content

Commit d345456

Browse files
feat!: remove deprecated compatibility-eth64-forkid-enabled option (#8541)
Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
1 parent 5438456 commit d345456

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22
## Unreleased
33
### Breaking Changes
4+
- `--compatibility-eth64-forkid-enabled` has been removed. [#8541](https://github.com/hyperledger/besu/pull/8541)
45

56
### Upcoming Breaking Changes
67
### Additions and Improvements

besu/src/main/java/org/hyperledger/besu/cli/options/EthProtocolOptions.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,6 @@ public class EthProtocolOptions implements CLIOptions<EthProtocolConfiguration>
8888
private PositiveNumber maxGetPooledTransactions =
8989
PositiveNumber.fromInt(EthProtocolConfiguration.DEFAULT_MAX_GET_POOLED_TRANSACTIONS);
9090

91-
@SuppressWarnings("UnusedVariable")
92-
@Deprecated(forRemoval = true)
93-
@CommandLine.Option(
94-
hidden = true,
95-
names = "--compatibility-eth64-forkid-enabled",
96-
paramLabel = "<Boolean>",
97-
description = "This option is deprecated and will be removed in a future release.")
98-
private Boolean legacyEth64ForkIdEnabled = false;
99-
10091
@CommandLine.Option(
10192
hidden = true,
10293
names = {MAX_CAPABILITY},

0 commit comments

Comments
 (0)