@@ -12,18 +12,17 @@ Here is the general program timeline and rough ETAs:
12
12
13
13
| Issue | ETA |
14
14
| --- | --- |
15
- | Finish program | end of May |
16
- | Final audit | end of June |
17
- | Mainnet recommendation | middle of July |
18
- | Freeze program | Q1 2024 |
15
+ | Code-complete & final audit | Summer 2023 |
16
+ | Mainnet recommendation | Fall 2023 (depends on v1.16) |
17
+ | Freeze program | 2024 |
19
18
20
19
More information: https://github.com/orgs/solana-labs/projects/34
21
20
22
21
## Remaining items
23
22
24
- ### v1.14 with curve syscalls
23
+ ### v1.16 with curve syscalls
25
24
26
- In order to use confidential tokens, the cluster must run at least version 1.14
25
+ In order to use confidential tokens, the cluster must run at least version 1.16
27
26
with the elliptic curve operations syscalls enabled.
28
27
29
28
More information: https://github.com/solana-labs/solana/issues/29612
@@ -40,17 +39,6 @@ must properly consume the new proof format.
40
39
41
40
More information: https://github.com/solana-labs/solana/pull/30816
42
41
43
- ### Permissioned-transfer extension
44
-
45
- There are many mutually exclusive solutions for restricting transfer of tokens,
46
- that all require different sets of accounts to validate a transfer.
47
-
48
- The permissioned-transfer extension allows a mint creator to specify a program
49
- that must be called to validate transfers. The program must conform to the
50
- permissioned-transfer program interface.
51
-
52
- More information: https://github.com/solana-labs/solana-program-library/pull/4105
53
-
54
42
## Future work
55
43
56
44
### Wallets
0 commit comments