You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
* README: Separate deployments from audits
* README: Correct stake pool deployment info
* README: Correct memo program info
* README: Correct token-2022 version
* README: Correct single-pool info
Copy file name to clipboardExpand all lines: README.md
+29-11Lines changed: 29 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,37 +10,55 @@ portable across all implementations.
10
10
11
11
For more information see the [SPL documentation](https://spl.solana.com) and the [Token TypeDocs](https://solana-labs.github.io/solana-program-library/token/js/).
12
12
13
-
## Audits
13
+
## Deployments
14
14
15
15
Only a subset of programs within the Solana Program Library repo are deployed to
16
16
the Solana Mainnet Beta. Currently, this includes:
|[feature-proposal](https://github.com/solana-labs/solana-program-library/tree/master/feature-proposal/program)| Not audited |[1.0.0](https://github.com/solana-labs/solana-program-library/releases/tag/feature-proposal-v1.0.0)|
28
-
|[name-service](https://github.com/solana-labs/solana-program-library/tree/master/name-service/program)| Not audited |[0.3.0](https://github.com/solana-labs/solana-program-library/releases/tag/name-service-v0.3.0)|
29
-
|[memo](https://github.com/solana-labs/solana-program-library/tree/master/memo/program)| Not audited |[3.0.0](https://github.com/solana-labs/solana-program-library/releases/tag/memo-v3.0.0)|
30
-
31
-
In addition, one program is planned for deployment to Solana Mainnet Beta:
|[single-pool](https://github.com/solana-labs/solana-program-library/tree/master/single-pool/program)|[2023-08-08](https://github.com/solana-labs/security-audits/blob/master/spl/NeodymeSinglePoolAudit-2023-08-08.pdf)| (untagged version prior to 1.0.0) |
35
50
36
51
All other programs may be updated from time to time. These programs are not
37
52
audited, so fork and deploy them at your own risk. Here is the full list of
0 commit comments