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.11 #2811

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Conversation

AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Oct 11, 2023

🤖 I have created a release beep boop

aztec-packages: 0.8.11

0.8.11 (2023-10-13)

Features

  • archiver: Use registry to fetch searchStartBlock (#2830) (e5bc067)
  • Configure sandbox for network (#2818) (d393a59)
  • docker-sandbox: Allow forks in sandbox (#2831) (ed8431c), closes #2726
  • Goblin Translator Decomposition relation (Goblin Translator part 4) (#2802) (3c3cd9f)
  • Goblin Translator GenPermSort relation (Goblin Translator part 3) (#2795) (b36fdc4)
  • Goblin translator opcode constraint and accumulator transfer relations (Goblin Translator part 5) (#2805) (b3d1f28)
  • Goblin Translator Permutation relation (Goblin Translator part 2) (#2790) (9a354c9)
  • Integrate ZeroMorph into Honk (#2774) (ea86869)
  • NPM canary deployment (#2731) (7d48ed3)
  • Purge non native token + reorder params in token portal (#2723) (447dade)
  • Throw compile error if read/write public state from private (#2804) (a3649df)
  • Unencrypted log filtering (#2600) (7ae554a), closes #1498 #1500
  • Update goblin translator circuit builder (Goblin Translator part 1) (#2764) (32c69ae)

Bug Fixes

Miscellaneous

Documentation

barretenberg.js: 0.8.11

0.8.11 (2023-10-13)

Miscellaneous

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

0.8.11 (2023-10-13)

Features

  • Goblin Translator Decomposition relation (Goblin Translator part 4) (#2802) (3c3cd9f)
  • Goblin Translator GenPermSort relation (Goblin Translator part 3) (#2795) (b36fdc4)
  • Goblin translator opcode constraint and accumulator transfer relations (Goblin Translator part 5) (#2805) (b3d1f28)
  • Goblin Translator Permutation relation (Goblin Translator part 2) (#2790) (9a354c9)
  • Integrate ZeroMorph into Honk (#2774) (ea86869)
  • Update goblin translator circuit builder (Goblin Translator part 1) (#2764) (32c69ae)

Miscellaneous


This PR was generated with Release Please. See documentation.

@AztecBot
Copy link
Collaborator Author

AztecBot commented Oct 11, 2023

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 5585075f 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,948 867,704 3,447,824
l1_rollup_execution_gas 842,035 3,594,812 22,203,193
l2_block_processing_time_in_ms 1,039 (+1%) 3,867 (-2%) 15,633 (+3%)
note_successful_decrypting_time_in_ms 331 (+2%) 985 (-1%) 3,753 (+5%)
note_trial_decrypting_time_in_ms ⚠️ 33.0 (+27%) 95.0 (-4%) 136 (-1%)
l2_block_building_time_in_ms 8,987 (+1%) 36,080 (+1%) 149,731 (+1%)
l2_block_rollup_simulation_time_in_ms 6,652 26,764 105,156
l2_block_public_tx_process_time_in_ms 2,295 (+1%) 9,189 (+1%) 43,898 (+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 13,743 (-2%) 30,045 (-2%)
note_history_successful_decrypting_time_in_ms 2,263 4,594 (+3%)
note_history_trial_decrypting_time_in_ms 123 (+2%) ⚠️ 146 (-29%)
node_database_size_in_bytes 1,649,191 1,190,939
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 43.3 56,577 14,745
private-kernel-ordering 21.5 20,137 8,089
base-rollup 851 631,605 811
root-rollup 37.9 (-2%) 4,072 1,097
private-kernel-inner 35.7 72,288 14,745
public-kernel-private-input 46.7 37,359 14,745
public-kernel-non-first-iteration 27.7 (-2%) 37,401 14,745
merge-rollup 0.906 (+4%) 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

@AztecBot AztecBot force-pushed the release-please--branches--master branch 21 times, most recently from 324d403 to f15bd17 Compare October 13, 2023 09:50
@PhilWindle PhilWindle enabled auto-merge (squash) October 13, 2023 09:51
@AztecBot AztecBot force-pushed the release-please--branches--master branch from f15bd17 to 1ca74c2 Compare October 13, 2023 10:00
@PhilWindle PhilWindle merged commit 8f3e666 into master Oct 13, 2023
@PhilWindle PhilWindle deleted the release-please--branches--master branch October 13, 2023 10:12
@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
Archived in project
Development

Successfully merging this pull request may close these issues.

Enhance the getUnencryptedLogs api to optionally filter on topic and/or contract address
2 participants