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.36.0 #5791

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Apr 16, 2024

🤖 I have created a release beep boop

aztec-package: 0.36.0

0.36.0 (2024-04-30)

Features

Bug Fixes

  • Deploy L1 contracts before starting node (#5969) (1908139)
  • Refuse to start sequencer without a prover (#6000) (b30d0b6)

Miscellaneous

barretenberg.js: 0.36.0

0.36.0 (2024-04-30)

Miscellaneous

  • Do not bootstrap cache if working copy is dirty (#6033) (3671932)
aztec-packages: 0.36.0

0.36.0 (2024-04-30)

⚠ BREAKING CHANGES

Features

Bug Fixes

Miscellaneous

Documentation

barretenberg: 0.36.0

0.36.0 (2024-04-30)

⚠ BREAKING CHANGES

  • remove Opcode::Brillig from ACIR (#5995)
  • change backend width to 4 (#5374)

Features

Bug Fixes

Miscellaneous


This PR was generated with Release Please. See documentation.

@AztecBot AztecBot changed the title chore(master): Release 0.35.2 chore(master): Release 0.36.0 Apr 16, 2024
@AztecBot AztecBot force-pushed the release-please--branches--master branch 5 times, most recently from 5f15586 to 1b65f29 Compare April 16, 2024 21:06
@AztecBot
Copy link
Collaborator Author

AztecBot commented Apr 16, 2024

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.

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 740 740 740
l1_rollup_calldata_gas 6,680 6,680 6,680
l1_rollup_execution_gas 586,812 586,812 586,812
l2_block_processing_time_in_ms 1,550 (+4%) 5,838 (+7%) 10,766 (+3%)
l2_block_building_time_in_ms 22,463 88,487 (-1%) 176,987 (-1%)
l2_block_rollup_simulation_time_in_ms 22,258 87,747 (-1%) 175,545 (-1%)
l2_block_public_tx_process_time_in_ms 8,853 (-1%) 34,595 (-1%) 69,344 (-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 17,442 (+3%) 31,915 (-4%)
node_database_size_in_bytes 20,713,552 37,429,328
pxe_database_size_in_bytes 29,868 59,425

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 175 (+1%) 46,819 28,822
private-kernel-inner 203 (-1%) 76,734 28,822
private-kernel-ordering 226 (-1%) 53,040 42,751
base-parity 66.8 (-4%) 128 64.0
base-rollup 16,445 111,062 925
root-parity 1,608 27,064 64.0
root-rollup 64.6 11,454 789
public-kernel-app-logic 1,972 (-1%) 54,321 22,677
public-kernel-tail 4,820 (-1%) 159,770 3,898
merge-rollup 6,500 2,696 925
public-kernel-teardown 161 54,321 30,042
public-kernel-setup 220 (-1%) 54,321 30,042

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 11.0 18.0 (+1%) 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.7 31.8 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.640 0.553 (+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 51.7 80.0 260 501 984 1,940 N/A
batch_insert_into_append_only_tree_32_depth_hash_count N/A N/A 95.9 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.530 0.494 0.474 0.468 0.466 0.464 N/A
batch_insert_into_indexed_tree_20_depth_ms N/A N/A 60.9 121 (+1%) 375 736 1,467 2,920 N/A
batch_insert_into_indexed_tree_20_depth_hash_count N/A N/A 105 208 692 1,363 2,707 5,395 N/A
batch_insert_into_indexed_tree_20_depth_hash_ms N/A N/A 0.536 0.541 (+1%) 0.511 0.507 0.506 (-1%) 0.508 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 66.8
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 108
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.588

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 44,613 535,433

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 897 1,145 1,345

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,393 1,000 (-1%) 3,668 (+1%)
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 885 800 (+2%) 1,429 (+1%) 939 (+1%) 2,217 (+1%) 1,122 (+1%)

@AztecBot AztecBot force-pushed the release-please--branches--master branch 22 times, most recently from 82ddec9 to 52445bb Compare April 18, 2024 07:34
@AztecBot AztecBot force-pushed the release-please--branches--master branch 6 times, most recently from eebff4b to 1642dc4 Compare April 29, 2024 12:29
@rahul-kothari rahul-kothari self-requested a review April 29, 2024 13:42
@AztecBot AztecBot force-pushed the release-please--branches--master branch 11 times, most recently from 20cfc64 to 8713f08 Compare April 30, 2024 16:33
@AztecBot AztecBot force-pushed the release-please--branches--master branch from 8713f08 to 5e343b6 Compare April 30, 2024 17:29
@critesjosh critesjosh merged commit 864b8aa into master Apr 30, 2024
66 checks passed
@critesjosh critesjosh deleted the release-please--branches--master branch April 30, 2024 17:57
@AztecBot
Copy link
Collaborator Author

@AztecBot
Copy link
Collaborator Author

@AztecBot
Copy link
Collaborator Author

@AztecBot
Copy link
Collaborator Author

TomAFrench added a commit that referenced this pull request Apr 30, 2024
* master:
  chore: disable doc builds (#6107)
  feat: private da gas metering (#6103)
  chore: build docs in earthly (#6038)
  chore: redo typo PR by vitalmotif (#6081)
  chore: redo typo PR by stayweek (#6080)
  chore(master): Release 0.36.0 (#5791)
  fix(docs): Tutorial fixes (#5600)
  chore: prepare ScheduledValueChange for mutable delays. (#6085)
  feat: circuit simulator for Ultra and GoblinUltra verifiers (#1195)
  docs: shared state (#5963)
  feat: Avoiding redundant computation in PG (#5844)
  feat: computing sym key for incoming ciphertext (#6020)
  feat: `variable_base_scalar_mul` blackbox func (#6039)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment