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

CCIP Config backported from CCIP repo #15856

Merged
merged 2 commits into from
Jan 8, 2025
Merged

CCIP Config backported from CCIP repo #15856

merged 2 commits into from
Jan 8, 2025

Conversation

mateusz-sekara
Copy link
Collaborator

@mateusz-sekara mateusz-sekara commented Jan 7, 2025

Requires

#15617

Based on the state from ccip ea7c200
smartcontractkit/ccip@ea7c200

Supports

@mateusz-sekara mateusz-sekara requested review from a team as code owners January 7, 2025 16:32
@mateusz-sekara mateusz-sekara requested review from Atrax1 and removed request for a team January 7, 2025 16:32
@mateusz-sekara mateusz-sekara changed the base branch from etb/toml-custom-fallback to develop January 7, 2025 16:44
Copy link
Contributor

github-actions bot commented Jan 7, 2025

AER Report: CI Core ran successfully ✅

aer_workflow , commit

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@simsonraj simsonraj requested a review from dhaidashenko January 8, 2025 14:09
@@ -18,4 +18,6 @@ PriceDefault = '1 gwei'
BlockHistorySize = 24

[HeadTracker]
PersistenceEnabled = false
Copy link
Collaborator

@dhaidashenko dhaidashenko Jan 8, 2025

Choose a reason for hiding this comment

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

PersistenceEnabled = false allows HeadTracker to stop persisting heads. This operation generates a significant load on the database, but it does not provide any benefits on chains with fast finality.
We should not remove the override of the flag.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Hmm, this is interesting. I've just backported the state from the CCIP repo. Exactly how it is right now on the develop branch

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It was reverted here smartcontractkit/ccip@c279cbb

@@ -1,5 +1,5 @@
ChainID = '59141'
FinalityDepth = 900
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it ok, that we are reducing finality depth?

Copy link
Collaborator

@dhaidashenko dhaidashenko left a comment

Choose a reason for hiding this comment

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

Agreed with @simsonraj that comments can be addressed in a followup PRs as ccip config changes present in develop branch were not actually tested and our main goal with this PR is to sync ccip and core repos

@mateusz-sekara mateusz-sekara added this pull request to the merge queue Jan 8, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 8, 2025
@mateusz-sekara mateusz-sekara added this pull request to the merge queue Jan 8, 2025
Merged via the queue into develop with commit da03b85 Jan 8, 2025
129 of 130 checks passed
@mateusz-sekara mateusz-sekara deleted the ccip-config branch January 8, 2025 16:43
asoliman92 pushed a commit that referenced this pull request Jan 9, 2025
* Moving configs directly from CCIP repo

* Moving configs directly from CCIP repo
github-merge-queue bot pushed a commit that referenced this pull request Jan 9, 2025
…15605)

* replace f with fObserve in RMHome and RMNRemote

* Update gethwrappers

* rename fObserve to fSign

* fix off-chain components of renaming RMN parameters

* core changeset

* update missing file for new parameter name

* fix wrappers

* fix merge conflict broken text

* Update gethwrappers

* attempt fix json export tag

* Update gethwrappers

* upgrade cl-ccip and fix test

* upgrade cl-ccip@main

* upgrade cl-ccip@main

* fix test

* upgrade cl-ccip@main

* Update gethwrappers

* upgrade chainlink ccip

* DEVSVCS-1087: remove unused automation hardhat tests (#15847)

* remove unused automation hardhat tests

* freeze contracts

* remove more tests

* update

* CCIP Config backported from CCIP repo (#15856)

* Moving configs directly from CCIP repo

* Moving configs directly from CCIP repo

* Remove panic recovery for wsrpc (#15865)

- Due to some other bug in the library, the redialled connection never
  becomes ready.

* Added is_backfiled filed to solana's filter table (#15796)

* Extract MultiNode to chainlink-framework (#15791)

* Extract MultiNode

* tidy

* tidy

* Fix generate

* Add mock Subscription

* lint

* Fix sendonly allocation

* lint

* Add QueryTimeout to client

* Use multinode

* Update rpc_client_test.go

* improve peer group dialer sync function logs (#15867)

* Solana devnet spin up in memory env (A) (#15831)

* Adding solchains in NewEnv

* Revert "Adding solchains in NewEnv"

This reverts commit aaab52e.

* adding sol chains to newenv

* newEnv needs to send nil

* adding test env setup

* adding nil for crib sol chains

* adding chain selectors commit

* go mod tidy

* linting

* chain sel update

* update core/scripts go files

* again

* add changeset

* go imports

* go mod tidy

* Update modgraph

---------

Co-authored-by: Terry Tata <[email protected]>
Co-authored-by: Blaž Hrastnik <[email protected]>

* upgrade chainlink ccip fixing router binding issues in migration

* upgrade chainlink ccip fixing router binding issues in migration

* fix comment

* gomodtidy and formatting fix

* update go mod file for newest cl-ccip

* update comment

---------

Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com>
Co-authored-by: Simon B.Robert <[email protected]>
Co-authored-by: dimkouv <[email protected]>
Co-authored-by: asoliman <[email protected]>
Co-authored-by: FelixFan1992 <[email protected]>
Co-authored-by: Mateusz Sekara <[email protected]>
Co-authored-by: Sam <[email protected]>
Co-authored-by: Dmytro Haidashenko <[email protected]>
Co-authored-by: Dylan Tinianov <[email protected]>
Co-authored-by: Yashvardhan Nevatia <[email protected]>
Co-authored-by: Terry Tata <[email protected]>
Co-authored-by: Blaž Hrastnik <[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