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.8.13 #2848

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Conversation

AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Oct 13, 2023

🤖 I have created a release beep boop

aztec-packages: 0.8.13

0.8.13 (2023-10-13)

Features

  • Add deployed contract to PXE from CLI (#2850) (5bad3e3)
  • docs_tutorials: Token Portal & Uniswap Tutorial (#2726) (dbef55f)

Bug Fixes

  • Added registry contract address to node terraform (#2851) (bfc5feb)
  • Create canary dockerhub manifest (#2849) (1d7bd26)
  • Fix check_circuit in goblin translator (resulted in flimsy test) (#2827) (98b1679)
barretenberg.js: 0.8.13

0.8.13 (2023-10-13)

Miscellaneous

  • barretenberg.js: Synchronize aztec-packages versions
barretenberg: 0.8.13

0.8.13 (2023-10-13)

Bug Fixes

  • Fix check_circuit in goblin translator (resulted in flimsy test) (#2827) (98b1679)

This PR was generated with Release Please. See documentation.

@AztecBot AztecBot force-pushed the release-please--branches--master branch 3 times, most recently from 66c0217 to 509e125 Compare October 13, 2023 16:24
@PhilWindle PhilWindle enabled auto-merge (squash) October 13, 2023 16:32
@AztecBot AztecBot force-pushed the release-please--branches--master branch from 509e125 to 9fad909 Compare October 13, 2023 16:32
@PhilWindle PhilWindle merged commit bd19043 into master Oct 13, 2023
@PhilWindle PhilWindle deleted the release-please--branches--master branch October 13, 2023 16:54
@AztecBot
Copy link
Collaborator Author

@AztecBot
Copy link
Collaborator Author

@AztecBot
Copy link
Collaborator Author

@AztecBot
Copy link
Collaborator Author

Benchmark 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 bfc5feb1 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 223,008 867,548 3,447,920
l1_rollup_execution_gas 842,095 3,594,656 22,203,289
l2_block_processing_time_in_ms ⚠️ 1,237 (+24%) ⚠️ 4,700 (+22%) ⚠️ 18,700 (+23%)
note_successful_decrypting_time_in_ms ⚠️ 383 (+20%) ⚠️ 1,226 (+26%) ⚠️ 4,614 (+29%)
note_trial_decrypting_time_in_ms ⚠️ 87.0 (+335%) ⚠️ 110 (+41%) 145 (+5%)
l2_block_building_time_in_ms ⚠️ 11,019 (+24%) ⚠️ 44,423 (+25%) ⚠️ 186,634 (+24%)
l2_block_rollup_simulation_time_in_ms ⚠️ 8,242 (+25%) ⚠️ 33,386 (+26%) ⚠️ 131,576 (+25%)
l2_block_public_tx_process_time_in_ms ⚠️ 2,727 (+21%) ⚠️ 10,888 (+21%) ⚠️ 54,298 (+22%)

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 ⚠️ 16,189 (+16%) ⚠️ 34,356 (+11%)
note_history_successful_decrypting_time_in_ms ⚠️ 2,966 (+28%) ⚠️ 5,799 (+28%)
note_history_trial_decrypting_time_in_ms 126 (+2%) ⚠️ 158 (-35%)
node_database_size_in_bytes 1,648,034 1,196,437
pxe_database_size_in_bytes 27,188 54,187

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 ⚠️ 52.3 (+21%) 56,577 14,745
private-kernel-ordering ⚠️ 25.7 (+20%) 20,137 8,089
base-rollup ⚠️ 1,033 (+21%) 631,605 811
root-rollup ⚠️ 45.5 (+17%) 4,072 1,097
private-kernel-inner ⚠️ 43.4 (+22%) 72,288 14,745
public-kernel-private-input ⚠️ 57.8 (+24%) 37,359 14,745
public-kernel-non-first-iteration ⚠️ 34.5 (+23%) 37,401 14,745
merge-rollup ⚠️ 1.08 (+17%) 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,723 27,094

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.

3 participants