Skip to content

Rename feature gate program to drop the solana prefix#75

Merged
lorisleiva merged 1 commit into
mainfrom
loris/rename-feature-gate-program
Jun 9, 2026
Merged

Rename feature gate program to drop the solana prefix#75
lorisleiva merged 1 commit into
mainfrom
loris/rename-feature-gate-program

Conversation

@lorisleiva

Copy link
Copy Markdown
Member

Renames the solanaFeatureGate program to featureGate (dropping the redundant solana prefix, since the package is already namespaced) to align with the naming convention used across the other repos in the solana-program org. This is a breaking change to the public client API: solanaFeatureGateProgram()featureGateProgram(), SOLANA_FEATURE_GATE_PROGRAM_ADDRESSFEATURE_GATE_PROGRAM_ADDRESS, the client.solanaFeatureGate namespace → client.featureGate, and the Rust SOLANA_FEATURE_GATE_IDFEATURE_GATE_ID (the ID re-export is unchanged).

@lorisleiva lorisleiva marked this pull request as ready for review June 9, 2026 10:18
@lorisleiva lorisleiva requested a review from joncinque June 9, 2026 10:18
@lorisleiva lorisleiva merged commit 75d8ffe into main Jun 9, 2026
22 checks passed
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