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
GitHub ci #16
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
jflo
force-pushed
the
github_ci
branch
3 times, most recently
from
November 20, 2023 18:14
705fc53
to
5ce3c52
Compare
…er#6187) * don't disconnect if peer has enough of a score increase to have been useful * use threshold not increase Signed-off-by: Sally MacFarlane <[email protected]> --------- Signed-off-by: Sally MacFarlane <[email protected]>
* migrate teste from Junit4 to Junit5 Signed-off-by: Fabio Pirola <[email protected]> * migrate test from Junit4 to Junit5 Signed-off-by: Fabio Pirola <[email protected]> * hyperledger#5571 besu - migrate tests from Junit4 to Junit5 Signed-off-by: Fabio Pirola <[email protected]> * #5571migrate-tests-to-Junit5 Signed-off-by: Fabio Pirola <[email protected]> * #5561migrate-tests-to-Junit5 Signed-off-by: Fabio Pirola <[email protected]> * [hyperledger#5561] remove ide files Signed-off-by: Fabio Pirola <[email protected]> * [hyperledger#5561] remove ide files Signed-off-by: Fabio Pirola <[email protected]> --------- Signed-off-by: Fabio Pirola <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]>
…lts (hyperledger#6190) Signed-off-by: Fabio Di Fabio <[email protected]>
* Add `rpc-gas-cap` to enable user to cap gasLimit of certain RPC methods Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
…erledger#6195) Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
…edger#6198) When the world state is not retrievable, instead of returning java.lang.reflect.InvocationTargetException in the from field and null in the to field in GraphQL, return an empty account with the address only. Signed-off-by: Wetitpig <[email protected]> Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]>
…hyperledger#6191) Signed-off-by: Fabio Di Fabio <[email protected]>
* log list of peers at TRACE level Co-authored-by: Fabio Di Fabio <[email protected]> Signed-off-by: Sally MacFarlane <[email protected]> --------- Signed-off-by: Sally MacFarlane <[email protected]> Co-authored-by: Fabio Di Fabio <[email protected]>
* [hyperledger#6204] Fix log index in transaction receipt Signed-off-by: Wetitpig <[email protected]> * Update CHANGELOG.md Add to bug fixes. Signed-off-by: Wetitpig <[email protected]> * Update tests Signed-off-by: Wetitpig <[email protected]> * Directly sum log size with known index Signed-off-by: Wetitpig <[email protected]> * Minor change to gasUsed Signed-off-by: Wetitpig <[email protected]> * Place hash and index first Signed-off-by: Wetitpig <[email protected]> * Test without parallel() Signed-off-by: Wetitpig <[email protected]> * Rewrite header hash as map chain Signed-off-by: Wetitpig <[email protected]> --------- Signed-off-by: Wetitpig <[email protected]>
Allow ca-certificates-java to use the latest 20190909 version. Signed-off-by: Danno Ferrin <[email protected]>
Refactor some transaction calculations, including moving upfront overflow checks from the constructor to the validator and optimizing some RLP calculations. Also fix all lint errors. Signed-off-by: Danno Ferrin <[email protected]>
* moved some logs to trace level * shortNodeId * Apply suggestions from code review Signed-off-by: Fabio Di Fabio <[email protected]> Signed-off-by: Sally MacFarlane <[email protected]> --------- Signed-off-by: Sally MacFarlane <[email protected]> Signed-off-by: Fabio Di Fabio <[email protected]> Co-authored-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]>
* Add plugin version to summary on startup Signed-off-by: Gabriel-Trintinalia <[email protected]> * Remove test code Signed-off-by: Gabriel-Trintinalia <[email protected]> --------- Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
moving on to 23.10.4 developmnet --------- Signed-off-by: Justin Florentine <[email protected]>
…r#6202) Signed-off-by: Gabriel-Trintinalia <[email protected]>
… username and password (hyperledger#6212) * Add error messages on authentication failures with username and password Signed-off-by: David Lutzardo <[email protected]> * Add a constant for the 'password' Signed-off-by: David Lutzardo <[email protected]> * Add test to check empty login and check response in body is not empty Signed-off-by: David Lutzardo <[email protected]> * Correct format (spotless) Signed-off-by: David Lutzardo <[email protected]> * Update ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcHttpServiceLoginTest.java Co-authored-by: Fabio Di Fabio <[email protected]> Signed-off-by: David Lutzardo <[email protected]> * Update ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcHttpServiceLoginTest.java Co-authored-by: Fabio Di Fabio <[email protected]> Signed-off-by: David Lutzardo <[email protected]> * Update JsonRpcHttpServiceLoginTest.java use containsIgnoringCase Signed-off-by: David Lutzardo <[email protected]> * Add a CHANGELOG entry for PR 6212 Signed-off-by: David Lutzardo <[email protected]> --------- Signed-off-by: David Lutzardo <[email protected]> Co-authored-by: Fabio Di Fabio <[email protected]>
jflo
force-pushed
the
github_ci
branch
5 times, most recently
from
December 4, 2023 20:14
c399f7a
to
4c4a290
Compare
…er#6185) * Add RockDB Subcommand for printing usage per column family Signed-off-by: Simon Dudley <[email protected]> * changed output to follow a MD table notation. Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]> Co-authored-by: Gabriel Fukushima <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
jflo
force-pushed
the
github_ci
branch
2 times, most recently
from
December 5, 2023 17:31
da9a239
to
c257863
Compare
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)