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

EIP-2935: Serve historical block hashes from state #7080

Merged
merged 13 commits into from
May 12, 2024

Commits on May 9, 2024

  1. EIP-2935: Serve historical block hashes from state

    Refactor the BlockHashOperation
    to move hash lookup into the
    ProtocolSpec, and combine logic with beacn root storage.
    
    Signed-off-by: Danno Ferrin <danno@numisight.com>
    shemnon committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a314f4e View commit details
    Browse the repository at this point in the history
  2. address fixmes and reformat

    Signed-off-by: Danno Ferrin <danno@numisight.com>
    shemnon committed May 9, 2024
    Configuration menu
    Copy the full SHA
    09c5176 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    789ec5b View commit details
    Browse the repository at this point in the history
  4. fix test code

    Signed-off-by: Danno Ferrin <danno@numisight.com>
    shemnon committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a76350f View commit details
    Browse the repository at this point in the history
  5. fix acceptance tests and unit tests

    Signed-off-by: Danno Ferrin <danno@numisight.com>
    shemnon committed May 9, 2024
    Configuration menu
    Copy the full SHA
    85eb36b View commit details
    Browse the repository at this point in the history
  6. fix acceptance tests and unit tests

    Signed-off-by: Danno Ferrin <danno@numisight.com>
    shemnon committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0d1b01b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    37d7baa View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Update ethereum/core/src/main/java/org/hyperledger/besu/ethereum/main…

    …net/blockhash/PragueBlockHashProcessor.java
    
    Co-authored-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Signed-off-by: Danno Ferrin <danno.ferrin@shemnon.com>
    shemnon and Gabriel-Trintinalia committed May 12, 2024
    Configuration menu
    Copy the full SHA
    9c524eb View commit details
    Browse the repository at this point in the history
  2. Update ethereum/core/src/main/java/org/hyperledger/besu/ethereum/main…

    …net/blockhash/PragueBlockHashProcessor.java
    
    Co-authored-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Signed-off-by: Danno Ferrin <danno.ferrin@shemnon.com>
    shemnon and Gabriel-Trintinalia committed May 12, 2024
    Configuration menu
    Copy the full SHA
    2b9d57e View commit details
    Browse the repository at this point in the history
  3. handle t8n tests better

    Signed-off-by: Danno Ferrin <danno@numisight.com>
    shemnon committed May 12, 2024
    Configuration menu
    Copy the full SHA
    3a0524f View commit details
    Browse the repository at this point in the history
  4. javadoc

    Signed-off-by: Danno Ferrin <danno@numisight.com>
    shemnon committed May 12, 2024
    Configuration menu
    Copy the full SHA
    140f4b8 View commit details
    Browse the repository at this point in the history
  5. fix t8n tests

    Signed-off-by: Danno Ferrin <danno@numisight.com>
    shemnon committed May 12, 2024
    Configuration menu
    Copy the full SHA
    1e8ef2d View commit details
    Browse the repository at this point in the history
  6. spotless

    Signed-off-by: Danno Ferrin <danno@numisight.com>
    shemnon committed May 12, 2024
    Configuration menu
    Copy the full SHA
    0cee051 View commit details
    Browse the repository at this point in the history