Skip to content

Add private-testnet-quartzite support#506

Merged
amit-momin merged 2 commits into
mainfrom
feature/add-private-testnet-quartzite-support
Jun 24, 2026
Merged

Add private-testnet-quartzite support#506
amit-momin merged 2 commits into
mainfrom
feature/add-private-testnet-quartzite-support

Conversation

@amit-momin

Copy link
Copy Markdown
Contributor

No description provided.

@amit-momin amit-momin force-pushed the feature/add-private-testnet-quartzite-support branch from ab926d9 to c758eb9 Compare June 23, 2026 21:44
@amit-momin amit-momin marked this pull request as ready for review June 23, 2026 22:13
@amit-momin amit-momin requested a review from a team as a code owner June 23, 2026 22:13
@amit-momin amit-momin enabled auto-merge June 23, 2026 22:13
Comment thread go.mod
github.com/smartcontractkit/chainlink/v2 v2.29.1-cre-beta.0.0.20260618123253-f1ee915b9a56
github.com/smartcontractkit/cre-sdk-go v1.12.0
github.com/smartcontractkit/cre-sdk-go/capabilities/blockchain/evm v1.0.0-beta.12
github.com/smartcontractkit/cre-sdk-go v1.13.0

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@amit-momin shouldn't this be v1.14.0?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Ideally it should be but the issue is the chainlink-protos/cre/go dependency which has to be a commit from the capabilities-development branch. We have rules in the repo that requires us to push any changes to the cre package to the cap-dev branch then cherry-pick it to main. Since the 1.14.0 tag is on the commit in main, the commit in cap-dev is on the previous tag which is why this is only updating to 1.13.0 here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The reason we have to use a cap-dev commit for chainlink-protos/cre/go is actually because of the chainlink/v2 dependency. Seems like there's some code in core that relies on the cap-dev branch instead of main. So if I try to use a main commit, the CI will break.

@amit-momin amit-momin added this pull request to the merge queue Jun 24, 2026
Merged via the queue into main with commit 9289c13 Jun 24, 2026
26 checks passed
@amit-momin amit-momin deleted the feature/add-private-testnet-quartzite-support branch June 24, 2026 15:34
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.

2 participants