-
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
BCF-3225 - Implement forwarder fallback if forwarder not present as a transmitter on OCR2 aggregator #13221
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
Contributor
ilija42
commented
May 16, 2024
•
edited
Loading
edited
- Pass OCR2 aggregator address to forwarders to validate forwarders being present on transmitters list
ilija42
changed the title
Implement forwarder OCR2 fallback if fwd not present as a transmitter
Implement forwarder fallbac if fwd not present as a transmitter on OCR2 aggregator
May 16, 2024
ilija42
changed the title
Implement forwarder fallbac if fwd not present as a transmitter on OCR2 aggregator
Implement forwarder fallback if forwarder not present as a transmitter on OCR2 aggregator
May 16, 2024
ilija42
force-pushed
the
forwarder-fallback
branch
from
May 16, 2024 12:33
b392880
to
c1c06ef
Compare
ilija42
force-pushed
the
forwarder-fallback
branch
from
May 16, 2024 13:42
cb93e25
to
0349e98
Compare
ilija42
force-pushed
the
forwarder-fallback
branch
from
May 16, 2024 13:46
d9d1639
to
3345539
Compare
ilija42
force-pushed
the
forwarder-fallback
branch
from
May 16, 2024 13:47
3345539
to
a906aa2
Compare
ilija42
force-pushed
the
forwarder-fallback
branch
from
May 16, 2024 13:54
a906aa2
to
220687d
Compare
ilija42
force-pushed
the
forwarder-fallback
branch
from
May 16, 2024 14:10
220687d
to
92e1708
Compare
ilija42
force-pushed
the
forwarder-fallback
branch
from
May 16, 2024 14:19
6edc95d
to
fa80c37
Compare
ilija42
changed the title
Implement forwarder fallback if forwarder not present as a transmitter on OCR2 aggregator
BCF-3225 - Implement forwarder fallback if forwarder not present as a transmitter on OCR2 aggregator
May 16, 2024
jmank88
reviewed
May 16, 2024
jmank88
reviewed
May 16, 2024
ilija42
force-pushed
the
forwarder-fallback
branch
from
May 16, 2024 17:58
c62cbb4
to
103c5a1
Compare
ilija42
force-pushed
the
forwarder-fallback
branch
from
May 16, 2024 19:46
103c5a1
to
e51b474
Compare
ilija42
force-pushed
the
forwarder-fallback
branch
from
May 16, 2024 19:54
e51b474
to
80a79a8
Compare
ilija42
force-pushed
the
forwarder-fallback
branch
from
May 16, 2024 20:25
91792ad
to
b0ac4fa
Compare
Quality Gate passedIssues Measures |
george-dorin
approved these changes
May 17, 2024
jmank88
approved these changes
May 17, 2024
ilija42
added a commit
that referenced
this pull request
May 17, 2024
… transmitter on OCR2 aggregator (#13221) * Implement forwarder OCR2 fallback if fwd not present as a transmitter * Add changeset
This was referenced May 23, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jun 6, 2024
* Bump version and update CHANGELOG for core v2.12.0 Signed-off-by: Sneha Agnihotri <[email protected]> * core/services: fix ocrWrapper saveError contexts (#13139) (cherry picked from commit 15fab1d) * changed spammy error log to debug (#13153) (cherry picked from commit 3502176) * Updating changelog for 2.12.0 with cherry pick fix Signed-off-by: Sneha Agnihotri <[email protected]> * BCF-3225 - Implement forwarder fallback if forwarder not present as a transmitter on OCR2 aggregator (#13221) * Implement forwarder OCR2 fallback if fwd not present as a transmitter * Add changeset * Fix panic on mercury server error (#13231) (#13256) * Fix changelog * Fixed CPU usage issues caused by inefficiencies in HeadTracker (#13230) * Fixed CPU usage issues caused by inefficiencies in HeadTracker * added comments * revert heads back to the fix (cherry picked from commit 6f1ebca) * Update CHANGELOG for 2.12.0 bugfixes Signed-off-by: Sneha Agnihotri <[email protected]> * Decouple ChainType from config string [SHIP-2001] (#13272) * fix: Decouple ChainType from config string * fix: receiver name and failing test * test: enhance config test to test for xdai specifically * refactor: directly unmarshal into ChainType * fix: validation * test: fix TestDoc/EVM * test: add xdai to warnings.xtar * Index only the fifth word to reduce the db size overhead (#13315) Co-authored-by: Domino Valdano <[email protected]> * Add special transmitter for OCR2 feeds (#13323) * Add special transmitter for OCR2 feeds * Add ocr2FeedsTransmitter FromAddress() * Cherry-pick some forwarders context changes from (#13171) * Improve ocr2FeedsTransmitter FromAddress() fallback (#13343) * Improve ocr2FeedsTransmitter FromAddress() fallback * Fix forwarders test error assert * Update 2.12.0 Changelog with bugfixes Signed-off-by: Sneha Agnihotri <[email protected]> * core/services/pipeline: bridge task must continue after cancellation * core/services/pipeline: use request context for deletion (#13404) * core/services/pipeline: hide deadline from monitor * Finalize date on changelog for 2.12.0 Signed-off-by: Sneha Agnihotri <[email protected]> * Fix merge conflicts * Remove `overtimeThresholds` * Return to old version of pipeline-runner --------- Signed-off-by: Sneha Agnihotri <[email protected]> Co-authored-by: Jordan Krage <[email protected]> Co-authored-by: Patrick <[email protected]> Co-authored-by: ilija42 <[email protected]> Co-authored-by: Sam <[email protected]> Co-authored-by: Dmytro Haidashenko <[email protected]> Co-authored-by: Friedemann Fürst <[email protected]> Co-authored-by: Mateusz Sekara <[email protected]> Co-authored-by: Domino Valdano <[email protected]> Co-authored-by: ilija <[email protected]> Co-authored-by: frank zhu <[email protected]> Co-authored-by: george-dorin <[email protected]>
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.