besu icon indicating copy to clipboard operation
besu copied to clipboard

Use external custom error prone dependency

Open usmansaleem opened this issue 11 months ago • 0 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
  • [ ] 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

Use external custom error prone dependency. TODO: Use Hyperledger published dependency TODO: Custom errorprone checks are applied.

Fixed Issue(s)

usmansaleem avatar Mar 07 '24 06:03 usmansaleem