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 Jul 1, 2026 4:59am

Request Review

@greptile-apps

greptile-apps Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is an automated daily sync that records newly observed on-chain feature-gate activation epochs for the Solana Explorer's reference data.

  • Mainnet activations (epoch 992–995): Three gates get mainnet_activation_epoch filled in, including both SIMD-0340 feature gates (vcmrbYbiMVK… and vcmrw431…) at epoch 992, the SIMD-0459 Syscall Parameter gate at 995, and a static-syscalls gate at 993.
  • Testnet activations (epoch 979–981): Three gates receive testnet_activation_epoch values (979, 980, 981) that were previously null.
  • Devnet activations (epoch 1092–1095): Four gates receive devnet_activation_epoch values (1092, 1093, 1095 for SHA-512/commission-rate/BlockMarker, and 1091 for the SIMD-0340 encompassing gate which already had that value pre-PR).

Confidence Score: 5/5

Safe to merge — all changes are additive, filling in previously-null activation epoch values with positive integers that are consistent with each gate's existing testnet/devnet progression.

The update touches only a single JSON data file and only adds epoch numbers where nulls previously existed. No epoch value contradicts the relative ordering expected for its SIMD, the two SIMD-0340 entries receiving the same mainnet epoch (992) are distinct on-chain keys representing different but related feature gates for the same proposal, and no structural fields are modified.

No files require special attention.

Important Files Changed

Filename Overview
app/entities/feature-gate/feature-gates.json Automated update recording new activation epochs for 10 feature gate entries across mainnet, testnet, and devnet; changes look internally consistent with no structural issues

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Automated Daily Check] --> B[Detect new on-chain activations]
    B --> C{Network}
    C -->|Mainnet| D["epoch 992 — SIMD-0340 ×2\nepoch 993 — static syscalls\nepoch 995 — SIMD-0459"]
    C -->|Testnet| E["epoch 979 — chained block IDs v2\nepoch 980 — SIMD-0186 fee-only\nepoch 981 — account direct access"]
    C -->|Devnet| F["epoch 1092 — sol_sha512\nepoch 1093 — commission basis pts\nepoch 1095 — BlockMarkerV1 ext"]
    D --> G[Update mainnet_activation_epoch in feature-gates.json]
    E --> G
    F --> G
    G --> H[Open PR]
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[Automated Daily Check] --> B[Detect new on-chain activations]
    B --> C{Network}
    C -->|Mainnet| D["epoch 992 — SIMD-0340 ×2\nepoch 993 — static syscalls\nepoch 995 — SIMD-0459"]
    C -->|Testnet| E["epoch 979 — chained block IDs v2\nepoch 980 — SIMD-0186 fee-only\nepoch 981 — account direct access"]
    C -->|Devnet| F["epoch 1092 — sol_sha512\nepoch 1093 — commission basis pts\nepoch 1095 — BlockMarkerV1 ext"]
    D --> G[Update mainnet_activation_epoch in feature-gates.json]
    E --> G
    F --> G
    G --> H[Open PR]
Loading

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

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