besu icon indicating copy to clipboard operation
besu copied to clipboard

Change ProcessBesuNodeRunner and ThreadBesuNodeRunner to use DEFAULT_BONSAI_CONFIG

Open macfarla opened this issue 11 months ago • 1 comments

Thanks for sending a pull request! Have you done the following?

  • [x] Checked out our contribution guidelines?
  • [x] Considered documentation and added the doc-change-required label to this PR if updates are required.
  • [x] Considered the changelog and included an update if required.
  • [x] 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
  • [x] 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

PR description

Fixed Issue(s)

Fixes #6583

macfarla avatar Mar 14 '24 05:03 macfarla

I want to run the ATs a few more times on this PR to make sure it's not still causing any flakiness - hence still draft.

macfarla avatar Mar 21 '24 07:03 macfarla