Skip to content

chore: remove setcfg & transfer ownership#22505

Draft
ecPablo wants to merge 23 commits into
developfrom
ecpablo/remove-setcfg-transfer-ownership
Draft

chore: remove setcfg & transfer ownership#22505
ecPablo wants to merge 23 commits into
developfrom
ecpablo/remove-setcfg-transfer-ownership

Conversation

@ecPablo
Copy link
Copy Markdown
Contributor

@ecPablo ecPablo commented May 16, 2026

Removes the set config and transfer ownership changesets and replaces usages with imports from cld-changesets

ecPablo added 23 commits May 12, 2026 10:20
# Conflicts:
#	deployment/ccip/changeset/cs_orchestrate_changesets_test.go
#	deployment/ccip/changeset/solana_v0_1_1/transfer_ccip_to_mcms_with_timelock_test.go
#	deployment/ccip/changeset/testhelpers/test_helpers_solana_v0_1_0.go
#	deployment/ccip/changeset/testhelpers/test_helpers_solana_v0_1_1.go
#	deployment/ccip/changeset/v1_6/cs_add_new_chain_e2e.go
#	deployment/ccip/changeset/v1_6/cs_add_registry_module_test.go
#	deployment/ccip/changeset/v1_6/cs_deploy_chain_test.go
#	deployment/ccip/changeset/v1_6/cs_deploy_registry_module_test.go
#	deployment/ccip/shared/stateview/state_test.go
#	deployment/common/changeset/deploy_mcms_with_timelock_test.go
#	deployment/common/changeset/example/link_transfer_test.go
#	deployment/common/changeset/example/solana_transfer_mcm_test.go
#	deployment/common/changeset/mcms_firedrill_test.go
#	deployment/common/changeset/set_config_mcms_test.go
#	deployment/common/changeset/solana/setup_test.go
#	deployment/common/changeset/transfer_to_mcms_with_timelock_test.go
#	deployment/common/proposalutils/propose_test.go
#	deployment/cre/capabilities_registry/v2/changeset/configure_capabilities_registry_test.go
#	deployment/cre/capabilities_registry/v2/changeset/multiple_mcms_test.go
#	deployment/cre/mcms/changeset/deploy.go
#	deployment/cre/workflow_registry/v2/changeset/fixture_test.go
#	deployment/data-feeds/changeset/accept_ownership_test.go
#	deployment/data-feeds/changeset/confirm_aggregator_test.go
#	deployment/data-feeds/changeset/new_feed_with_proxy_test.go
#	deployment/data-feeds/changeset/propose_aggregator_test.go
#	deployment/data-feeds/changeset/remove_dataid_proxy_mapping_test.go
#	deployment/data-feeds/changeset/remove_feed_config_test.go
#	deployment/data-feeds/changeset/remove_feed_test.go
#	deployment/data-feeds/changeset/set_bundle_feed_config_test.go
#	deployment/data-feeds/changeset/set_feed_admin_test.go
#	deployment/data-feeds/changeset/set_feed_config_test.go
#	deployment/data-feeds/changeset/update_data_id_proxy_test.go
#	deployment/keystone/changeset/accept_ownership_test.go
#	deployment/keystone/changeset/test/env_setup.go
#	deployment/vault/changeset/batch_native_transfer_test.go
#	deployment/vault/view/view_test.go
# Conflicts:
#	system-tests/lib/go.mod
# Conflicts:
#	deployment/ccip/changeset/v1_6/cs_add_new_chain_e2e.go
#	deployment/ccip/changeset/v1_6/cs_add_new_chain_e2e_test.go
#	integration-tests/smoke/ccip/ccip_add_chain_e2e_test.go
# Conflicts:
#	deployment/ccip/changeset/cs_orchestrate_changesets_test.go
#	deployment/ccip/changeset/v1_5/cs_rmn.go
#	deployment/ccip/changeset/v1_5_1/commonconfig.go
#	deployment/ccip/changeset/v1_5_1/cs_configure_token_pools.go
#	deployment/ccip/changeset/v1_5_1/cs_propose_admin_role.go
#	deployment/ccip/changeset/v1_5_1/cs_sync_usdc_domains_with_chains.go
#	deployment/ccip/changeset/v1_5_1/cs_transfer_admin_role.go
#	deployment/ccip/changeset/v1_6/cs_add_new_chain_e2e.go
#	deployment/ccip/changeset/v1_6/cs_chain_contracts.go
#	deployment/ccip/changeset/v1_6/cs_home_chain.go
#	deployment/ccip/changeset/v1_6/cs_migration_from_v1_5.go
#	deployment/ccip/changeset/v1_6/cs_rmn_curse_uncurse.go
#	deployment/ccip/changeset/v1_6/cs_update_bidirectional_lanes.go
#	deployment/common/changeset/deploy_mcms_with_timelock.go
#	deployment/common/changeset/example/link_transfer_test.go
#	deployment/common/changeset/set_config_mcms_test.go
#	deployment/common/changeset/transfer_to_mcms_with_timelock_test.go
#	deployment/common/proposalutils/propose_test.go
#	deployment/vault/changeset/batch_native_transfer_test.go
#	integration-tests/smoke/ccip/ccip_add_chain_e2e_test.go
#	integration-tests/smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go
# Conflicts:
#	deployment/common/changeset/mcms_firedrill.go
#	deployment/common/changeset/mcms_firedrill_test.go
# Conflicts:
#	deployment/ccip/changeset/testhelpers/test_helpers_aptos.go
@github-actions
Copy link
Copy Markdown
Contributor

CORA - Pending Reviewers

Codeowners Entry Overall Num Files Owners
/integration-tests/**/*ccip* 4 @smartcontractkit/ccip-offchain, @smartcontractkit/core, @smartcontractkit/ccip
/deployment/ 1 @smartcontractkit/ccip-tooling, @smartcontractkit/ccip-offchain, @smartcontractkit/keystone, @smartcontractkit/operations-platform, @smartcontractkit/core
/deployment/ccip/ 145 @smartcontractkit/ccip-tooling, @smartcontractkit/ccip-offchain, @smartcontractkit/operations-platform, @smartcontractkit/core
/deployment/common/ 23 @smartcontractkit/operations-platform
/deployment/cre/ 12 @smartcontractkit/keystone, @smartcontractkit/operations-platform
/deployment/data-feeds/ 18 @smartcontractkit/data-feeds-engineers, @smartcontractkit/operations-platform, @smartcontractkit/core
/deployment/data-streams/ 1 @smartcontractkit/data-streams-engineers, @smartcontractkit/operations-platform, @smartcontractkit/core
/deployment/keystone/ 11 @smartcontractkit/keystone, @smartcontractkit/operations-platform, @smartcontractkit/core
/deployment/vault/ 5 @smartcontractkit/cld-vault, @smartcontractkit/operations-platform, @smartcontractkit/core
go.mod 1 @smartcontractkit/core, @smartcontractkit/foundations
go.sum 1 @smartcontractkit/core, @smartcontractkit/foundations
integration-tests/go.mod 1 @smartcontractkit/core, @smartcontractkit/devex-tooling, @smartcontractkit/foundations
integration-tests/go.sum 1 @smartcontractkit/core, @smartcontractkit/devex-tooling, @smartcontractkit/foundations

Legend: ✅ Approved | ❌ Changes Requested | 💬 Commented | 🚫 Dismissed | ⏳ Pending | ❓ Unknown

For more details, see the full review summary.

@github-actions
Copy link
Copy Markdown
Contributor

✅ No conflicts with other open PRs targeting develop

@cl-sonarqube-production
Copy link
Copy Markdown

Quality Gate failed Quality Gate failed

Failed conditions
10.5% Duplication on New Code (required ≤ 10%)

See analysis details on SonarQube

@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented May 16, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

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.

1 participant