-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Update finality depth check headtracker #13089
Merged
prashantkumar1982
merged 25 commits into
develop
from
BCI-2919-Update-FinalityDepth-check-logic-on-Head-Tracker
May 20, 2024
Merged
Changes from 10 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
fc9c081
Update finality depth check headtracker
silaslenihan d84f8c4
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan b4a4e0e
added check for nil prevLatestFinalized
silaslenihan a80a646
added changeset
silaslenihan 48a653b
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan c20bfd0
updated changeset
silaslenihan f8f4153
cleaned up nil protection in LatestFinalizedHead
silaslenihan 55dcbdd
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan 60f282e
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan a91d987
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan 56dc83f
Added error tuple to LatestFinalizedHead
silaslenihan 49e008f
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan df09276
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan a84595f
Added error tuple to LatestFinalizedHead
silaslenihan 740b7f8
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan fa8afc2
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan db5a4a1
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan 41a31a8
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan e50310d
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan 39e2c79
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan 216c11a
removed error from LatestFinalizedHead
silaslenihan e854293
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan bdaac13
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan 1219f10
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan e49ef69
Merge branch 'develop' into BCI-2919-Update-FinalityDepth-check-logic…
silaslenihan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": minor | ||
--- | ||
|
||
#internal Switched finality check in HeadTracker to use the underlying finality type |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add isValid check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is already checking
prevLatestFinalized.IsValid()