Skip to content

chore(master): Release 0.17.0#3684

Merged
rahul-kothari merged 1 commit intomasterfrom
release-please--branches--master
Jan 9, 2024
Merged

chore(master): Release 0.17.0#3684
rahul-kothari merged 1 commit intomasterfrom
release-please--branches--master

Conversation

@AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Dec 13, 2023

🤖 I have created a release beep boop

aztec-packages: 0.17.0

0.17.0 (2024-01-09)

⚠ BREAKING CHANGES

  • Remove aggregation objects from RecursionConstraint (#3885)
  • Noir development branch (serialization changes) (#3858)
  • aztec.js: Move accounts out of aztec.js into new package (#3844)
  • Add Side effect counter struct for ordering (#3608)
  • typing partial address, deduplicating Point, Point -> GrumpkinPoint (#3814)
  • moving compute_selector to FunctionSelector (#3806)
  • moving compute_address func to AztecAddress (#3801)
  • updated note hash and nullifier macro (#3777)
  • return full verification contract from AcirComposer::get_solidity_verifier (#3735)
  • deduplicating circuit types + typing everything (#3594)

Features

Bug Fixes

Miscellaneous

Documentation

barretenberg.js: 0.17.0

0.17.0 (2024-01-09)

⚠ BREAKING CHANGES

  • return full verification contract from AcirComposer::get_solidity_verifier (#3735)

Features

  • Adding option to set initial and max memory (#3265) (0ad75fe)
  • Bb uses goblin (#3636) (d093266)
  • Correct circuit construction from acir (#3757) (a876ab8)
  • Return full verification contract from AcirComposer::get_solidity_verifier (#3735) (bd5614c)

Miscellaneous

barretenberg: 0.17.0

0.17.0 (2024-01-09)

⚠ BREAKING CHANGES

  • Remove aggregation objects from RecursionConstraint (#3885)
  • Noir development branch (serialization changes) (#3858)
  • Add Side effect counter struct for ordering (#3608)
  • return full verification contract from AcirComposer::get_solidity_verifier (#3735)

Features

Bug Fixes

  • CRS not needed for gate_count. Grumpkin not needed for non-goblin. (#3872) (8cda00d)
  • Disable goblin bbjs tests (#3836) (1f5b2c6)
  • Reenable goblin bbjs for a single test (#3838) (30e47a0)
  • Update toy to new master (78cf525)

Miscellaneous


This PR was generated with Release Please. See documentation.

@AztecBot AztecBot changed the title chore(master): Release 0.16.10 chore(master): Release 0.17.0 Dec 13, 2023
@AztecBot AztecBot force-pushed the release-please--branches--master branch from 4aa6cea to 029ad88 Compare December 13, 2023 15:56
@AztecBot
Copy link
Collaborator Author

AztecBot commented Dec 13, 2023

Benchmark results

Metrics with a significant change:

  • batch_insert_into_indexed_tree_ms (512): 429 (+18%)
  • note_successful_decrypting_time_in_ms (8): 357 (-26%)
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 a2b267bf 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,936 868,484 3,449,720
l1_rollup_execution_gas 867,045 3,746,537 23,306,485
l2_block_processing_time_in_ms 1,406 (+4%) 5,277 (+4%) 21,086
note_successful_decrypting_time_in_ms ⚠️ 357 (-26%) 1,132 (+2%) 4,134 (+1%)
note_trial_decrypting_time_in_ms 64.7 (-27%) 37.0 (-6%) 142 (-1%)
l2_block_building_time_in_ms 14,959 59,311 239,621
l2_block_rollup_simulation_time_in_ms 10,617 42,149 170,777
l2_block_public_tx_process_time_in_ms 4,309 17,085 68,571 (+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,944 (-1%) 28,933
note_history_successful_decrypting_time_in_ms 2,840 (+6%) 5,442 (-2%)
note_history_trial_decrypting_time_in_ms 92.2 (-16%) 146 (-1%)
node_database_size_in_bytes 3,618,514 3,719,858
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 211 44,709 25,561
private-kernel-ordering 137 30,953 14,809
base-rollup 1,077 128,374 881
root-rollup 86.1 (+2%) 4,088 889
private-kernel-inner 287 71,236 25,561
public-kernel-private-input 203 31,891 25,561
public-kernel-non-first-iteration 200 31,933 25,561
merge-rollup 9.70 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.1 114 (+29%) 15.7 (+12%) 18.1 25.3 (+8%) 49.7 88.1 246 467 (-1%) 912 (+1%) 3,562
batch_insert_into_indexed_tree_ms N/A N/A N/A 64.3 N/A 59.8 (+1%) 110 (-1%) ⚠️ 429 (+18%) 737 (+1%) 1,571 (+12%) 5,572

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,487 31,877

Transaction processing duration by data writes.

Metric 0 new commitments 1 new commitments
tx_pxe_processing_time_ms 347 (+1%) 969
Metric 1 public data writes
tx_sequencer_processing_time_ms 531

@AztecBot AztecBot force-pushed the release-please--branches--master branch 26 times, most recently from b9cf24c to f74e0bd Compare December 17, 2023 00:03
@AztecBot AztecBot force-pushed the release-please--branches--master branch 13 times, most recently from 19130ec to cb44dfb Compare December 22, 2023 16:03
@AztecBot AztecBot force-pushed the release-please--branches--master branch 12 times, most recently from 10d4068 to 3d461d6 Compare January 2, 2024 16:53
@AztecBot
Copy link
Collaborator Author

AztecBot commented Jan 9, 2024

@AztecBot
Copy link
Collaborator Author

AztecBot commented Jan 9, 2024

@AztecBot
Copy link
Collaborator Author

AztecBot commented Jan 9, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment