-
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
docs: documenting issue with context.block_header
#3565
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. Values are compared against data from master at commit 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 16 txs.
Circuits statsStats on running time and I/O sizes collected for every circuit run across all benchmarks.
MiscellaneousTransaction sizes based on how many contracts are deployed in the tx.
|
🤖 I have created a release *beep* *boop* --- <details><summary>aztec-packages: 0.16.3</summary> ## [0.16.3](aztec-packages-v0.16.2...aztec-packages-v0.16.3) (2023-12-05) ### Miscellaneous * CLI's startup time was pushing almost 2s. This gets the basic 'help' down to 0.16. ([#3529](#3529)) ([396df13](396df13)) ### Documentation * Documenting issue with `context.block_header` ([#3565](#3565)) ([1237e26](1237e26)) </details> <details><summary>barretenberg.js: 0.16.3</summary> ## [0.16.3](barretenberg.js-v0.16.2...barretenberg.js-v0.16.3) (2023-12-05) ### Miscellaneous * CLI's startup time was pushing almost 2s. This gets the basic 'help' down to 0.16. ([#3529](#3529)) ([396df13](396df13)) </details> <details><summary>barretenberg: 0.16.3</summary> ## [0.16.3](barretenberg-v0.16.2...barretenberg-v0.16.3) (2023-12-05) ### Miscellaneous * CLI's startup time was pushing almost 2s. This gets the basic 'help' down to 0.16. ([#3529](#3529)) ([396df13](396df13)) </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-packages: 0.16.3</summary> ## [0.16.3](AztecProtocol/aztec-packages@aztec-packages-v0.16.2...aztec-packages-v0.16.3) (2023-12-05) ### Miscellaneous * CLI's startup time was pushing almost 2s. This gets the basic 'help' down to 0.16. ([#3529](AztecProtocol/aztec-packages#3529)) ([396df13](AztecProtocol/aztec-packages@396df13)) ### Documentation * Documenting issue with `context.block_header` ([#3565](AztecProtocol/aztec-packages#3565)) ([1237e26](AztecProtocol/aztec-packages@1237e26)) </details> <details><summary>barretenberg.js: 0.16.3</summary> ## [0.16.3](AztecProtocol/aztec-packages@barretenberg.js-v0.16.2...barretenberg.js-v0.16.3) (2023-12-05) ### Miscellaneous * CLI's startup time was pushing almost 2s. This gets the basic 'help' down to 0.16. ([#3529](AztecProtocol/aztec-packages#3529)) ([396df13](AztecProtocol/aztec-packages@396df13)) </details> <details><summary>barretenberg: 0.16.3</summary> ## [0.16.3](AztecProtocol/aztec-packages@barretenberg-v0.16.2...barretenberg-v0.16.3) (2023-12-05) ### Miscellaneous * CLI's startup time was pushing almost 2s. This gets the basic 'help' down to 0.16. ([#3529](AztecProtocol/aztec-packages#3529)) ([396df13](AztecProtocol/aztec-packages@396df13)) </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 was incorrectly trying to fetch a sibling path from an older block when proving that a block header is legit. This caused the test to break when proving inclusion at an older block. I currently could not address it because of issue #3564 so I decided to only document it in this PR.
Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge.