Skip to content

bump besu-native to 1.1.2 #8264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

garyschulte
Copy link
Contributor

@garyschulte garyschulte commented Feb 7, 2025

PR description

bump to besu-native 1.1.2. This version of besu-native is built against glibc from ubuntu 20.04, and should allow native implementations to work in 20.04. Previously the build was against 22.04, and earlier versions of ubuntu were not getting the besu-native implementations.

Fixed Issue(s)

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:

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

Copy link
Contributor

@siladu siladu left a comment

Choose a reason for hiding this comment

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

LGTM

@garyschulte garyschulte enabled auto-merge (squash) February 7, 2025 00:41
@garyschulte garyschulte merged commit e835cd0 into hyperledger:main Feb 7, 2025
43 checks passed
@garyschulte
Copy link
Contributor Author

smoke tested a docker image using ubuntu:20_04 on arm64:

...
2025-02-07 00:48:53.765+00:00 | main | INFO  | VersionMetadata | No version data detected. Writing Besu version 25.2-develop-e045b7b to metadata file
2025-02-07 00:48:53.800+00:00 | main | INFO  | Besu | Using the native implementation of alt bn128
2025-02-07 00:48:53.821+00:00 | main | INFO  | Besu | Using the native implementation of modexp
2025-02-07 00:48:53.821+00:00 | main | INFO  | Besu | Using the native implementation of the signature algorithm
2025-02-07 00:48:53.823+00:00 | main | INFO  | Besu | Using the Java implementation of the blake2bf algorithm
...

👍

@garyschulte garyschulte deleted the fix/bump-besu-native-1.1.2 branch February 7, 2025 00:50
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