Skip to content

feat: solana-validator-ops-skill — stake activation math, validator health monitoring, merge pre-check#140

Open
atharv404 wants to merge 1 commit into
solanabr:mainfrom
atharv404:main
Open

feat: solana-validator-ops-skill — stake activation math, validator health monitoring, merge pre-check#140
atharv404 wants to merge 1 commit into
solanabr:mainfrom
atharv404:main

Conversation

@atharv404

Copy link
Copy Markdown

Fills the only major gap in the kit nobody else has covered: validator & stake-pool ops.

Core problems solved:

  • getStakeActivation was removed from the JSON RPC ; this skill reimplements the warmup/cooldown algorithm client-side (src/stakeActivation.js)
  • Credit-delta delinquency detection catches validator degradation 1–2 epochs before the on-chain delinquent flag trips
  • Stake merge MergeKind compatibility pre-check prevents wasted compute budget on failed on-chain merges
  • Commission-change detection (snapshot-based) catches the "low commission rug" pattern that has no on-chain event

Ships with: 44 unit tests, zero dependencies, runs with npm test on any Node ≥ 18.

Repo: https://github.com/atharv404/solana-validator-ops-skill

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