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

Bug fix - Patches that went into the v0.13 tagged release #1068

Closed

Commits on Sep 1, 2023

  1. bugfix: check domClient is nil before using it in core

    It takes sometime for all the clients to comeback up initally,
    So checking before using the domClient
    gameofpointers committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    dc4613c View commit details
    Browse the repository at this point in the history
  2. bugfix: Fixed the regeneration of state in StateBlock independent of …

    …SetCurrentHeader
    
    Reconstruction of state was tied down to the status of the canonical
    hash table, since we cannot provide any guarantees on what is happening
    in the canonical hash table, we are collecting the blocks while
    traversing back and using them to construct the state tree
    gameofpointers committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    51d61e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85ef9c4 View commit details
    Browse the repository at this point in the history
  4. bugfix: Returning error on set current header and logging it

    Previously the errors were not being caugut in the setting of the
    current header
    gameofpointers committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a27b16f View commit details
    Browse the repository at this point in the history
  5. bugfix: fixed the downloader crash

    If len of headers was empty and accepted was true, it would crash the
    node
    gameofpointers committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c2c2294 View commit details
    Browse the repository at this point in the history
  6. bugfix: etxset update should be done for the next block number

    While pruning the etx set, we have to use the block number of next block
    to the etx set reading block
    gameofpointers committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a8c7986 View commit details
    Browse the repository at this point in the history
  7. Remove PR check in sandbox deployments

    remove GH_PAT
    
    remove gcloud auth
    
    remove kubeconfig
    Djadih authored and gameofpointers committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    de2d12f View commit details
    Browse the repository at this point in the history
  8. bugfix: guard against the async state update if poem fails

    If state generation takes a long, time, we cannot lower the pending
    header that is stored on best ph key
    gameofpointers committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    bd804c1 View commit details
    Browse the repository at this point in the history