-
Notifications
You must be signed in to change notification settings - Fork 861
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
Chore!: Removed Deprecated --host-whitelist
option
#8012
Chore!: Removed Deprecated --host-whitelist
option
#8012
Conversation
Signed-off-by: Preeti <[email protected]>
@pr9t also need to update this file besu/src/test/resources/everything_config.toml - there's a unit test failing |
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.
also needs a changelog entry - this will be a breaking change in the upcoming release
…ange in CHANGELOG.md file Signed-off-by: Preeti <[email protected]>
ok I realise on re-reading that this is confusing. The "Unreleased" release gets turned into the next release at some point, and this PR will be a "breaking change" in that release rather than an "upcoming breaking change" |
Signed-off-by: Preeti <[email protected]>
Signed-off-by: Preeti <[email protected]>
--host-whitelist
option
--host-whitelist
option--host-whitelist
option
Signed-off-by: Sally MacFarlane <[email protected]>
…eprecatedHostWhitelistRemove
* Chore:Removed Deprecated --host-whitelist option * chore: Update everything_config.toml and Updated upcoming Breaking Change in CHANGELOG.md file Signed-off-by: Preeti <[email protected]> --------- Signed-off-by: Preeti <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> Signed-off-by: Daniel Lehrner <[email protected]>
PR description
BREAKING CHANGE:
--host-whitelist
option has been removed.Fixed Issue(s)
fixes #7761
Thanks for sending a pull request! Have you done the following?
doc-change-required
label to this PR if updates are required.Locally, you can run these tests to catch failures early:
./gradlew build
./gradlew acceptanceTest
./gradlew integrationTest
./gradlew ethereum:referenceTests:referenceTests