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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): Release 0.15.1 #3338

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Conversation

AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Nov 17, 2023

馃 I have created a release beep boop

aztec-packages: 0.15.1

0.15.1 (2023-11-21)

Features

Bug Fixes

Miscellaneous

  • All hashes in ts (#3333) (6307e12)
  • Compute function tree root in ts. (#3326) (48d8c7f)
  • docs: Suggest CLI install per project (#3267) (b4c967b)
  • Enforce bracing around blocks. Generally considered easier to read and less error prone. (#3349) (ee11dec)
  • Fix circulars in foundation. Also cleanup fields and optimise to be buffer underlying. (#3351) (c4bf8d3)
  • Public kernel tests (#3325) (bace972)

Documentation

barretenberg.js: 0.15.1

0.15.1 (2023-11-21)

Features

  • bb: Add ability to write pk to file or stdout (#3335) (c99862c)

Miscellaneous

barretenberg: 0.15.1

0.15.1 (2023-11-21)

Features

  • bb: Add ability to write pk to file or stdout (#3335) (c99862c)
  • DataBus PoC (UltraHonk as extension of Ultra) (#3181) (dd9dd84)
  • Fold batching challenge (alpha) (#3291) (bc99a4f)
  • Open transcript polys as univariates in ECCVM (#3331) (436b22e)
  • ZM updates for Translator concatenated polys (#3343) (0e425db)

Bug Fixes

Miscellaneous


This PR was generated with Release Please. See documentation.

Copy link

socket-security bot commented Nov 17, 2023

No top level dependency changes detected. Learn more about Socket for GitHub 鈫楋笌

@AztecBot
Copy link
Collaborator Author

AztecBot commented Nov 17, 2023

Benchmark results

Metrics with a significant change:

  • note_history_trial_decrypting_time_in_ms (10): 249 (+57%)
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 bc99a4f6 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 222,936 868,172 3,448,172
l1_rollup_execution_gas 842,023 3,595,280 22,203,541
l2_block_processing_time_in_ms 2,000 (-3%) 7,633 (-1%) 29,890 (-2%)
note_successful_decrypting_time_in_ms 298 (-1%) 878 (-2%) 3,203 (-5%)
note_trial_decrypting_time_in_ms 4.13 (-22%) 87.8 (-14%) 140 (-1%)
l2_block_building_time_in_ms 20,609 81,615 (-1%) 325,830 (-1%)
l2_block_rollup_simulation_time_in_ms 11,940 (-1%) 47,242 (-1%) 187,801 (-2%)
l2_block_public_tx_process_time_in_ms 8,618 34,229 137,510

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 21,958 (-1%) 43,008 (-1%)
note_history_successful_decrypting_time_in_ms 2,090 (-1%) 4,118 (-2%)
note_history_trial_decrypting_time_in_ms 126 鈿狅笍 249 (+57%)
node_database_size_in_bytes 1,629,749 1,097,739
pxe_database_size_in_bytes 29,748 59,307

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 768 (-1%) 61,697 18,905
private-kernel-ordering 127 (-1%) 24,297 8,153
base-rollup 1,758 656,428 873
root-rollup 169 (-1%) 4,072 1,097
private-kernel-inner 794 (-1%) 81,568 18,905
public-kernel-private-input 570 (-1%) 41,519 18,905
public-kernel-non-first-iteration 409 41,561 18,905
merge-rollup 15.5 (-1%) 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,787 27,547

@AztecBot AztecBot force-pushed the release-please--branches--master branch 20 times, most recently from 0e9cadb to 0f0a720 Compare November 20, 2023 22:11
@AztecBot AztecBot force-pushed the release-please--branches--master branch from 0f0a720 to 7f62fa9 Compare November 21, 2023 09:43
@rahul-kothari rahul-kothari enabled auto-merge (squash) November 21, 2023 09:49
@rahul-kothari rahul-kothari merged commit 5cfbb68 into master Nov 21, 2023
77 of 79 checks passed
@rahul-kothari rahul-kothari deleted the release-please--branches--master branch November 21, 2023 10:17
@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.

aztec-cli update should update devDependencies
2 participants