-
Notifications
You must be signed in to change notification settings - Fork 837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/remove experimental merge flag #3875
Feature/remove experimental merge flag #3875
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. couple of comments
@@ -569,8 +567,9 @@ static class GraphQlOptionGroup { | |||
static class EngineRPCOptionGroup { | |||
@Option( | |||
names = {"--engine-rpc-enabled"}, | |||
description = "Set to start the Engine JSON-RPC service (default: ${DEFAULT-VALUE})") | |||
private final Boolean isEngineRpcEnabled = false; | |||
description = "deprected parameter, do not use.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/deprected/deprecated
CHANGELOG.md
Outdated
@@ -7,6 +7,7 @@ | |||
- multi-arch docker builds for amd64 and arm64 [#2954](https://github.com/hyperledger/besu/pull/2954) | |||
- Filter Netty native lib errors likewise the pure Java implementation [#3807](https://github.com/hyperledger/besu/pull/3807) | |||
- Add ropsten terminal total difficulty config [#3871](https://github.com/hyperledger/besu/pull/3871) | |||
- Deprecate experimental merge flag and engine-rpc-enabled flag [#3875](https://github.com/hyperledger/besu/pull/3875) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will need to move to 22.4.2
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
45a41ef
to
3e69200
Compare
SonarCloud Quality Gate failed. |
Even if the flag was experimental, some users that are still referring to previous instructions are confused since Besu does not start, so probably some documentation needs to be updated as consequence of this. |
* deprecate Xmerge-support and engine-rpc-enabled cli params Signed-off-by: garyschulte <garyschulte@gmail.com> Signed-off-by: Sharad Gulati <sharad.develop@gmail.com>
* deprecate Xmerge-support and engine-rpc-enabled cli params Signed-off-by: garyschulte <garyschulte@gmail.com>
PR description
removes merge specific flags and defers to genesis configuration to enable or disable merge transition and engine api
--Xmerge-support
--engine-rpc-enabled
Fixed Issue(s)
fixed remainder of #3838
Documentation
doc-change-required
label to this PR ifupdates are required.
Changelog