Skip to content

Conversation

fab-10
Copy link
Contributor

@fab-10 fab-10 commented Jun 4, 2025

PR description

This PR builds on top of #8589 to rename the besu subproject to app for a better naming of the artifact produced, since after #8589 every artifact will have the besu- prefix, w/o renaming it will be besu-besu, and since that subject contains the main code to start the Besu app, I think main is a good name, another possible alternative was app, but I prefer the former Using app since it has more support from other contributors

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

@fab-10 fab-10 force-pushed the rename-besu-subproject-to-main branch 3 times, most recently from 67c4ddf to dcf6d74 Compare June 4, 2025 12:44
@fab-10 fab-10 changed the title Rename besu subproject to main Rename besu subproject to app Jun 4, 2025
@fab-10 fab-10 marked this pull request as ready for review June 4, 2025 13:14
@fab-10 fab-10 force-pushed the rename-besu-subproject-to-main branch from dcf6d74 to 1922138 Compare June 4, 2025 16:28
fab-10 added 5 commits June 4, 2025 18:54
…r libs

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This reverts commit c93c37e.

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
@fab-10 fab-10 force-pushed the rename-besu-subproject-to-main branch from 1922138 to 4a3d3d8 Compare June 4, 2025 16:54
Copy link
Contributor

@garyschulte garyschulte left a comment

Choose a reason for hiding this comment

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

🚢

@fab-10 fab-10 merged commit cccc25d into hyperledger:main Jun 4, 2025
52 of 67 checks passed
Gabriel-Trintinalia added a commit that referenced this pull request Jun 6, 2025
* EIP-7825: Transaction gas limit cap (#8700)

* EIP-7825: Transaction gas limit cap

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>

* Support transaction gas limit cap when simulating a tx

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>

* Do not allow isAllowExceedingGasLimit for when block simulation is strict

Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>

---------

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
Co-authored-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>

* EIP-7823 - Modexp upper bounds (#8632)

Signed-off-by: Simon Dudley <simon.dudley@consensys.net>

* Change Maven artifactIds to avoid possible collisions with other libs (#8589)

* Improve Maven artifacts naming to avoid possible collisions with other libs

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>

* Rename besu subproject to app (#8746)

* Rename `besu` module to `app`

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>

* Implement percentiles array size limit for eth_feeHistory (#8748)

* implement percentiles array size limit for eth_feeHistory

Signed-off-by: garyschulte <garyschulte@gmail.com>

* Revert "feat: remove chain head check if peer supports eth/69 (#8725)" (#8753)

This reverts commit ed1086d.

Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>

---------

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Co-authored-by: Simon Dudley <simon.dudley@consensys.net>
Co-authored-by: garyschulte <garyschulte@gmail.com>
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