@@ -6,7 +6,7 @@ All clusters have the latest program deployed **without confidential transfer
66functionality** .
77
88The 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.
1010
1111## Timeline
1212
@@ -15,34 +15,23 @@ Here is the general program timeline and rough ETAs:
1515| Issue | ETA |
1616| --------------------------- | ------------------------------ |
1717| 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 |
2021
2122More information: https://github.com/orgs/solana-labs/projects/34
2223
2324## Remaining items
2425
25- ### v1.17 with curve syscalls
26+ ### v2.0 with ZK ElGamal Proof Program
2627
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.
2930
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
3832
3933## Future work
4034
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-
4635### Wallets
4736
4837To start, wallets need to properly handle the Token-2022 program and its accounts,
0 commit comments