Skip to content
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

Fewer dockers #112

Merged
merged 24 commits into from
Apr 2, 2024
Merged

Fewer dockers #112

merged 24 commits into from
Apr 2, 2024

Conversation

jflo
Copy link
Owner

@jflo jflo commented Apr 2, 2024

PR description

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:

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

ahamlat and others added 24 commits March 26, 2024 17:25
…because it reached the maximum configured duration (hyperledger#6814)

Signed-off-by: Ameziane H <[email protected]>

* also fail on cancelled and skipped
* DCO correction

---------

Signed-off-by: Justin Florentine <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Usman Saleem <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Lucas Saldanha <[email protected]>
Signed-off-by: Jason Frame <[email protected]>
Signed-off-by: Karim Taam <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
Co-authored-by: Stefan Pingel <[email protected]>
Co-authored-by: Simon Dudley <[email protected]>
Co-authored-by: Usman Saleem <[email protected]>
Co-authored-by: Fabio Di Fabio <[email protected]>
Co-authored-by: Lucas Saldanha <[email protected]>
Co-authored-by: Jason Frame <[email protected]>
Co-authored-by: Karim TAAM <[email protected]>
Move Besu custom error-prone checks into its own repository and use it as an external dependency. This allows to move to a newer version of Google errorprone checks as well while cleaning up build.gradle file.

Key changes resulted due to this change:

* String toLowerCase and toUpperCase to use Locale.ROOT as argument
* Use interface such as List,Map or NavigatableMap instead of concrete class where appropriate.
* Simplify StringBuilder to plain String
* Suppress warnings where appropriate.
-----
Signed-off-by: Usman Saleem <[email protected]>
)

* Expose `v` field in JSON-RPC in some transaction types

The execution API marks the `v` field as optional for EIP-2930 and
EIP-1559 transactions, preferring the `yParity` feld.  However, some
tooling still depends on the presence of the `v` field. For those two
transaction types both `v` and `yParity` will be returned now.

Signed-off-by: Danno Ferrin <[email protected]>
* add dns address for holesky

Signed-off-by: Gabriel Fukushima <[email protected]>

* remove typo

Signed-off-by: Gabriel Fukushima <[email protected]>

---------

Signed-off-by: Gabriel Fukushima <[email protected]>
…edger#6721)

Splitting Bonsai code: This commit aims to divide Bonsai into two packages

- Common Classes with a Prefix: The common part will include classes prefixed with "DiffBased." These classes are designed to provide a base for both Bonsai and any future storage format that might use this diff-based approach.

- Bonsai's Specifics: Bonsai will retain its unique features in its own package. This means that while it shares the diff-based infrastructure with the common part, it also has its own specific functionalities that are not shared with other storage format.

- Extension to Verkle: this modification add the possibility of adding "Verkle" as a new storage format based on the diff-based architecture. Like Bonsai, Verkle would use the common diff-based classes but also have its own specific features.

---------

Signed-off-by: Karim TAAM <[email protected]>
Signed-off-by: Karim Taam <[email protected]>
… spec is shanghai or higher (hyperledger#6765)

* Ensure empty withdrawal lists are set in BFT blocks when the protocol schedule is shanghai or higher

Signed-off-by: Matthew Whitehead <[email protected]>

* Unit tests missing mock

Signed-off-by: Matthew Whitehead <[email protected]>

* Unit tests missing mock

Signed-off-by: Matthew Whitehead <[email protected]>

* Refactor and reduce code duplication

Signed-off-by: Matthew Whitehead <[email protected]>

---------

Signed-off-by: Matthew Whitehead <[email protected]>
Signed-off-by: Matt Whitehead <[email protected]>
* separate queue for tx hashes

Signed-off-by: Gabriel Fukushima <[email protected]>

* Refinements

Signed-off-by: Fabio Di Fabio <[email protected]>

* Update tests

Signed-off-by: Fabio Di Fabio <[email protected]>

* Update CHANGELOG

Signed-off-by: Fabio Di Fabio <[email protected]>

* Refinements

Signed-off-by: Fabio Di Fabio <[email protected]>

---------

Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Co-authored-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Matt Nelson <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
* prevent startup with bonsai and privacy

Signed-off-by: Sally MacFarlane <[email protected]>

* tests for privacy specify forest

Signed-off-by: Sally MacFarlane <[email protected]>

* changelog

Signed-off-by: Sally MacFarlane <[email protected]>

---------

Signed-off-by: Sally MacFarlane <[email protected]>
…dger#6826)

Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Justin Florentine <[email protected]>
Co-authored-by: Justin Florentine <[email protected]>
* Remove deprecated Forest pruning

Signed-off-by: Fabio Di Fabio <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Sally MacFarlane <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>

---------

Signed-off-by: Fabio Di Fabio <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]>
…erledger#6851)

* disable flaky test

Signed-off-by: Sally MacFarlane <[email protected]>

* added message to disabled annotation

Signed-off-by: Sally MacFarlane <[email protected]>

---------

Signed-off-by: Sally MacFarlane <[email protected]>
* manage empty range for storage
* round rather than floor on max remote connections so that maxpeers=1 still can accept remote connections
---------

Signed-off-by: garyschulte <[email protected]>
Co-authored-by: Karim Taam <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
* initial snap server implementation

Signed-off-by: garyschulte <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
Signed-off-by: Justin Florentine <[email protected]>
Signed-off-by: Justin Florentine <[email protected]>
@jflo jflo merged commit fd03894 into main Apr 2, 2024
0 of 31 checks passed
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.