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.33.0 #5532

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Apr 2, 2024

🤖 I have created a release beep boop

aztec-package: 0.33.0

0.33.0 (2024-04-09)

Features

  • Jest fast transpile. no more ts-jest. (#5530) (1912802)
  • SimulateTx: Simulate constrained transaction execution with return values (#5432) (0249737)
barretenberg.js: 0.33.0

0.33.0 (2024-04-09)

Miscellaneous

  • barretenberg.js: Synchronize aztec-packages versions
aztec-cli: 0.33.0

0.33.0 (2024-04-09)

⚠ BREAKING CHANGES

  • contract_abi-exports (#5386)

Features

Bug Fixes

  • Update CLI & terraforms with new contract addresses (#5553) (eb73d20)
aztec-packages: 0.33.0

0.33.0 (2024-04-09)

⚠ BREAKING CHANGES

  • acir: Add predicate to call opcode (#5616)
  • contract_abi-exports (#5386)
  • avm: rollback FunctionAbi isTranspiled changes (#5561)

Features

Bug Fixes

Miscellaneous

Documentation

barretenberg: 0.33.0

0.33.0 (2024-04-09)

⚠ BREAKING CHANGES

  • acir: Add predicate to call opcode (#5616)

Features

Miscellaneous


This PR was generated with Release Please. See documentation.

@AztecBot
Copy link
Collaborator Author

AztecBot commented Apr 2, 2024

Benchmark results

Metrics with a significant change:

  • note_trial_decrypting_time_in_ms (8): 103 (+94%)
  • note_trial_decrypting_time_in_ms (32): 76.6 (+130%)
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 7e4e9b98 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 64 txs
l1_rollup_calldata_size_in_bytes 676 676 676
l1_rollup_calldata_gas 6,412 6,412 6,424
l1_rollup_execution_gas 585,745 585,745 585,757
l2_block_processing_time_in_ms 1,235 (-7%) 4,637 (-2%) 8,683 (-8%)
note_successful_decrypting_time_in_ms 199 (-20%) 567 (-9%) 933 (-10%)
note_trial_decrypting_time_in_ms ⚠️ 103 (+94%) ⚠️ 76.6 (+130%) 52.5 (+55%)
l2_block_building_time_in_ms 11,519 (-4%) 41,856 (-4%) 82,599 (-3%)
l2_block_rollup_simulation_time_in_ms 11,487 (-4%) 41,747 (-4%) 82,379 (-3%)
l2_block_public_tx_process_time_in_ms 5,992 (-3%) 23,489 (-4%) 47,433 (-3%)

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 13,963 (+4%) 26,324 (-6%)
note_history_successful_decrypting_time_in_ms 1,240 (-6%) 2,371 (+4%)
note_history_trial_decrypting_time_in_ms 59.0 (-31%) 98.3 (+28%)
node_database_size_in_bytes 18,640,976 34,963,536
pxe_database_size_in_bytes 29,859 59,414

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 174 (-2%) 44,377 26,164
private-kernel-ordering 156 (-2%) 50,830 39,026
base-parity 3,728 (-2%) 128 311
root-parity 1,091 (+2%) 1,244 311
base-rollup 13,781 (-3%) 110,464 861
root-rollup 48.9 4,359 725
private-kernel-inner 210 (-2%) 71,744 26,164
public-kernel-app-logic 116 (-2%) 47,695 40,661
public-kernel-tail 158 (-2%) 53,372 7,125
merge-rollup 9.83 (-7%) 2,568 861
public-kernel-teardown 117 47,695 40,661
public-kernel-setup 116 47,695 40,661

Tree insertion stats

The duration to insert a fixed batch of leaves into each tree type.

Metric 1 leaves 16 leaves 64 leaves 128 leaves 512 leaves 1024 leaves 2048 leaves 4096 leaves 32 leaves
batch_insert_into_append_only_tree_16_depth_ms 9.79 (-1%) 15.7 (-2%) N/A N/A N/A N/A N/A N/A N/A
batch_insert_into_append_only_tree_16_depth_hash_count 16.8 31.6 N/A N/A N/A N/A N/A N/A N/A
batch_insert_into_append_only_tree_16_depth_hash_ms 0.571 (-1%) 0.486 (-1%) N/A N/A N/A N/A N/A N/A N/A
batch_insert_into_append_only_tree_32_depth_ms N/A N/A 44.6 (-2%) 69.5 (-2%) 223 (-3%) 430 838 (-4%) 1,675 (-3%) N/A
batch_insert_into_append_only_tree_32_depth_hash_count N/A N/A 96.0 159 543 1,055 2,079 4,127 N/A
batch_insert_into_append_only_tree_32_depth_hash_ms N/A N/A 0.457 (-2%) 0.428 (-2%) 0.405 (-4%) 0.402 0.398 (-3%) 0.400 (-3%) N/A
batch_insert_into_indexed_tree_20_depth_ms N/A N/A 52.6 (-2%) 103 (-2%) 325 (-4%) 638 1,264 (-4%) 2,521 (-6%) N/A
batch_insert_into_indexed_tree_20_depth_hash_count N/A N/A 105 207 691 1,363 2,707 5,395 N/A
batch_insert_into_indexed_tree_20_depth_hash_ms N/A N/A 0.464 (-2%) 0.464 (-2%) 0.443 (-3%) 0.440 0.437 (-4%) 0.437 (-6%) N/A
batch_insert_into_indexed_tree_40_depth_ms N/A N/A N/A N/A N/A N/A N/A N/A 59.1 (-2%)
batch_insert_into_indexed_tree_40_depth_hash_count N/A N/A N/A N/A N/A N/A N/A N/A 109
batch_insert_into_indexed_tree_40_depth_hash_ms N/A N/A N/A N/A N/A N/A N/A N/A 0.516 (-2%)

Miscellaneous

Transaction sizes based on how many contract classes are registered in the tx.

Metric 0 registered classes 1 registered classes
tx_size_in_bytes 40,372 496,534

Transaction size based on fee payment method

Metric native fee payment method fpc_public fee payment method fpc_private fee payment method
tx_with_fee_size_in_bytes 905 1,161 1,377

Transaction processing duration by data writes.

Metric 0 new note hashes 1 new note hashes 2 new note hashes
tx_pxe_processing_time_ms 1,670 (-2%) 1,041 (-2%) 5,392
Metric 1 public data writes 2 public data writes 3 public data writes 4 public data writes 5 public data writes 8 public data writes
tx_sequencer_processing_time_ms 555 (-3%) 401 1,066 523 (+1%) 1,744 588 (+1%)

@AztecBot AztecBot force-pushed the release-please--branches--master branch 14 times, most recently from d6a9709 to 46150f9 Compare April 3, 2024 17:40
@AztecBot AztecBot changed the title chore(master): Release 0.32.2 chore(master): Release 0.33.0 Apr 3, 2024
@AztecBot AztecBot force-pushed the release-please--branches--master branch 13 times, most recently from b3b3aaa to 86368a2 Compare April 4, 2024 14:56
@AztecBot AztecBot force-pushed the release-please--branches--master branch 5 times, most recently from 37ec54d to addb8bd Compare April 8, 2024 08:14
Copy link

socket-security bot commented Apr 8, 2024

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

👍 No dependency changes detected in pull request

@AztecBot AztecBot force-pushed the release-please--branches--master branch 12 times, most recently from ba37a0b to e749371 Compare April 9, 2024 10:28
@AztecBot AztecBot force-pushed the release-please--branches--master branch from e749371 to 8a5cd50 Compare April 9, 2024 11:28
@rahul-kothari rahul-kothari merged commit 4c5579d into master Apr 9, 2024
149 checks passed
@rahul-kothari rahul-kothari deleted the release-please--branches--master branch April 9, 2024 12:07
@AztecBot
Copy link
Collaborator Author

AztecBot commented Apr 9, 2024

@AztecBot
Copy link
Collaborator Author

AztecBot commented Apr 9, 2024

@AztecBot
Copy link
Collaborator Author

AztecBot commented Apr 9, 2024

@AztecBot
Copy link
Collaborator Author

AztecBot commented Apr 9, 2024

@AztecBot
Copy link
Collaborator Author

AztecBot commented Apr 9, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants