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

TraceService: return results for transactions in block #6086

Closed

Commits on Oct 25, 2023

  1. TraceService: return results for transactions in block

    Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
    daniellehrner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    596fba5 View commit details
    Browse the repository at this point in the history
  2. Unsigned timestamps and blob gas used (hyperledger#6046)

    * lots of places an unsigned timestamp is a problem
    * adds unchecked annotations to OptionalUnsignedLong rpc parameter type
    
    ---------
    
    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo authored and daniellehrner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a8807a3 View commit details
    Browse the repository at this point in the history
  3. [MINOR] ux improvements (hyperledger#6049)

    * log command line option that is affected
    
    * made plugins summary log part of config overview
    
    * check for null plugin context
    
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    
    ---------
    
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    macfarla authored and daniellehrner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    4b87006 View commit details
    Browse the repository at this point in the history
  4. Update changelog release (hyperledger#6062)

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia authored and daniellehrner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    aa11914 View commit details
    Browse the repository at this point in the history
  5. Dencun corner cases (hyperledger#6060)

    * cherry pick changes from https://github.com/hyperledger/besu/pull/6054/files\#diff-22b78733e37a697fa8d1d8a02d2a87fe5ccea9cf67c34ce5e6311f024c14abd6L643-R738
    
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    
    * cherry pick changes from https://github.com/hyperledger/besu/pull/6054/files\#diff-61db834b59eae5ce5c438462505de1add8fa244deda830742060d15f668a9806R39-R44
    
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    
    * formatting
    
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    
    * update the EIP-6110 acceptance tests
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    
    ---------
    
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    Co-authored-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    2 people authored and daniellehrner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e826c1e View commit details
    Browse the repository at this point in the history
  6. add retry logic on sync pipeline for rocksdb issue (hyperledger#6004)

    * add retry logic for sync pipeline with rocksdb issue
    
    Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
    matkt authored and daniellehrner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    11790fd View commit details
    Browse the repository at this point in the history
  7. Mining options refactor (hyperledger#6027)

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
    2 people authored and daniellehrner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6a2835a View commit details
    Browse the repository at this point in the history
  8. Update reference tests to Cancun (hyperledger#6054)

    * Update reference tests to Cancun
    
    Update reference tests to cancun tests.
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    
    * update the subrepo
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    
    * update the EIP-6110 acceptance tests
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    
    * update to develop
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    
    ---------
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
    2 people authored and daniellehrner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    70e9053 View commit details
    Browse the repository at this point in the history
  9. Optimize GetPooledTransactionsFromPeerTask with HashSet (hyperledger#…

    …6071)
    
    Switch from using a List to a HashSet for transaction hashes in GetPooledTransactionsFromPeerTask to improve performance.
    
    Signed-off-by: Suyash Nayan <suyashnyn1@gmail.com>
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
    2 people authored and daniellehrner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    7db5f73 View commit details
    Browse the repository at this point in the history
  10. Decouple TrieLogManager and CachedWorldStorageManager (hyperledger#6072)

    Separate out the concepts of world state caching and trie log management.
    Remove AbstractTrieLogManager and make TrieLogManager the concrete implementation.
    
    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu authored and daniellehrner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6881532 View commit details
    Browse the repository at this point in the history
  11. Implement miner_setMinPriorityFee and miner_getMinPriorityFee (hyperl…

    …edger#6080)
    
    * Refactor mining options
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * Fix null pointer exception
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * fix another null pointer exception
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * uncomment code
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * Move miner options tests
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * Unit test fixes
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * Removed the commented code
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * WIP
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * WIP
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * New miner option: min-priority-fee
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * Remove not relevant for this feature
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * Remove not relevant for this feature
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * Fix javadoc
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * Remove code not belonging to this PR
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * coinbase is an updatable parameter
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * Move MiningOptions to upper package
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * Fix coinbase for *bft
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * Implement methods to get and set min priority fee
    
    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    
    * Fix spotless
    
    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    
    * Apply suggestions from code review
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * Update besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java
    
    [skip-ci]
    
    Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    * Add new config option to everything config
    
    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    
    * Fix unit test
    
    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    
    * Accept PR suggestions
    
    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    
    ---------
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Signed-off-by: Stefan Pingel <16143240+pinges@users.noreply.github.com>
    Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
    Co-authored-by: Stefan Pingel <16143240+pinges@users.noreply.github.com>
    4 people authored and daniellehrner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d6c7040 View commit details
    Browse the repository at this point in the history
  12. Use Bytes Trie to track warm addresses (hyperledger#6069)

    * Use Bytes Trie to track warm addresses
    
    Move from a java HashSet to a custom Trie based on bytes to store the
    warm addresses, creates, and self-destructs.
    
    This avoids needing to calculate java hashes or engage in using custom
    Comparators.
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    
    * codeql scan
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    
    ---------
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
    2 people authored and daniellehrner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    28904e1 View commit details
    Browse the repository at this point in the history
  13. added changelog entry

    Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
    daniellehrner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2a878d4 View commit details
    Browse the repository at this point in the history