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.13.0 #3067

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Conversation

AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Oct 26, 2023

🤖 I have created a release beep boop

aztec-packages: 0.13.0

0.13.0 (2023-10-31)

⚠ BREAKING CHANGES

  • PXE.getNotes(...) + refactor of note types (#3051)

Features

Bug Fixes

Miscellaneous

  • Add stdlib tests for pedersen commitment (#3075) (87fa621)
  • Automatic c_binds for commit should return a point instead of an Fr element (#3072) (2e289a5)
  • Cleanup remaining mentions of compress with pedersen in cpp and ts (#3074) (52cf383)
  • E2e on spots [ci rebuild] (#3068) (15db6bf)
  • Fix dapp_testing e2e race condition (#3094) (89e7c21)
  • Remove docs mirror (#3122) (3fa51e2)
  • Remove endomorphism coefficient from ecc_add_gate (#3115) (d294987)
  • Remove unecessary calls to pedersen__init (#3079) (84f8db2)
  • Remove unused pedersen c_binds (#3058) (e71e5f9)
  • Removes pedersen commit native pairs method (#3073) (69a34c7)
  • Rename private-kernel subpackage to protocol-circuits (#3134) (3e07104)

Documentation

barretenberg.js: 0.13.0

0.13.0 (2023-10-31)

Features

  • New script to output table of benchmarks for README pasting. (#2780) (6c20b45)

Miscellaneous

  • Automatic c_binds for commit should return a point instead of an Fr element (#3072) (2e289a5)
  • Remove unecessary calls to pedersen__init (#3079) (84f8db2)
  • Remove unused pedersen c_binds (#3058) (e71e5f9)
barretenberg: 0.13.0

0.13.0 (2023-10-31)

Features

Miscellaneous

  • Add stdlib tests for pedersen commitment (#3075) (87fa621)
  • Automatic c_binds for commit should return a point instead of an Fr element (#3072) (2e289a5)
  • Cleanup remaining mentions of compress with pedersen in cpp and ts (#3074) (52cf383)
  • Remove endomorphism coefficient from ecc_add_gate (#3115) (d294987)
  • Remove unecessary calls to pedersen__init (#3079) (84f8db2)
  • Remove unused pedersen c_binds (#3058) (e71e5f9)
  • Removes pedersen commit native pairs method (#3073) (69a34c7)

This PR was generated with Release Please. See documentation.

@AztecBot AztecBot force-pushed the release-please--branches--master branch from b665d40 to b3d11e2 Compare October 26, 2023 14:52
@socket-security
Copy link

socket-security bot commented Oct 26, 2023

No top level dependency changes detected. Learn more about Socket for GitHub ↗︎

@AztecBot
Copy link
Collaborator Author

AztecBot commented Oct 26, 2023

Benchmark results

No metrics with a significant change found.

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 db67aa1e 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,984 868,124 3,449,516
l1_rollup_execution_gas 842,071 3,595,232 22,204,885
l2_block_processing_time_in_ms 1,999 (-1%) 7,611 29,606 (-1%)
note_successful_decrypting_time_in_ms 294 (+2%) 866 (+2%) 3,133 (-3%)
note_trial_decrypting_time_in_ms 96.0 (+3%) 74.0 (+21%) 134 (-1%)
l2_block_building_time_in_ms 13,135 52,695 (+1%) 209,562
l2_block_rollup_simulation_time_in_ms 11,811 47,343 (+1%) 188,435
l2_block_public_tx_process_time_in_ms 1,282 5,220 (+2%) 20,634 (+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 21,554 (-1%) 42,263
note_history_successful_decrypting_time_in_ms 2,010 (-2%) 4,026 (+1%)
note_history_trial_decrypting_time_in_ms 120 (-1%) 144 (-23%)
node_database_size_in_bytes 1,631,519 1,100,056
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 72.3 61,697 18,841
private-kernel-ordering 43.6 24,233 8,089
base-rollup 1,771 656,309 811
root-rollup 75.3 (-3%) 4,072 1,097
private-kernel-inner 53.5 81,504 18,841
public-kernel-private-input 41.8 (+1%) 41,455 18,841
public-kernel-non-first-iteration 26.8 (+1%) 41,497 18,841
merge-rollup 0.935 (+3%) 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 27,240

@AztecBot AztecBot force-pushed the release-please--branches--master branch 26 times, most recently from 368f0ed to 110dfcf Compare October 30, 2023 14:40
@AztecBot AztecBot force-pushed the release-please--branches--master branch from 110dfcf to 4225f5c Compare October 30, 2023 14:49
@AztecBot AztecBot changed the title chore(master): Release 0.12.1 chore(master): Release 0.13.0 Oct 30, 2023
@AztecBot AztecBot force-pushed the release-please--branches--master branch 5 times, most recently from 936dbb6 to b7da7fd Compare October 31, 2023 07:18
@AztecBot AztecBot force-pushed the release-please--branches--master branch from b7da7fd to c327a8e Compare October 31, 2023 09:20
@rahul-kothari rahul-kothari enabled auto-merge (squash) October 31, 2023 09:20
@rahul-kothari rahul-kothari merged commit 0c0b975 into master Oct 31, 2023
2 checks passed
@rahul-kothari rahul-kothari deleted the release-please--branches--master branch October 31, 2023 09:49
@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.

2 participants