Skip to content

chore(master): Release 0.18.0#3892

Merged
PhilWindle merged 1 commit intomasterfrom
release-please--branches--master
Jan 16, 2024
Merged

chore(master): Release 0.18.0#3892
PhilWindle merged 1 commit intomasterfrom
release-please--branches--master

Conversation

@AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Jan 9, 2024

🤖 I have created a release beep boop

aztec-packages: 0.18.0

0.18.0 (2024-01-16)

⚠ BREAKING CHANGES

  • Remove Directive::Quotient (#4019)
  • define key type in maps (#3841)
  • implement keccakf1600 in brillig (#3914)
  • add blake3 opcode to brillig (#3913)
  • Remove opcode supported from the backend (#3889)

Features

Bug Fixes

Miscellaneous

Documentation

barretenberg.js: 0.18.0

0.18.0 (2024-01-16)

Features

Bug Fixes

barretenberg: 0.18.0

0.18.0 (2024-01-16)

⚠ BREAKING CHANGES

  • Remove Directive::Quotient (#4019)
  • implement keccakf1600 in brillig (#3914)
  • add blake3 opcode to brillig (#3913)
  • Remove opcode supported from the backend (#3889)

Features

Bug Fixes

Miscellaneous


This PR was generated with Release Please. See documentation.

@AztecBot AztecBot force-pushed the release-please--branches--master branch 4 times, most recently from 4925963 to c1f6ca8 Compare January 9, 2024 16:21
@AztecBot
Copy link
Collaborator Author

AztecBot commented Jan 9, 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.

Values are compared against data from master at commit efd7660f 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 220,992 866,240 3,447,824
l1_rollup_execution_gas 934,136 3,968,714 24,791,360
l2_block_processing_time_in_ms 1,325 (-14%) 5,080 (-1%) 21,043 (-2%)
note_successful_decrypting_time_in_ms 304 (-6%) 927 (-3%) 3,347 (-4%)
note_trial_decrypting_time_in_ms 13.0 (-63%) 51.5 (-34%) 133 (-4%)
l2_block_building_time_in_ms 15,031 58,947 (-1%) 236,357 (-1%)
l2_block_rollup_simulation_time_in_ms 10,673 (+1%) 41,716 (-1%) 167,689 (-1%)
l2_block_public_tx_process_time_in_ms 4,327 (-1%) 17,128 (-1%) 68,402 (-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 14,915 (-3%) 28,712 (-2%)
note_history_successful_decrypting_time_in_ms 2,354 (+5%) 4,263 (-6%)
note_history_trial_decrypting_time_in_ms 77.8 (-43%) 160 (-22%)
node_database_size_in_bytes 3,623,957 3,735,219
pxe_database_size_in_bytes 29,923 59,478

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 212 (-1%) 44,681 25,561
private-kernel-ordering 165 43,753 14,809
base-rollup 1,063 128,338 881
root-rollup 80.2 (-5%) 4,088 709
private-kernel-inner 291 71,208 25,561
public-kernel-private-input 205 31,863 25,561
public-kernel-non-first-iteration 202 31,905 25,561
merge-rollup 8.19 (-2%) 2,608 881

Tree insertion stats

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

Metric 1 leaves 2 leaves 8 leaves 16 leaves 32 leaves 64 leaves 128 leaves 512 leaves 1024 leaves 2048 leaves 8192 leaves
batch_insert_into_append_only_tree_ms 11.3 16.3 (-2%) 13.6 (-2%) 17.9 (-7%) 23.6 (-1%) 49.8 (-2%) 77.2 (-9%) 242 (-1%) 470 909 3,554
batch_insert_into_indexed_tree_ms N/A N/A N/A 64.1 (-3%) N/A 59.4 (-1%) 119 (-2%) 358 (-2%) 734 (-1%) 1,395 (-1%) 5,563 (-1%)

Miscellaneous

Transaction sizes based on how many contracts are deployed in the tx.

Metric 0 deployed contracts 1 deployed contracts
tx_size_in_bytes 15,455 32,224

Transaction processing duration by data writes.

Metric 0 new commitments 1 new commitments
tx_pxe_processing_time_ms 372 (-1%) 1,079 (-1%)
Metric 1 public data writes
tx_sequencer_processing_time_ms 533 (-1%)

@AztecBot AztecBot force-pushed the release-please--branches--master branch 10 times, most recently from 2cbcfc7 to fe187f0 Compare January 9, 2024 22:47
@AztecBot AztecBot changed the title chore(master): Release 0.17.1 chore(master): Release 0.18.0 Jan 10, 2024
@AztecBot AztecBot force-pushed the release-please--branches--master branch 13 times, most recently from ba68af9 to 8283708 Compare January 11, 2024 09:38
@AztecBot AztecBot force-pushed the release-please--branches--master branch 24 times, most recently from 82c8d75 to 2945fc2 Compare January 12, 2024 15:37
@PhilWindle
Copy link
Collaborator

Merging as build was stuck.

@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

No open projects
Archived in project

Development

Successfully merging this pull request may close these issues.

Add StateDiffHints and update BaseRollupInputs feat: modularize decoder Rationalise blocks and logs

3 participants