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

Fix for backward sync wrongly thinking it is done after a restart #5182

Merged
merged 15 commits into from
Mar 15, 2023

Commits on Mar 7, 2023

  1. Fix for backward sync wrongly thinking it is done after a Besu restart

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    e7ac9e5 View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    dae939e View commit details
    Browse the repository at this point in the history
  3. Remember backward sync status accross restarts

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    c2c88b1 View commit details
    Browse the repository at this point in the history
  4. Revert "Fix for backward sync wrongly thinking it is done after a Bes…

    …u restart"
    
    This reverts commit e7ac9e5.
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    # Conflicts:
    #	ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/sync/backwardsync/BackwardSyncContext.java
    fab-10 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    42f9569 View commit details
    Browse the repository at this point in the history
  5. Persist backward sync status to support resuming across restarts

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    667e82a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b21e023 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    11957c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Merge branch 'main' into bws-fix-restart

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

Commits on Mar 10, 2023

  1. Fix typo

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    9eea27d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    015c421 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    eb34387 View commit details
    Browse the repository at this point in the history
  2. Renaming and comment from code review

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

Commits on Mar 15, 2023

  1. [skip ci] fix typo

    Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 and macfarla authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    fa37c78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd8bf03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d090e17 View commit details
    Browse the repository at this point in the history