Skip to content

Remove the ipa-multipoint library#315

Open
fab-10 wants to merge 1 commit into
besu-eth:mainfrom
fab-10:remove-ipa-multipoint
Open

Remove the ipa-multipoint library#315
fab-10 wants to merge 1 commit into
besu-eth:mainfrom
fab-10:remove-ipa-multipoint

Conversation

@fab-10

@fab-10 fab-10 commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

The ipa-multipoint library is no longer needed, so drop the module and
all of its integration points:

  • delete the ipa-multipoint module (Java binding, Rust JNI crate, tests
    and test resources)
  • remove the project from settings.gradle
  • remove build_ipa_multipoint from build.sh and the build sequence
  • remove the ipa-multipoint upload/download/jars steps from the CI
    build workflow
  • note the removal in the changelog

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com
Signed-off-by: Fabio Di Fabio fabio.difabio@consensys.net

The ipa-multipoint library is no longer needed, so drop the module and
all of its integration points:

- delete the ipa-multipoint module (Java binding, Rust JNI crate, tests
  and test resources)
- remove the project from settings.gradle
- remove build_ipa_multipoint from build.sh and the build sequence
- remove the ipa-multipoint upload/download/jars steps from the CI
  build workflow
- note the removal in the changelog

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
@fab-10 fab-10 marked this pull request as ready for review June 24, 2026 19:33
Copilot AI review requested due to automatic review settings June 24, 2026 19:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request removes the ipa-multipoint module from the besu-native multi-module build, along with its build/CI integration points, because the library is no longer needed.

Changes:

  • Removed ipa-multipoint from Gradle settings so it is no longer part of the build.
  • Removed ipa-multipoint native build step from build.sh and removed artifact upload/download + jar publishing steps from CI.
  • Documented the removal as a breaking change in CHANGELOG.md.

Reviewed changes

Copilot reviewed 22 out of 23 changed files in this pull request and generated no comments.

Show a summary per file
File Description
settings.gradle Drops ipa-multipoint from the included Gradle modules list.
build.sh Removes the build_ipa_multipoint function and eliminates it from the build sequence.
.github/workflows/build.yml Removes ipa-multipoint native artifact handling and jar artifact upload steps from CI.
CHANGELOG.md Notes the removal as a breaking change in the unreleased section.
ipa-multipoint/** Deletes the module sources, JNI crate, tests, and test resources.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants