Skip to content
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

Sends extra config + chainlink-common bump #16247

Merged
merged 64 commits into from
Feb 24, 2025

Conversation

Copy link
Contributor

github-actions bot commented Feb 6, 2025

AER Report: CI Core ran successfully ✅

aer_workflow , commit

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@vyzaldysanchez vyzaldysanchez marked this pull request as ready for review February 6, 2025 15:58
@vyzaldysanchez vyzaldysanchez requested review from a team as code owners February 6, 2025 15:58
@vyzaldysanchez vyzaldysanchez requested a review from Atrax1 February 6, 2025 15:58
@vyzaldysanchez
Copy link
Contributor Author

The version used for chainlink-common comes from here, it will be updated on the go.mod file as soon as that PR gets in.

@@ -116,7 +117,7 @@ contractABI = "[\n {\n \"anonymous\": false,\n \"inputs\": [\n {\n

[relayConfig.chainReader.contracts.median.configs]
LatestRoundRequested = "{\n \"chainSpecificName\": \"RoundRequested\",\n \"readType\": \"event\"\n}\n"
LatestTransmissionDetails = "{\n \"chainSpecificName\": \"latestTransmissionDetails\",\n \"outputModifications\": [\n {\n \"Fields\": [\n \"LatestTimestamp_\"\n ],\n \"Type\": \"epoch to time\"\n },\n {\n \"Fields\": {\n \"LatestAnswer_\": \"LatestAnswer\",\n \"LatestTimestamp_\": \"LatestTimestamp\"\n },\n \"Type\": \"rename\"\n }\n ]\n}\n"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this changing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a change from updating common to a new version, a change unrelated to what the story is about really, but common has this as part of the bump.

It appears to be a "breaking" change that has not been addressed yet, cause there was no bump to that on core.

krehermann
krehermann previously approved these changes Feb 21, 2025
bolekk
bolekk previously approved these changes Feb 22, 2025
Copy link
Contributor

Flakeguard Summary

Ran new or updated tests between develop and 6179fe7 (task/CRE-142/consensus-cap-config).

View Flaky Detector Details | Compare Changes

Found Flaky Tests ❌

1 Results
Name Pass Ratio Panicked? Timed Out? Race? Runs Successes Failures Skips Package Package Panicked? Avg Duration Code Owners
Test_configureOCR3Request_generateOCR3Config 0% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/deployment/keystone/changeset/internal false 10ms @smartcontractkit/keystone, @smartcontractkit/core, @smartcontractkit/deployment-automation

Artifacts

For detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json.

bolekk
bolekk previously approved these changes Feb 24, 2025
@vyzaldysanchez vyzaldysanchez added this pull request to the merge queue Feb 24, 2025
Merged via the queue into develop with commit 93a406f Feb 24, 2025
167 of 168 checks passed
@vyzaldysanchez vyzaldysanchez deleted the task/CRE-142/consensus-cap-config branch February 24, 2025 17:40
krehermann added a commit that referenced this pull request Feb 27, 2025
* Sends extra config + chainlink-common bump

* Fixes CI

* Bumps chainlink-common

* Fixes CI

* Fixes CI

* Fixes CI

* gomods tidy

* Renames import

* Renames Accept/Transmit fields into ShouldAccept/ShouldTransmit

* bumps `chainlink-common`

* bumps deps

* bumps deps

* bumps deps

* bumps deps

* bumps deps

* bumps deps

* bumps deps

* Fixes test

* gomods tidy

* Fixes test

* Generates OCR3 config view (#16395)

* Generates OCR3 config view

* WIP - parses the OCR3 config event into readable values

* CRE-226: mv ContractSet; cleanup used compatibility

* implement continue-on-error view

* Loads readable `OracleConfig` into view

* Fixes lint

* Fixes view implementation

* Adds test validating the `OracleConfig` view generation

* Tests cleanup

* Lint cleanup

---------

Co-authored-by: krehermann <[email protected]>

* Fixes merge + gomods tidy

* gomods tidy

* Fixes test

* Renames view field

* Renames view field

* Hex encodes view signers field values

* Fixes merge conflicts issues

* gomods tidy

* Fixes merge conflicts issues

* Fixes lint

* Prevents break on 0 `RequestTimeout`

* Prevents break on 0 `RequestTimeout`

* gomods tidy

* git merge conflicts

* fixes lint

* gomods tidy

* gomods tidy

* gomods tidy

* Fixes merge conflicts issues

* Fixes merge conflicts issues

* bumps chainlink-common + fixes(?)

* gomods tidy

* gomods tidy

* remove unused file

* fixes conflicts

* Updates comment

* gomods tidy

* gomods tidy

* Renames property correctly

* Sets lower `MaxBatchSize` on examples/tests

* Sets lower `MaxBatchSize` on examples/tests

* Fixes test

---------

Co-authored-by: krehermann <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants