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

Remove maybeHead from BackwardSyncContext #5497

Merged
merged 16 commits into from
Jun 14, 2023

Commits on May 17, 2023

  1. Add more backwards sync logging to debug nimbus issue

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed May 17, 2023
    Configuration menu
    Copy the full SHA
    634f54b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Fix NPE

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed May 18, 2023
    Configuration menu
    Copy the full SHA
    8925c24 View commit details
    Browse the repository at this point in the history
  2. More logging tweaks

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed May 18, 2023
    Configuration menu
    Copy the full SHA
    12eb803 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Remove BackwardSyncContext.maybeHead

    It's usage is not clear and it's causing besu to rewind the head to it (a large reorg) when combined with nimbus backwards sync
    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed May 25, 2023
    Configuration menu
    Copy the full SHA
    6ff83d1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Remove excess logging

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed May 30, 2023
    Configuration menu
    Copy the full SHA
    48c8231 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into remove-maybeHead

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed May 30, 2023
    Configuration menu
    Copy the full SHA
    22a029c View commit details
    Browse the repository at this point in the history
  3. update changelog

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed May 30, 2023
    Configuration menu
    Copy the full SHA
    8ca06ec View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Merge remote-tracking branch 'upstream/main' into remove-maybeHead

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    1b79703 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Remove more logging and move some to trace

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    203df13 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

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

    …anager/task/GetBodiesFromPeerTask.java
    
    
    lazy log
    
    Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu and fab-10 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    98dcdcd View commit details
    Browse the repository at this point in the history
  2. Update ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/s…

    …ync/backwardsync/BackwardSyncContext.java
    
    Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu and fab-10 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    ddb6043 View commit details
    Browse the repository at this point in the history
  3. Update ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/s…

    …ync/backwardsync/BackwardSyncContext.java
    
    Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu and fab-10 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    85960f0 View commit details
    Browse the repository at this point in the history
  4. spotless

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    ec69fd4 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/main' into remove-maybeHead

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    cdb334a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

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

Commits on Jun 14, 2023

  1. Merge branch 'main' into remove-maybeHead

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    0e55e5c View commit details
    Browse the repository at this point in the history