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.15.0 #3269

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Conversation

AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Nov 7, 2023

🤖 I have created a release beep boop

aztec-packages: 0.15.0

0.15.0 (2023-11-16)

⚠ BREAKING CHANGES

  • Replace computing hashes in circuits wasm, with computing them in ts via bb.js pedersen call. (#3114)

Features

Bug Fixes

Miscellaneous

  • bb: Remove -Wfatal-errors (#3318) (4229173)
  • Clarify that barretenberg mirror should not take PRs (#3303) (13f1a1d)
  • Clean up Plonk widgets (#3305) (4623d91)
  • docs: Aztec.nr logging page (#3281) (11e6ca7)
  • docs: Update netlify.toml and fix build (#3304) (df76636)
  • Explicitly instantiate Goblin translator relations (#3239) (e3b5fb0)
  • Plain struct flavor entities (#3277) (f109512)
  • Remove bn254 instantiation of eccvm plus naming changes (#3330) (23d1e2d)
  • Replace computing hashes in circuits wasm, with computing them in ts via bb.js pedersen call. (#3114) (87eeb71)
  • Revert build-debug folder for debug preset (#3324) (43a2e6b)
  • Towards plain struct flavor entities (#3216) (3ba89cf)
  • Typo fixes based on cspell (#3319) (8ae44dd)
barretenberg.js: 0.15.0

0.15.0 (2023-11-16)

⚠ BREAKING CHANGES

  • Replace computing hashes in circuits wasm, with computing them in ts via bb.js pedersen call. (#3114)

Bug Fixes

  • Fix block constraint key divergence bug. (#3256) (1c71a0c)

Miscellaneous

  • Replace computing hashes in circuits wasm, with computing them in ts via bb.js pedersen call. (#3114) (87eeb71)
  • Typo fixes based on cspell (#3319) (8ae44dd)
barretenberg: 0.15.0

0.15.0 (2023-11-16)

⚠ BREAKING CHANGES

  • Replace computing hashes in circuits wasm, with computing them in ts via bb.js pedersen call. (#3114)

Features

Bug Fixes

Miscellaneous

  • bb: Remove -Wfatal-errors (#3318) (4229173)
  • Clarify that barretenberg mirror should not take PRs (#3303) (13f1a1d)
  • Clean up Plonk widgets (#3305) (4623d91)
  • Explicitly instantiate Goblin translator relations (#3239) (e3b5fb0)
  • Plain struct flavor entities (#3277) (f109512)
  • Remove bn254 instantiation of eccvm plus naming changes (#3330) (23d1e2d)
  • Replace computing hashes in circuits wasm, with computing them in ts via bb.js pedersen call. (#3114) (87eeb71)
  • Revert build-debug folder for debug preset (#3324) (43a2e6b)
  • Towards plain struct flavor entities (#3216) (3ba89cf)
  • Typo fixes based on cspell (#3319) (8ae44dd)

This PR was generated with Release Please. See documentation.

@AztecBot
Copy link
Collaborator Author

AztecBot commented Nov 7, 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 23d1e2d3 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,876 868,208 3,449,600
l1_rollup_execution_gas 841,963 3,595,316 22,204,969
l2_block_processing_time_in_ms 2,024 (+3%) 7,546 29,608
note_successful_decrypting_time_in_ms 293 865 (-1%) 3,151
note_trial_decrypting_time_in_ms 96.4 (-1%) 74.6 (-7%) 132 (-16%)
l2_block_building_time_in_ms 20,594 81,610 325,483
l2_block_rollup_simulation_time_in_ms 11,950 47,250 187,926
l2_block_public_tx_process_time_in_ms 8,600 34,225 137,074

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 22,168 (+1%) 41,946 (-1%)
note_history_successful_decrypting_time_in_ms 2,136 (+6%) 3,940 (-1%)
note_history_trial_decrypting_time_in_ms 120 (-1%) 175 (+22%)
node_database_size_in_bytes 1,629,868 1,094,241
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 765 61,697 18,905
private-kernel-ordering 125 24,297 8,153
base-rollup 1,762 656,428 873
root-rollup 169 (+1%) 4,072 1,097
private-kernel-inner 788 81,568 18,905
public-kernel-private-input 568 41,519 18,905
public-kernel-non-first-iteration 406 41,561 18,905
merge-rollup 15.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 changed the title chore(master): Release 0.14.3 chore(master): Release 0.15.0 Nov 7, 2023
@AztecBot AztecBot force-pushed the release-please--branches--master branch 15 times, most recently from 42a25e3 to a3de7e9 Compare November 14, 2023 14:53
@AztecBot AztecBot force-pushed the release-please--branches--master branch 4 times, most recently from 2dc4d4c to 28d4d36 Compare November 16, 2023 17:54
@AztecBot AztecBot force-pushed the release-please--branches--master branch from 28d4d36 to b71afef Compare November 16, 2023 22:03
@ludamad ludamad merged commit dd8ea9c into master Nov 17, 2023
3 checks passed
@ludamad ludamad deleted the release-please--branches--master branch November 17, 2023 11:50
@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