Skip to content

Automated Feature Gates Update#1111

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
feature-gates-update
Open

Automated Feature Gates Update#1111
github-actions[bot] wants to merge 1 commit into
masterfrom
feature-gates-update

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Auto-generated PR from daily feature gates check

@vercel

vercel Bot commented Jun 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
explorer Ready Ready Preview, Comment Jun 30, 2026 4:50am

Request Review

@greptile-apps

greptile-apps Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is an automated daily update that records newly observed feature gate activation epochs on Solana's mainnet, testnet, and devnet networks into feature-gates.json.

  • 2 mainnet activations: SIMD-0340 (validate chained block id) and SIMD-0178/0189/0377 (SBPFv3) both land at epochs 992 and 993 respectively; the encompassing SIMD-0340 check (vcmrw431…) also reaches mainnet at epoch 992.
  • 2 devnet activations: SIMD-0512 (sol_sha512 syscall) at epoch 1092, and SIMD-0291 (commission rate basis points) at epoch 1093.
  • 3 testnet activations: SIMD-0357 (Alpenglow VAT) at epoch 979, SIMD-0449 (direct account pointers) at epoch 981, and the SIMD-0186 amendment at epoch 980.

Confidence Score: 5/5

Safe to merge — all changes are additive epoch updates recorded by automated tooling with no logic or schema changes.

Every changed field is a previously-null activation epoch replaced with a positive integer, consistent with values for equivalent fields on other feature gates already in the file. The JSON structure is unchanged, and the epoch numbers follow the same ordering patterns as existing fully-activated entries.

No files require special attention.

Important Files Changed

Filename Overview
app/entities/feature-gate/feature-gates.json 8 activation epoch fields updated from null to concrete values across 7 feature gates; changes are structurally valid JSON and follow the established testnet → devnet → mainnet progression pattern seen throughout the file.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Feature Gate Discovered] --> B{Testnet Activation}
    B -->|epoch set| C[testnet_activation_epoch populated]
    B -->|pending| D[null]
    C --> E{Devnet Activation}
    D --> E
    E -->|epoch set| F[devnet_activation_epoch populated]
    E -->|pending| G[null]
    F --> H{Mainnet Activation}
    G --> H
    H -->|epoch set| I[mainnet_activation_epoch populated]
    H -->|pending| J[null]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[Feature Gate Discovered] --> B{Testnet Activation}
    B -->|epoch set| C[testnet_activation_epoch populated]
    B -->|pending| D[null]
    C --> E{Devnet Activation}
    D --> E
    E -->|epoch set| F[devnet_activation_epoch populated]
    E -->|pending| G[null]
    F --> H{Mainnet Activation}
    G --> H
    H -->|epoch set| I[mainnet_activation_epoch populated]
    H -->|pending| J[null]
Loading

Reviews (5): Last reviewed commit: "Update feature gates from Agave wiki" | Re-trigger Greptile

rogaldh
rogaldh previously approved these changes Jun 25, 2026
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