diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5264e85a845..f78582311ce 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,14 +1,14 @@ ### Thanks for sending a pull request! Have you done the following? - [ ] Checked out our [contribution guidelines](https://github.com/hyperledger/besu/blob/main/CONTRIBUTING.md)? -- [ ] Considered documentation and adding the `doc-change-required` label to this PR [if updates are required](https://wiki.hyperledger.org/display/BESU/Documentation). +- [ ] Considered documentation and added the `doc-change-required` label to this PR [if updates are required](https://wiki.hyperledger.org/display/BESU/Documentation). - [ ] Considered the changelog and included an [update if required](https://wiki.hyperledger.org/display/BESU/Changelog). - [ ] For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests ### Most advanced CI tests are deferred until PR approval, but you could: - [ ] locally run all unit tests via: `./gradlew build` -- [ ] locally run all acceptance tests via: `./gradlew acceptanceTests` +- [ ] locally run all acceptance tests via: `./gradlew acceptanceTest` - [ ] locally run all integration tests via: `./gradlew integrationTest` - [ ] locally run all reference tests via: `./gradlew ethereum:referenceTests:referenceTests` diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb99bc9c13..22205db4bf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Requesting the Ethereum Node Record (ENR) to acquire the fork id from bonded peers is now enabled by default, so the following change has been made [#5628](https://github.com/hyperledger/besu/pull/5628): - `--Xfilter-on-enr-fork-id` has been removed. To disable the feature use `--filter-on-enr-fork-id=false`. - `--engine-jwt-enabled` has been removed. Use `--engine-jwt-disabled` instead. [#6491](https://github.com/hyperledger/besu/pull/6491) +- Release docker images now provided at ghcr.io instead of dockerhub ### Deprecations - X_SNAP and X_CHECKPOINT are marked for deprecation and will be removed in 24.4.0 in favor of SNAP and CHECKPOINT [#6405](https://github.com/hyperledger/besu/pull/6405)