Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ Historically, the Stake Program was built into the Agave validator client as a p

## Security Audits

The BPF Stake Program has received one external audit:
The BPF Stake Program has received two external audits:

* Neodyme (2026-04-01)
- Review commit hash [`6ed2c60`](https://github.com/solana-program/stake/commit/6ed2c60c7e665e145fb54b272f87092c1791ca3c)
- Final report <https://github.com/anza-xyz/security-audits/blob/master/core-bpf/NeodymeStakeProgramAudit-2026-04-10.pdf>
* Zellic (2025-03-12)
- Review commit hash [`5ec49ccb`](https://github.com/solana-program/stake/commit/5ec49ccb08c3e588940a2038c99efc7acf563b4a)
- Final report <https://github.com/anza-xyz/security-audits/blob/master/core-bpf/ZellicStakeProgramAudit-2025-03-12.pdf>
Expand All @@ -42,8 +45,6 @@ with:
solana-verify build --library-name solana_stake_program
```

It is possible for a solana-verify version mismatch to affect the hash; [BPF Stake Program 1.0.0](https://github.com/solana-program/stake/releases/tag/program%40v1.0.0) was built with solana-verify 0.4.6.

## Interface

Instructions, errors, and assorted structs related to the stake program, which used to live in the Solana SDK repo, now live here. For more, see [docs.rs](https://docs.rs/solana-stake-interface/latest/solana_stake_interface/).
Expand Down
Loading