Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 56aaa67

Browse files
authored
docs: Specify that token-2022 is ready and eligible for bounties (#6084)
* docs: Specify that token-2022 is ready and eligible for bounties * Updates based on review
1 parent 159761d commit 56aaa67

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

SECURITY.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,11 @@ the Solana Mainnet Beta. Currently, this includes:
5151
* [name-service](https://github.com/solana-labs/solana-program-library/tree/master/name-service/program)
5252
* [stake-pool](https://github.com/solana-labs/solana-program-library/tree/master/stake-pool/program)
5353
* [token](https://github.com/solana-labs/solana-program-library/tree/master/token/program)
54+
* [token-2022](https://github.com/solana-labs/solana-program-library/tree/master/token/program-2022)
5455

5556
If you discover a critical security issue in an out-of-scope program, your finding
5657
may still be valuable.
5758

58-
[token-2022](https://github.com/solana-labs/solana-program-library/tree/master/token/program-2022)
59-
is still under audit and not meant for full production use. In the meantime, all
60-
clusters have the latest program deployed **for testing and development purposes ONLY**.
61-
6259
Many programs, including
6360
[token-swap](https://github.com/solana-labs/solana-program-library/tree/master/token-swap/program)
6461
and [token-lending](https://github.com/solana-labs/solana-program-library/tree/master/token-lending/program),

docs/src/token-2022.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ fungible and non-fungible tokens.
88
The Token-2022 Program is a superset of the functionality provided by the
99
[Token Program](token.mdx).
1010

11-
The program is still under audit and not meant for full production use. In the
12-
meantime, all clusters have the latest program deployed **for testing and development
13-
purposes ONLY**.
14-
1511
| Information | Account Address |
1612
| --- | --- |
1713
| Token-2022 Program | `TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb` |
@@ -138,8 +134,8 @@ For information about the types and instructions, the Rust docs are available at
138134

139135
## Security Audits
140136

141-
The Token-2022 Program is currently under multiple audits to ensure safety of
142-
funds. All audits will be published here as they are completed.
137+
The Token-2022 Program has been audited multiple times. All audits are published
138+
here as they are completed.
143139

144140
Here are the completed audits as of 13 December 2023:
145141

docs/src/token-2022/status.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
title: Project Status
33
---
44

5-
The Token-2022 program is still under audit and not meant for full production use.
6-
In the meantime, all clusters have the latest program deployed **for testing and
7-
development purposes ONLY**.
5+
All clusters have the latest program deployed **without confidential transfer
6+
functionality**.
7+
8+
The program with confidential transfer functionality will be deployed once
9+
Solana v1.17 reaches mainnet-beta with the appropriate syscalls enabled.
810

911
## Timeline
1012

1113
Here is the general program timeline and rough ETAs:
1214

1315
| Issue | ETA |
1416
| --------------------------- | ------------------------------ |
15-
| Code-complete & final audit | Fall 2023 |
1617
| Mainnet recommendation | Winter 2024 (depends on v1.17) |
1718
| More ZK features | Spring 2024 (depends on v1.18) |
1819
| Freeze program | 2024 |
@@ -35,13 +36,6 @@ with the ZK Token proof program enabled.
3536

3637
More information: https://github.com/solana-labs/solana/pull/32613
3738

38-
The ZK Token proof program was recently updated to support the splitting of
39-
the longer zero-knowledge proofs into smaller components. The
40-
token-2022 program is in the process of active development to properly process
41-
the new proof format.
42-
43-
More information: https://github.com/solana-labs/solana-program-library/issues/4817
44-
4539
## Future work
4640

4741
### Confidential transfers with fee

0 commit comments

Comments
 (0)