-
Notifications
You must be signed in to change notification settings - Fork 268
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
chore(docs): Cleanup voting tutorial and deployment guide #7406
Conversation
Docs PreviewHey there! 👋 You can check your preview at https://668e3e63ecf80507c46f82e1--aztec-docs-dev.netlify.app |
Benchmark resultsMetrics with a significant change:
Detailed resultsAll benchmarks are run on txs on the This benchmark source data is available in JSON format on S3 here. Proof generationEach column represents the number of threads used in proof generation.
L2 block published to L1Each column represents the number of txs on an L2 block published to L1.
L2 chain processingEach column represents the number of blocks on the L2 chain where each block has 8 txs.
Circuits statsStats on running time and I/O sizes collected for every kernel circuit run across all benchmarks.
Stats on running time collected for app circuits
AVM SimulationTime to simulate various public functions in the AVM.
Public DB AccessTime to access various public DBs.
Tree insertion statsThe duration to insert a fixed batch of leaves into each tree type.
MiscellaneousTransaction sizes based on how many contract classes are registered in the tx.
Transaction size based on fee payment method | Metric | | |
Changes to circuit sizes
🧾 Summary (100% most significant diffs)
Full diff report 👇
|
🤖 I have created a release *beep* *boop* --- <details><summary>aztec-package: 0.46.2</summary> ## [0.46.2](aztec-package-v0.46.1...aztec-package-v0.46.2) (2024-07-10) ### Miscellaneous * **aztec-package:** Synchronize aztec-packages versions </details> <details><summary>barretenberg.js: 0.46.2</summary> ## [0.46.2](barretenberg.js-v0.46.1...barretenberg.js-v0.46.2) (2024-07-10) ### Miscellaneous * **barretenberg.js:** Synchronize aztec-packages versions </details> <details><summary>aztec-packages: 0.46.2</summary> ## [0.46.2](aztec-packages-v0.46.1...aztec-packages-v0.46.2) (2024-07-10) ### Features * Optimize assert_split_sorted_transformed_value_arrays ([#7417](#7417)) ([4355b3f](4355b3f)) ### Bug Fixes * Updated docs ([#7418](#7418)) ([ad3da14](ad3da14)) ### Miscellaneous * **docs:** Cleanup voting tutorial and deployment guide ([#7406](#7406)) ([60cead2](60cead2)) </details> <details><summary>barretenberg: 0.46.2</summary> ## [0.46.2](barretenberg-v0.46.1...barretenberg-v0.46.2) (2024-07-10) ### Miscellaneous * **barretenberg:** Synchronize aztec-packages versions </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- <details><summary>aztec-package: 0.46.2</summary> ## [0.46.2](AztecProtocol/aztec-packages@aztec-package-v0.46.1...aztec-package-v0.46.2) (2024-07-10) ### Miscellaneous * **aztec-package:** Synchronize aztec-packages versions </details> <details><summary>barretenberg.js: 0.46.2</summary> ## [0.46.2](AztecProtocol/aztec-packages@barretenberg.js-v0.46.1...barretenberg.js-v0.46.2) (2024-07-10) ### Miscellaneous * **barretenberg.js:** Synchronize aztec-packages versions </details> <details><summary>aztec-packages: 0.46.2</summary> ## [0.46.2](AztecProtocol/aztec-packages@aztec-packages-v0.46.1...aztec-packages-v0.46.2) (2024-07-10) ### Features * Optimize assert_split_sorted_transformed_value_arrays ([#7417](AztecProtocol/aztec-packages#7417)) ([4355b3f](AztecProtocol/aztec-packages@4355b3f)) ### Bug Fixes * Updated docs ([#7418](AztecProtocol/aztec-packages#7418)) ([ad3da14](AztecProtocol/aztec-packages@ad3da14)) ### Miscellaneous * **docs:** Cleanup voting tutorial and deployment guide ([#7406](AztecProtocol/aztec-packages#7406)) ([60cead2](AztecProtocol/aztec-packages@60cead2)) </details> <details><summary>barretenberg: 0.46.2</summary> ## [0.46.2](AztecProtocol/aztec-packages@barretenberg-v0.46.1...barretenberg-v0.46.2) (2024-07-10) ### Miscellaneous * **barretenberg:** Synchronize aztec-packages versions </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
The voting tutorial code was recently updated, this PR updates the text. It also updates some of the deployment docs to reference source code instead of using hardcoded blocks.