-
Notifications
You must be signed in to change notification settings - Fork 839
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
Removed GoQuorum permissioning interop #5607
Conversation
|
@macfarla Can you plz review? |
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.
Thanks @NickSneo - I think we can remove the isQuorum flag processing too, I don't think it's used for anything else.
Also this needs to go into the 23.7 release so just need to make sure we don't merge it in too early :)
config/src/main/java/org/hyperledger/besu/config/JsonGenesisConfigOptions.java
Outdated
Show resolved
Hide resolved
a491f28
to
9097c11
Compare
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.
looking good. what is the result if you start besu with a genesis file that still has isQuorum=true in it? we would need besu to just ignore it
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
9097c11
to
23be761
Compare
Rebased PR to latest main genesis file used -
Result -
|
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
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.
overall looks good. prob needs a changelog entry since we announced deprecating it. and just need to make sure it goes in the right release ie 23.7 cc @non-fungible-nelson
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
I have added the change log entry to 23.7.0 section |
* removed quorum permissioning * removed isQuorum Signed-off-by: Nischal Sharma <nischal@web3labs.com> --------- Signed-off-by: Nischal Sharma <nischal@web3labs.com>
* removed quorum permissioning * removed isQuorum Signed-off-by: Nischal Sharma <nischal@web3labs.com> --------- Signed-off-by: Nischal Sharma <nischal@web3labs.com>
PR description
Removed GoQuorum permissioning from Besu
Fixed Issue(s)
#5459