-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Specify that token-2022 is ready and eligible for bounties #6084
Conversation
docs/src/token-2022/status.md
Outdated
The Token-2022 program is ready for full production use. All clusters have the | ||
latest program deployed **without confidential transfer functionality**. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems more like a temporary "announcement" than something that needs to live in the docs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about I get rid of the first sentence? At least knowing what's deployed should be pretty useful
docs/src/token-2022.md
Outdated
The program is ready for full production use. All clusters have the latest | ||
program deployed **without confidential transfer functionality**. | ||
|
||
The program with confidential transfer functionality will be deployed once | ||
Solana v1.17 reaches mainnet-beta with the appropriate syscalls enabled. See the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replicode? maybe just replace with a spruced up link out to the status?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a good point... We had it here as extra cover-your-ass to be really clear that it wasn't ready for prod. we could just remove the whole thing, what do you think?
docs/src/token-2022.md
Outdated
@@ -138,8 +141,8 @@ For information about the types and instructions, the Rust docs are available at | |||
|
|||
## Security Audits | |||
|
|||
The Token-2022 Program is currently under multiple audits to ensure safety of | |||
funds. All audits will be published here as they are completed. | |||
The Token-2022 Program has been audited multiple times to ensure safety of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are the lawyers cool with this language? audits don't "ensure" anything.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oof yeah, that's a good point, I'll just say it's been audited multiple times
Problem
Token-2022 has finished its audits for version 1.0.0, making it eligible for bug bounties, but the documentation is out of date.
Solution
Say that token-2022 is ready!