Bump chainlink-starknet plugin to Starknet 0.14.3 (develop) - #22849
Merged
Conversation
product-security-plaid-production
Bot
requested review from
jmank88 and
justinkaseman
June 15, 2026 23:54
Contributor
|
👋 cawthorne, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
8 tasks
cawthorne
marked this pull request as draft
June 15, 2026 23:54
Contributor
|
✅ No conflicts with other open PRs targeting |
The keystore replace and go mod tidy pulled tablewriter v1.0.9, which breaks chainlink-ccv compilation and fails dependency validation for the unreleased chainlink-common/keystore commit.
cawthorne
marked this pull request as ready for review
June 16, 2026 00:32
cawthorne
marked this pull request as draft
June 16, 2026 00:33
cawthorne
marked this pull request as ready for review
June 16, 2026 00:33
cawthorne
marked this pull request as draft
June 16, 2026 00:35
Point gitRef at cc5d106b (LatestHead block-by-number fix).
Pick up LatestHead single latest-tag fetch fix (0b0430d6) for HeadReporter RPC code 24 on Sepolia staging.
Point plugins.public.yaml at develop merge commit 5d83a289 after chainlink-starknet #695 (Starknet 0.14.3 / starknet.go v0.17.1) landed.
cawthorne
marked this pull request as ready for review
June 16, 2026 19:07
MStreet3
approved these changes
Jun 16, 2026
MStreet3
enabled auto-merge
June 16, 2026 19:12
cl-efornaciari
approved these changes
Jun 16, 2026
|
2 tasks
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.





Summary
Bump the Starknet LOOPP plugin pin in
plugins/plugins.public.yamlto the merged chainlink-starknet #695 develop commit (5d83a289).Brings chainlink develop up to Starknet 0.14.3 readiness:
latest-tag fetch (HeadReporter RPC code 24 fix)Scope: plugin manifest only — no
go.modchanges. Keystore comes from chainlink-starknet deps; a direct corego.modkeystore replace was reverted earlier (pulledtablewriterv1 and broke builds).Test plan
TestOCRBasicsmoke green on develop