-
Notifications
You must be signed in to change notification settings - Fork 465
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
Commits on Sep 1, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for dc4613c - Browse repository at this point
Copy the full SHA dc4613cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 51d61e0 - Browse repository at this point
Copy the full SHA 51d61e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85ef9c4 - Browse repository at this point
Copy the full SHA 85ef9c4View commit details -
bugfix: Returning error on set current header and logging it
Previously the errors were not being caugut in the setting of the current header
Configuration menu - View commit details
-
Copy full SHA for a27b16f - Browse repository at this point
Copy the full SHA a27b16fView commit details -
bugfix: fixed the downloader crash
If len of headers was empty and accepted was true, it would crash the node
Configuration menu - View commit details
-
Copy full SHA for c2c2294 - Browse repository at this point
Copy the full SHA c2c2294View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a8c7986 - Browse repository at this point
Copy the full SHA a8c7986View commit details -
Remove PR check in sandbox deployments
remove GH_PAT remove gcloud auth remove kubeconfig
Configuration menu - View commit details
-
Copy full SHA for de2d12f - Browse repository at this point
Copy the full SHA de2d12fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bd804c1 - Browse repository at this point
Copy the full SHA bd804c1View commit details