Conversation
Adds the chainlink-side scaffolding for the OCR3_1 CRE consensus plugin migration. Mirrors the OCR3 sibling without mutating it; OCR3 path stays untouched during the staged rollout. - core/services/ocr3_1/promwrapper/: prometheus wrapper covering all 9 OCR3_1 methods including StateTransition, Committed, ObservationQuorum. Distinct metric names (ocr3_1_*) so dashboards can slice OCR3 vs OCR3_1 DONs independently. - core/capabilities/integration_tests/framework/: AddOCR3_1NonStandardCapability toggle on DON; FakeLibOCR_OCR3_1 v1 simulator with per-node KV via libocr StatefulInMemoryKeyValueDatabaseFactory. v1 drives Query only — full protocol cycle deferred until libocr's BlobHandle has a public constructor. - Verified: go vet ./core/capabilities/integration_tests/framework/ clean against a temporary local chainlink-common replace (reverted).
Contributor
|
✅ No conflicts with other open PRs targeting |
|
This file contains hidden or 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
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.


chainlink-side scaffolding for the OCR3_1 CRE
consensus plugin migration. Pairs with the chainlink-common OCR3_1 scaffold PR. Plan + rollout: internal OCR3_1 migration plan, Part 8/10. Do not
merge until: (1) chainlink-common OCR3_1 PR has merged and chainlink's chainlink-common pin is bumped to include NewOCR3_1, (2) preflight item 4
(libocr blob durability) is answered.