Skip to content

Commit 501aa31

Browse files
committed
readme: update audit and solana-verify instructions
1 parent 24a3052 commit 501aa31

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ Historically, the Stake Program was built into the Agave validator client as a p
1414

1515
## Security Audits
1616

17-
The BPF Stake Program has received one external audit:
17+
The BPF Stake Program has received two external audits:
1818

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

45-
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.
46-
4748
## Interface
4849

4950
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/).

0 commit comments

Comments
 (0)