-
Notifications
You must be signed in to change notification settings - Fork 234
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
feat: Configure world-state to follow the proven chain only #7430
Conversation
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 | | |
🤖 I have created a release *beep* *boop* --- <details><summary>aztec-package: 0.46.4</summary> ## [0.46.4](aztec-package-v0.46.3...aztec-package-v0.46.4) (2024-07-11) ### Miscellaneous * **aztec-package:** Synchronize aztec-packages versions </details> <details><summary>barretenberg.js: 0.46.4</summary> ## [0.46.4](barretenberg.js-v0.46.3...barretenberg.js-v0.46.4) (2024-07-11) ### Miscellaneous * **barretenberg.js:** Synchronize aztec-packages versions </details> <details><summary>aztec-packages: 0.46.4</summary> ## [0.46.4](aztec-packages-v0.46.3...aztec-packages-v0.46.4) (2024-07-11) ### Features * Configure world-state to follow the proven chain only ([#7430](#7430)) ([2e41ac7](2e41ac7)) ### Bug Fixes * Missing secrets in docs publish ([#7445](#7445)) ([840a4b9](840a4b9)) ### Miscellaneous * Apply where statement to impls instead of fns ([#7433](#7433)) ([bb201f2](bb201f2)) * **avm:** Codegen cleanup ([#7439](#7439)) ([e31887e](e31887e)) * **proving:** Post honk branch fixes ([#7435](#7435)) ([86eafa0](86eafa0)) </details> <details><summary>barretenberg: 0.46.4</summary> ## [0.46.4](barretenberg-v0.46.3...barretenberg-v0.46.4) (2024-07-11) ### Miscellaneous * **avm:** Codegen cleanup ([#7439](#7439)) ([e31887e](e31887e)) * **proving:** Post honk branch fixes ([#7435](#7435)) ([86eafa0](86eafa0)) </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.4</summary> ## [0.46.4](AztecProtocol/aztec-packages@aztec-package-v0.46.3...aztec-package-v0.46.4) (2024-07-11) ### Miscellaneous * **aztec-package:** Synchronize aztec-packages versions </details> <details><summary>barretenberg.js: 0.46.4</summary> ## [0.46.4](AztecProtocol/aztec-packages@barretenberg.js-v0.46.3...barretenberg.js-v0.46.4) (2024-07-11) ### Miscellaneous * **barretenberg.js:** Synchronize aztec-packages versions </details> <details><summary>aztec-packages: 0.46.4</summary> ## [0.46.4](AztecProtocol/aztec-packages@aztec-packages-v0.46.3...aztec-packages-v0.46.4) (2024-07-11) ### Features * Configure world-state to follow the proven chain only ([#7430](AztecProtocol/aztec-packages#7430)) ([2e41ac7](AztecProtocol/aztec-packages@2e41ac7)) ### Bug Fixes * Missing secrets in docs publish ([#7445](AztecProtocol/aztec-packages#7445)) ([840a4b9](AztecProtocol/aztec-packages@840a4b9)) ### Miscellaneous * Apply where statement to impls instead of fns ([#7433](AztecProtocol/aztec-packages#7433)) ([bb201f2](AztecProtocol/aztec-packages@bb201f2)) * **avm:** Codegen cleanup ([#7439](AztecProtocol/aztec-packages#7439)) ([e31887e](AztecProtocol/aztec-packages@e31887e)) * **proving:** Post honk branch fixes ([#7435](AztecProtocol/aztec-packages#7435)) ([86eafa0](AztecProtocol/aztec-packages@86eafa0)) </details> <details><summary>barretenberg: 0.46.4</summary> ## [0.46.4](AztecProtocol/aztec-packages@barretenberg-v0.46.3...barretenberg-v0.46.4) (2024-07-11) ### Miscellaneous * **avm:** Codegen cleanup ([#7439](AztecProtocol/aztec-packages#7439)) ([e31887e](AztecProtocol/aztec-packages@e31887e)) * **proving:** Post honk branch fixes ([#7435](AztecProtocol/aztec-packages#7435)) ([86eafa0](AztecProtocol/aztec-packages@86eafa0)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Related to #7346