Skip to content

Chore!: Removed Deprecated --host-whitelist option#8012

Merged
macfarla merged 8 commits intobesu-eth:mainfrom
pr9t:chore/removeDeprecatedHostWhitelistRemove
Dec 11, 2024
Merged

Chore!: Removed Deprecated --host-whitelist option#8012
macfarla merged 8 commits intobesu-eth:mainfrom
pr9t:chore/removeDeprecatedHostWhitelistRemove

Conversation

@pr9t
Copy link
Copy Markdown
Contributor

@pr9t pr9t commented Dec 10, 2024

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?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

Locally, you can run these tests to catch failures early:

  • unit tests: ./gradlew build
  • acceptance tests: ./gradlew acceptanceTest
  • integration tests: ./gradlew integrationTest
  • reference tests: ./gradlew ethereum:referenceTests:referenceTests

Signed-off-by: Preeti <35308865+pr9t@users.noreply.github.com>
@macfarla
Copy link
Copy Markdown
Contributor

@pr9t also need to update this file besu/src/test/resources/everything_config.toml - there's a unit test failing

Copy link
Copy Markdown
Contributor

@macfarla macfarla left a 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

pr9t and others added 2 commits December 11, 2024 08:29
…ange in CHANGELOG.md file

Signed-off-by: Preeti <35308865+pr9t@users.noreply.github.com>
@macfarla macfarla self-assigned this Dec 11, 2024
Comment thread CHANGELOG.md Outdated
@macfarla
Copy link
Copy Markdown
Contributor

also needs a changelog entry - this will be a breaking change in the upcoming release

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"

pr9t added 2 commits December 11, 2024 10:29
Signed-off-by: Preeti <35308865+pr9t@users.noreply.github.com>
Signed-off-by: Preeti <35308865+pr9t@users.noreply.github.com>
@pr9t pr9t changed the title Chore:Removed Deprecated --host-whitelist option Chore: Removed Deprecated --host-whitelist option Dec 11, 2024
@pr9t pr9t changed the title Chore: Removed Deprecated --host-whitelist option Chore!: Removed Deprecated --host-whitelist option Dec 11, 2024
@macfarla macfarla enabled auto-merge (squash) December 11, 2024 07:24
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
@macfarla macfarla merged commit e2bd137 into besu-eth:main Dec 11, 2024
daniellehrner pushed a commit to daniellehrner/besu that referenced this pull request Dec 18, 2024
* Chore:Removed Deprecated --host-whitelist option
* chore: Update everything_config.toml and Updated upcoming Breaking Change in  CHANGELOG.md file

Signed-off-by: Preeti <35308865+pr9t@users.noreply.github.com>

---------

Signed-off-by: Preeti <35308865+pr9t@users.noreply.github.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
pullurib pushed a commit to pullurib/besu that referenced this pull request Feb 6, 2025
* Chore:Removed Deprecated --host-whitelist option
* chore: Update everything_config.toml and Updated upcoming Breaking Change in  CHANGELOG.md file

Signed-off-by: Preeti <35308865+pr9t@users.noreply.github.com>

---------

Signed-off-by: Preeti <35308865+pr9t@users.noreply.github.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove deprecated --host-whitelist option

2 participants