Skip to content

feat: add Solana node operator performance rewards - #1

Open
raymondjacobson wants to merge 2 commits into
mainfrom
codex/solana-performance-rewards
Open

feat: add Solana node operator performance rewards#1
raymondjacobson wants to merge 2 commits into
mainfrom
codex/solana-performance-rewards

Conversation

@raymondjacobson

@raymondjacobsonraymondjacobson commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add the Anchor performance rewards program with frozen epochs and stake-weighted Ethereum identity attestations
  • add deterministic Merkle claims, replay protection, and atomic prior-epoch expiry accounting
  • integrate builds, program key replacement, and operator documentation
  • add exact Go/Rust leaf, pair, odd-tree, proof, commitment-message, and commitment-hash vectors
  • add malformed-proof property sweeps and document the Core performance-snapshot artifact/relayer handoff

Testing

  • cargo fmt --all -- --check
  • cargo test --workspace --all-targets --locked: 16 unit tests and 1 lifecycle integration test passed
  • cargo clippy --workspace --all-targets --locked -- -D warnings
  • cargo build --workspace --locked
  • Solana 1.18.4 cargo-build-sbf completed and rebuilt target/deploy/performance_rewards.so
  • SBF SHA-256: 28ac2a80af758214e875d915a92f9d721329b1bed0a40d30a1705729033285f0

@raymondjacobsonraymondjacobson changed the title Add Solana node operator performance rewardsfeat: add Solana node operator performance rewardsAug 17, 2026
Sign up for freeto 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

@raymondjacobson