forked from hyperledger/besu
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fewer dockers #112
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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]>
Signed-off-by: Fabio Di Fabio <[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]>
Signed-off-by: Fabio Di Fabio <[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]>
Signed-off-by: Sally MacFarlane <[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: Karim Taam <[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]>
Signed-off-by: Justin Florentine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR description
Fixed Issue(s)
Thanks for sending a pull request! Have you done the following?
doc-change-required
label to this PR if updates are required.Locally, you can run these tests to catch failures early:
./gradlew build
./gradlew acceptanceTest
./gradlew integrationTest
./gradlew ethereum:referenceTests:referenceTests