-
Notifications
You must be signed in to change notification settings - Fork 583
feat(docs): Update documentation to reflect changes in Aztec toolchain and prerequisites #18702
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -383,19 +383,13 @@ aztec start --network testnet --l1-rpc-urls https://example.com --l1-consensus-h | |
|
|
||
| ### Test | ||
|
|
||
| Runs tests written in contracts. | ||
| Runs tests written in contracts. This command starts a TXE (Test eXecution Environment) server and runs `nargo test` with the appropriate oracle resolver. | ||
|
|
||
| ```bash | ||
| aztec test [options] | ||
| ``` | ||
|
|
||
| Options: | ||
|
|
||
| - `-e, --env <key=value>`: Set environment variables (can be used multiple times). | ||
| - `--no-tty`: Run the container without a TTY. | ||
| - `--rm`: Automatically remove the container when it exits. | ||
| - `-i, --interactive`: Keep STDIN open even if not attached. | ||
| - `-t, --tty`: Allocate a pseudo-TTY. | ||
| Options passed after `aztec test` are forwarded to `nargo test`. See `nargo test --help` for available options. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmmmm, not convinced about this. Is this auto-generated?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes it is auto-generated 🙂, but based on my understanding it is correct. @charlielye cofirming this the expected
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
| ## Contract interaction | ||
|
|
||
|
|
@@ -491,14 +485,6 @@ Options: | |
|
|
||
| ## Development and Debugging Tools | ||
|
|
||
| ### flamegraph | ||
|
|
||
| Generates a flamegraph of the gate counts of a private function call. | ||
|
|
||
| ```bash | ||
| [SERVE=1] aztec flamegraph <artifact_path> <function_name> | ||
| ``` | ||
|
|
||
| ### codegen | ||
|
|
||
| Validates and generates an Aztec Contract ABI from Noir ABI. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.