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
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 <macfarla.github@gmail.com> --------- Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
* migrate teste from Junit4 to Junit5 Signed-off-by: Fabio Pirola <fspirola@gmail.com> * migrate test from Junit4 to Junit5 Signed-off-by: Fabio Pirola <fspirola@gmail.com> * hyperledger#5571 besu - migrate tests from Junit4 to Junit5 Signed-off-by: Fabio Pirola <fspirola@gmail.com> * #5571migrate-tests-to-Junit5 Signed-off-by: Fabio Pirola <fspirola@gmail.com> * #5561migrate-tests-to-Junit5 Signed-off-by: Fabio Pirola <fspirola@gmail.com> * [hyperledger#5561] remove ide files Signed-off-by: Fabio Pirola <fspirola@gmail.com> * [hyperledger#5561] remove ide files Signed-off-by: Fabio Pirola <fspirola@gmail.com> --------- Signed-off-by: Fabio Pirola <fspirola@gmail.com> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
…lts (hyperledger#6190) Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
* Add `rpc-gas-cap` to enable user to cap gasLimit of certain RPC methods Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com> --------- Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
…erledger#6195) Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
…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 <winsto003@hotmail.com> Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
…hyperledger#6191) Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
* log list of peers at TRACE level Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net> Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> --------- Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
* [hyperledger#6204] Fix log index in transaction receipt Signed-off-by: Wetitpig <winsto003@hotmail.com> * Update CHANGELOG.md Add to bug fixes. Signed-off-by: Wetitpig <winsto003@hotmail.com> * Update tests Signed-off-by: Wetitpig <winsto003@hotmail.com> * Directly sum log size with known index Signed-off-by: Wetitpig <winsto003@hotmail.com> * Minor change to gasUsed Signed-off-by: Wetitpig <winsto003@hotmail.com> * Place hash and index first Signed-off-by: Wetitpig <winsto003@hotmail.com> * Test without parallel() Signed-off-by: Wetitpig <winsto003@hotmail.com> * Rewrite header hash as map chain Signed-off-by: Wetitpig <winsto003@hotmail.com> --------- Signed-off-by: Wetitpig <winsto003@hotmail.com>
Allow ca-certificates-java to use the latest 20190909 version. Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
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 <danno.ferrin@swirldslabs.com>
* moved some logs to trace level * shortNodeId * Apply suggestions from code review Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net> Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> --------- Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net> Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
* Add plugin version to summary on startup Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net> * Remove test code Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net> --------- Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
moving on to 23.10.4 developmnet --------- Signed-off-by: Justin Florentine <justin+github@florentine.us>
…r#6202) Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
… username and password (hyperledger#6212) * Add error messages on authentication failures with username and password Signed-off-by: David Lutzardo <jdlutzardo@izertis.com> * Add a constant for the 'password' Signed-off-by: David Lutzardo <jdlutzardo@izertis.com> * Add test to check empty login and check response in body is not empty Signed-off-by: David Lutzardo <jdlutzardo@izertis.com> * Correct format (spotless) Signed-off-by: David Lutzardo <jdlutzardo@izertis.com> * Update ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcHttpServiceLoginTest.java Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net> Signed-off-by: David Lutzardo <jdlutzardo@izertis.com> * Update ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcHttpServiceLoginTest.java Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net> Signed-off-by: David Lutzardo <jdlutzardo@izertis.com> * Update JsonRpcHttpServiceLoginTest.java use containsIgnoringCase Signed-off-by: David Lutzardo <jdlutzardo@izertis.com> * Add a CHANGELOG entry for PR 6212 Signed-off-by: David Lutzardo <jdlutzardo@izertis.com> --------- Signed-off-by: David Lutzardo <jdlutzardo@izertis.com> Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
c399f7a
to
4c4a290
Compare
…er#6185) * Add RockDB Subcommand for printing usage per column family Signed-off-by: Simon Dudley <simon.dudley@consensys.net> * changed output to follow a MD table notation. Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com> --------- Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com> Co-authored-by: Gabriel Fukushima <gabrielfukushima@gmail.com>
Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
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)