Skip to content
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(master): Release 0.10.0 #2893

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Conversation

AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Oct 17, 2023

🤖 I have created a release beep boop

aztec-packages: 0.10.0

0.10.0 (2023-10-24)

⚠ BREAKING CHANGES

  • Emitting encrypted log by default (#2926)

Features

Bug Fixes

Miscellaneous

Documentation

  • Fix: update cheat codes to connect to ethRpcUrl (#2922) (4ffe9be)
barretenberg.js: 0.10.0

0.10.0 (2023-10-24)

Features

barretenberg: 0.10.0

0.10.0 (2023-10-24)

Features

Bug Fixes

Miscellaneous


This PR was generated with Release Please. See documentation.

@AztecBot
Copy link
Collaborator Author

AztecBot commented Oct 17, 2023

Benchmark results

Metrics with a significant change:

  • note_history_successful_decrypting_time_in_ms (5): 5,988 (-21%)
  • note_history_successful_decrypting_time_in_ms (10): 11,919 (-21%)
  • note_trial_decrypting_time_in_ms (8): 3.00 (-40%)
Detailed results

All benchmarks are run on txs on the Benchmarking contract on the repository. Each tx consists of a batch call to create_note and increment_balance, which guarantees that each tx has a private call, a nested private call, a public call, and a nested public call, as well as an emitted private note, an unencrypted log, and public storage read and write.

This benchmark source data is available in JSON format on S3 here.

Values are compared against data from master at commit 6c4e26cf and shown if the difference exceeds 1%.

L2 block published to L1

Each column represents the number of txs on an L2 block published to L1.

Metric 8 txs 32 txs 128 txs
l1_rollup_calldata_size_in_bytes 45,444 179,588 716,132
l1_rollup_calldata_gas 223,020 868,160 3,449,624
l1_rollup_execution_gas 842,107 3,595,268 22,204,993
l2_block_processing_time_in_ms 2,257 (-2%) 8,729 34,317 (+1%)
note_successful_decrypting_time_in_ms 700 2,516 9,700 (+1%)
note_trial_decrypting_time_in_ms ⚠️ 3.00 (-40%) 107 (-1%) 137 (+1%)
l2_block_building_time_in_ms 15,537 (-1%) 61,913 (-1%) 248,197
l2_block_rollup_simulation_time_in_ms 12,996 (-1%) 51,829 (-1%) 207,409
l2_block_public_tx_process_time_in_ms 2,503 9,964 40,123 (-1%)

L2 chain processing

Each column represents the number of blocks on the L2 chain where each block has 16 txs.

Metric 5 blocks 10 blocks
node_history_sync_time_in_ms 24,255 (-15%) 47,899 (-14%)
note_history_successful_decrypting_time_in_ms ⚠️ 5,988 (-21%) ⚠️ 11,919 (-21%)
note_history_trial_decrypting_time_in_ms 121 (-4%) 145 (-6%)
node_database_size_in_bytes 1,630,474 1,098,783
pxe_database_size_in_bytes 27,188 54,187

Circuits stats

Stats on running time and I/O sizes collected for every circuit run across all benchmarks.

Circuit circuit_simulation_time_in_ms circuit_input_size_in_bytes circuit_output_size_in_bytes
private-kernel-init 82.2 (-8%) 61,697 18,841
private-kernel-ordering 50.3 (-8%) 24,233 8,089
base-rollup 2,066 (-7%) 639,797 811
root-rollup 89.1 (-9%) 4,072 1,097
private-kernel-inner 58.5 (-8%) 81,504 18,841
public-kernel-private-input 46.5 (-8%) 41,455 18,841
public-kernel-non-first-iteration 28.7 (-8%) 41,497 18,841
merge-rollup 0.833 (-14%) 2,592 873

Miscellaneous

Transaction sizes based on how many contracts are deployed in the tx.

Metric 0 deployed contracts 1 deployed contracts
tx_size_in_bytes 8,723 29,394

@AztecBot AztecBot force-pushed the release-please--branches--master branch 15 times, most recently from 5c1117d to 8133118 Compare October 20, 2023 06:01
@AztecBot AztecBot changed the title chore(master): Release 0.9.1 chore(master): Release 0.10.0 Oct 20, 2023
@AztecBot AztecBot force-pushed the release-please--branches--master branch 12 times, most recently from f96db4c to b2b1921 Compare October 23, 2023 19:30
@AztecBot AztecBot force-pushed the release-please--branches--master branch 3 times, most recently from 4926568 to 7940a50 Compare October 24, 2023 09:23
@AztecBot AztecBot force-pushed the release-please--branches--master branch from 7940a50 to 28ae7f2 Compare October 24, 2023 09:38
@rahul-kothari rahul-kothari enabled auto-merge (squash) October 24, 2023 09:56
@rahul-kothari rahul-kothari self-requested a review October 24, 2023 10:00
@rahul-kothari rahul-kothari merged commit a88913c into master Oct 24, 2023
2 checks passed
@rahul-kothari rahul-kothari deleted the release-please--branches--master branch October 24, 2023 10:00
@AztecBot
Copy link
Collaborator Author

@AztecBot
Copy link
Collaborator Author

@AztecBot
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Emit encrypted log by default Rename Private Data Tree as as Note Hash Tree everywhere.
2 participants