@@ -6,7 +6,7 @@ All clusters have the latest program deployed **without confidential transfer
6
6
functionality** .
7
7
8
8
The program with confidential transfer functionality will be deployed once
9
- Solana v1.17 reaches mainnet-beta with the appropriate syscalls enabled.
9
+ Agave v2.0 reaches mainnet-beta with the appropriate cluster features enabled.
10
10
11
11
## Timeline
12
12
@@ -15,34 +15,23 @@ Here is the general program timeline and rough ETAs:
15
15
| Issue | ETA |
16
16
| --------------------------- | ------------------------------ |
17
17
| Mainnet recommendation | Winter 2024 (depends on v1.17) |
18
- | More ZK features | Spring 2024 (depends on v1.18) |
19
- | Freeze program | 2024 |
18
+ | Token group extension | Summer 2024 |
19
+ | Confidential transfers | Autumn 2024 (depends on v2.0) |
20
+ | Freeze program | 2025 |
20
21
21
22
More information: https://github.com/orgs/solana-labs/projects/34
22
23
23
24
## Remaining items
24
25
25
- ### v1.17 with curve syscalls
26
+ ### v2.0 with ZK ElGamal Proof Program
26
27
27
- In order to use confidential tokens, the cluster must run at least version 1.17
28
- with the elliptic curve operations syscalls enabled.
28
+ In order to use confidential tokens, the cluster must run at least version 2.0
29
+ with the ZK ElGamal Proof Program enabled.
29
30
30
- More information: https://github.com/solana-labs/solana/issues/29612
31
-
32
- ### Zero-knowledge proof split
33
-
34
- In order to use confidential tokens, the cluster must run at least version 1.17
35
- with the ZK Token proof program enabled.
36
-
37
- More information: https://github.com/solana-labs/solana/pull/32613
31
+ More information: https://github.com/anza-xyz/agave/issues/1966
38
32
39
33
## Future work
40
34
41
- ### Confidential transfers with fee
42
-
43
- Due to the transaction size limit, it is not possible to do confidential transfers
44
- with a fee. We plan to include that capability with Solana 1.18.
45
-
46
35
### Wallets
47
36
48
37
To start, wallets need to properly handle the Token-2022 program and its accounts,
0 commit comments