-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Hotfix attempt for Canary : v2.8.0-rc0 upgrade fails on Polygon. #11828
Merged
Conversation
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
I see that you haven't updated any README files. Would it make sense to do so? |
amit-momin
reviewed
Jan 19, 2024
amit-momin
reviewed
Jan 19, 2024
amit-momin
reviewed
Jan 19, 2024
amit-momin
previously approved these changes
Jan 19, 2024
jmank88
reviewed
Jan 19, 2024
Co-authored-by: Jordan Krage <jmank88@gmail.com>
amit-momin
reviewed
Jan 19, 2024
jmank88
approved these changes
Jan 19, 2024
SonarQube Quality Gate |
amit-momin
approved these changes
Jan 19, 2024
prashantkumar1982
approved these changes
Jan 20, 2024
DylanTinianov
added a commit
that referenced
this pull request
Jan 22, 2024
) * Remove start lock + add logging * Add loggs * Update tracker.go * Update tracker.go * Update common/txmgr/txmgr.go Co-authored-by: Jordan Krage <jmank88@gmail.com> * Update logging --------- Co-authored-by: Jordan Krage <jmank88@gmail.com> (cherry picked from commit 6133df8)
DylanTinianov
added a commit
that referenced
this pull request
Jan 22, 2024
) * Remove start lock + add logging * Add loggs * Update tracker.go * Update tracker.go * Update common/txmgr/txmgr.go Co-authored-by: Jordan Krage <jmank88@gmail.com> * Update logging --------- Co-authored-by: Jordan Krage <jmank88@gmail.com> (cherry picked from commit 6133df8)
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 25, 2024
* Revert "make streams lookup modular (#11368)" (#11482) This reverts commit fa0f16a. * core/services/relay/evm: start RequestRoundTracker; report full health (#11643) * core/services/relay/evm: start RequestRoundTracker; report full health * Tests round requests and implicit changes separately * Add test to CI * Fixes other OCR2 checks --------- Co-authored-by: Adam Hamrick <adam.hamrick@smartcontract.com> (cherry picked from commit 7236361) * Document metrics renaming * Hotfix attempt for Canary : v2.8.0-rc0 upgrade fails on Polygon. (#11828) (#11839) * Remove start lock + add logging * Add loggs * Update tracker.go * Update tracker.go * Update common/txmgr/txmgr.go Co-authored-by: Jordan Krage <jmank88@gmail.com> * Update logging --------- Co-authored-by: Jordan Krage <jmank88@gmail.com> (cherry picked from commit 6133df8) * Temporarily disable tracker (#11857) * Disable tracker * Remove all tracker calls (cherry picked from commit 5057899) * Update CHANGELOG.md * Update docs/CHANGELOG.md Co-authored-by: Jordan Krage <jmank88@gmail.com> * Finalize date on changelog for 2.8.0 (#11881) --------- Co-authored-by: Lei <lei.shi@smartcontract.com> Co-authored-by: Jordan Krage <jmank88@gmail.com> Co-authored-by: Dmytro Haidashenko <dmytro.haidashenko@smartcontract.com> Co-authored-by: Dylan Tinianov <dylantinianov@gmail.com> Co-authored-by: Dylan Tinianov <dylan.tinianov@smartcontract.com>
This was referenced Feb 22, 2024
This was referenced Mar 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hotfix attempt for Canary : v2.8.0-rc0 upgrade fails on Polygon.
Removed start lock on tracker and added some additional logging.