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

GitHub ci #16

Merged
merged 25 commits into from
Dec 5, 2023
Merged

GitHub ci #16

merged 25 commits into from
Dec 5, 2023

Commits on Nov 21, 2023

  1. consider peer reputation score when deciding to disconnect (hyperledg…

    …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>
    macfarla authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ea376ba View commit details
    Browse the repository at this point in the history
  2. [hyperledger#5561]migrate tests to junit5 (hyperledger#6122)

    * 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>
    fspirola and macfarla authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d94ea77 View commit details
    Browse the repository at this point in the history
  3. Allow a transaction selection plugin to specify custom selection resu…

    …lts (hyperledger#6190)
    
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    569ef93 View commit details
    Browse the repository at this point in the history
  4. Add rpc-gas-cap via transaction simulator (hyperledger#6156)

    * 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>
    gfukushima authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a5d5af0 View commit details
    Browse the repository at this point in the history
  5. Fix Docker image name clash between Besu and evmtool (hyperledger#6194)

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    84c15d9 View commit details
    Browse the repository at this point in the history
  6. Update OpenJDK latest Docker image to use Java 21 (hyperledger#6189)

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    6dea9a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Refactor: Move rpcGasCap and rpcMaxLogsRange to apiConfiguration (hyp…

    …erledger#6195)
    
    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    31a57e0 View commit details
    Browse the repository at this point in the history
  2. Refactor: improve readability of EthFeeHistory (hyperledger#6199)

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    bae1939 View commit details
    Browse the repository at this point in the history
  3. Return address from the from and to fields in a GraphQL (hyperl…

    …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>
    Wetitpig authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1f72632 View commit details
    Browse the repository at this point in the history
  4. update checkout action to v4 (hyperledger#6197)

    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    macfarla authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4326002 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Acceptance test for Clique when configured to not create empty blocks (

    …hyperledger#6191)
    
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    be5cc68 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Eth peer logging improvements (hyperledger#6200)

    * 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>
    macfarla and fab-10 authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8f5a444 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Fix log index in transaction receipt (hyperledger#6206)

    * [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>
    Wetitpig authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    65d7033 View commit details
    Browse the repository at this point in the history
  2. Unpin ca-certificates-java version (hyperledger#6215)

    Allow ca-certificates-java to use the latest 20190909 version.
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    fa8751c View commit details
    Browse the repository at this point in the history
  3. Refactor some transaction calculations (hyperledger#6150)

    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>
    shemnon authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3765aaf View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. moved some logs to trace level (hyperledger#6207)

    * 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>
    macfarla and fab-10 authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    fd187bc View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. moved stack trace to trace/debug level (hyperledger#6222)

    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    macfarla authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    3ec078a View commit details
    Browse the repository at this point in the history
  2. [MINOR] - Add plugin version summary (hyperledger#6221)

    * 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>
    Gabriel-Trintinalia authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    bbb6c83 View commit details
    Browse the repository at this point in the history
  3. Update OpenJ9 Docker image to latest version (hyperledger#6226)

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    10a4974 View commit details
    Browse the repository at this point in the history
  4. Release 23.10.3 rc1 in progress, uprev main. (hyperledger#6227)

    moving on to 23.10.4 developmnet
    
    ---------
    
    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    9f87ec4 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. New cli options to limit rewards return by eth_feeHistory (hyperledge…

    …r#6202)
    
    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9d57927 View commit details
    Browse the repository at this point in the history
  2. [hyperledger#5851] Add error messages on authentication failures with…

    … 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>
    dlutzardo and fab-10 authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    7feea54 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Add RockDB Subcommand for printing usage per column family (hyperledg…

    …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>
    siladu and gfukushima authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e3db18e View commit details
    Browse the repository at this point in the history
  2. revert (hyperledger#6232)

    Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>
    pinges authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ee810eb View commit details
    Browse the repository at this point in the history
  3. Update Gradle verification metadata (hyperledger#6236)

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c257863 View commit details
    Browse the repository at this point in the history