feat: Adding name for Feature Gate program#949
feat: Adding name for Feature Gate program#949C0mberry wants to merge 3 commits intosolana-foundation:masterfrom
Conversation
|
@C0mberry is attempting to deploy a commit to the Solana Foundation Team on Vercel. A member of the Team first needs to authorize it. |
Greptile SummaryThis PR adds the Feature Gate program ( Confidence Score: 5/5Safe to merge — trivial, correct addition with no risk of breakage. Single-file change adds two lines: one enum value and one address mapping. The address matches the FEATURE_PROGRAM_ID already established in the codebase, the enum section placement is correct (native built-ins), ALL_CLUSTERS is the right deployment scope for a native program, and alphabetical ordering in the map is preserved. No tests broken, no logic touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["Address lookup\nFeature111…1111"] --> B["PROGRAM_INFO_BY_ID"]
B --> C{"Known program?"}
C -- "Before PR" --> D["Unknown / no name"]
C -- "After PR" --> E["PROGRAM_NAMES.FEATURE_GATE\n= 'Feature Gate Program'"]
E --> F["Explorer UI\nshows program name"]
Reviews (1): Last reviewed commit: "adding name" | Re-trigger Greptile |
Description
Type of change
Screenshots
Testing
Related Issues
HOO-353
Checklist