Skip to content

Commit 1099e51

Browse files
docs: update limitations doc (#14035)
I noticed the "Limitations" section of the docs is out of date; it looks the same as September '23 when we made the Sandbox release. Encouragingly, the number of "Limitations" has greatly reduced since then, so I've deleted lots of sections that aren't true anymore. We've made progress! I wanted to quickly make these changes, to avoid giving readers the wrong impression about our progress. cc @AztecProtocol/devrel - please could someone review? --------- Co-authored-by: Josh Crites <jc@joshcrites.com>
1 parent 7b26feb commit 1099e51

File tree

6 files changed

+101
-528
lines changed

6 files changed

+101
-528
lines changed

docs/docs/developers/reference/considerations/limitations.md

Lines changed: 28 additions & 128 deletions
Large diffs are not rendered by default.

docs/docs/developers/reference/considerations/privacy_considerations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@ Emit encrypted events, or encrypted messages from a private smart contract funct
2828

2929
Execute a private function without the world knowing which function you've executed.
3030

31+
**Private bytecode**
32+
33+
The bytecode of private functions does not need to be distributed to the world; much like real-world contracts.
34+
3135
:::danger
3236
Privacy is not guaranteed without care.
3337
Although Aztec provides the tools for private smart contracts, information can still be leaked unless the dapp developer is careful.
38+
Aztec is still under development, so real-world, meaningful, valuable secrets _should not_ be entrusted to the system.
3439
This page outlines some best practices to aid dapp developers.
3540
:::
3641

docs/versioned_docs/version-v0.85.0-alpha-testnet.5/developers/reference/considerations/limitations.md

Lines changed: 29 additions & 200 deletions
Large diffs are not rendered by default.

docs/versioned_docs/version-v0.85.0-alpha-testnet.5/developers/reference/considerations/privacy_considerations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@ Emit encrypted events, or encrypted messages from a private smart contract funct
2828

2929
Execute a private function without the world knowing which function you've executed.
3030

31+
**Private bytecode**
32+
33+
The bytecode of private functions does not need to be distributed to the world; much like real-world contracts.
34+
3135
:::danger
3236
Privacy is not guaranteed without care.
3337
Although Aztec provides the tools for private smart contracts, information can still be leaked unless the dapp developer is careful.
38+
Aztec is still under development, so real-world, meaningful, valuable secrets _should not_ be entrusted to the system.
3439
This page outlines some best practices to aid dapp developers.
3540
:::
3641

0 commit comments

Comments
 (0)