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

World state halt and chain halt fixes #7027

Merged
merged 12 commits into from
May 3, 2024
Merged

Commits on Apr 29, 2024

  1. Check for pivot block before each step in case chain halts

    Signed-off-by: Jason Frame <jason.frame@consensys.net>
    jframe committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a3f3afd View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Update timeout of pivot block to 5s

    Signed-off-by: Jason Frame <jason.frame@consensys.net>
    jframe committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8cea73b View commit details
    Browse the repository at this point in the history
  2. Async pivot block check from block added events so that import block …

    …thread is not blocked
    
    Signed-off-by: Jason Frame <jason.frame@consensys.net>
    jframe committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    aaf8973 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. fix chain download halt

    Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>
    pinges authored and jframe committed May 1, 2024
    Configuration menu
    Copy the full SHA
    af7426f View commit details
    Browse the repository at this point in the history
  2. rename to retires

    Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>
    pinges authored and jframe committed May 1, 2024
    Configuration menu
    Copy the full SHA
    077040a View commit details
    Browse the repository at this point in the history
  3. fix the fix

    Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>
    pinges authored and jframe committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2e54d05 View commit details
    Browse the repository at this point in the history
  4. Change pivot block selector timeout to 20s

    Signed-off-by: Jason Frame <jason.frame@consensys.net>
    jframe committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a906da5 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary logging

    Signed-off-by: Jason Frame <jason.frame@consensys.net>
    jframe committed May 1, 2024
    Configuration menu
    Copy the full SHA
    974c295 View commit details
    Browse the repository at this point in the history
  6. Add timeout to downloading block header for pivot in safe selector

    Signed-off-by: Jason Frame <jason.frame@consensys.net>
    jframe committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c5b97d2 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Changelog

    Signed-off-by: Jason Frame <jason.frame@consensys.net>
    jframe committed May 2, 2024
    Configuration menu
    Copy the full SHA
    aa7f1c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8c8ffb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6db3a72 View commit details
    Browse the repository at this point in the history