Skip to content

chore: remove solana MCMS state views#22630

Merged
jkongie merged 1 commit into
developfrom
delete-solana-state-views
May 25, 2026
Merged

chore: remove solana MCMS state views#22630
jkongie merged 1 commit into
developfrom
delete-solana-state-views

Conversation

@jkongie
Copy link
Copy Markdown
Contributor

@jkongie jkongie commented May 25, 2026

These MCMS state views were not being used.

Only CCIP generates MCMS state views for solana, and they have their own view generation.

These MCMS state views were not being used.

Only CCIP generates MCMS state views for solana, and they have their own
view generation.
@github-actions
Copy link
Copy Markdown
Contributor

✅ No conflicts with other open PRs targeting develop

@cl-sonarqube-production
Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
2 Fixed issues
0 Accepted issues

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

See analysis details on SonarQube

@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented May 25, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@jkongie jkongie marked this pull request as ready for review May 25, 2026 14:35
@jkongie jkongie requested a review from a team as a code owner May 25, 2026 14:35
Copilot AI review requested due to automatic review settings May 25, 2026 14:35
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Risk Rating: LOW

This PR removes Solana-specific MCMS “state view” generation code from the shared deployment view/state packages, aligning with the note that CCIP is the only Solana consumer and it generates its own views.

Changes:

  • Removed Solana MCMS-with-timelock view types and generators from deployment/common/view/v1_0.
  • Removed the Solana MCMS-with-timelock state wrapper (and its GenerateView) from deployment/common/changeset/state.
  • Removed the associated (flaky, skipped) Solana state view test.

Targeted areas for scrupulous human review:

  • Confirm this removal is acceptable from a compatibility standpoint if deployment/common/view/v1_0 is considered part of a supported/public API surface (exported Go symbols were removed).
  • Confirm CCIP’s Solana view generation fully covers any remaining operational needs (since shared Solana view helpers are now gone).

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
deployment/common/view/v1_0/mcms.go Removes Solana MCMS/timelock view structs and generator functions; trims imports accordingly.
deployment/common/changeset/state/solana.go Deletes Solana MCMS-with-timelock state wrapper that generated the removed Solana view.
deployment/common/changeset/state/solana_test.go Deletes the Solana view generation test that exercised the removed state/view code.

@jkongie jkongie enabled auto-merge May 25, 2026 14:48
jkongie added a commit to smartcontractkit/cld-changesets that referenced this pull request May 25, 2026
BREAKING CHANGE: Removes the Solana MCMS state views from the public
API.

These were only being imported by tests in the chainlink repo, and these
tests are being removed in

smartcontractkit/chainlink#22630
@jkongie jkongie added this pull request to the merge queue May 25, 2026
Merged via the queue into develop with commit f5655ec May 25, 2026
215 checks passed
@jkongie jkongie deleted the delete-solana-state-views branch May 25, 2026 15:42
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.

5 participants