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

feat(avm)!: more instr wire format takes u16 #9174

Merged
merged 3 commits into from
Oct 11, 2024
Merged

Conversation

fcarreiro
Copy link
Contributor

@fcarreiro fcarreiro commented Oct 11, 2024

Make most instructions take offsets as u16. The ones that were not migrated are expected to change or be removed.

Yields ~2% bytecode size improvement in public_dispatch.

Part of #9059.

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @fcarreiro and the rest of your teammates on Graphite Graphite

@fcarreiro fcarreiro force-pushed the fc/avm-wire-format-u16 branch from f0eff61 to 87ba34a Compare October 11, 2024 12:17
@fcarreiro fcarreiro force-pushed the fc/avm-wire-format-u16 branch from 87ba34a to aac8b37 Compare October 11, 2024 13:49
Copy link
Contributor

github-actions bot commented Oct 11, 2024

Changes to public function bytecode sizes

Generated at commit: 1a1753968911b06d92ca9110eb7f3fd00cf8a305, compared to commit: fb35151c0d5e08f56b263eb15e0ddfc1565d4b17

🧾 Summary (100% most significant diffs)

Program Bytecode size in bytes (+/-) %
AvmTest::pedersen_hash_with_index -44 ✅ -1.26%
AvmTest::pedersen_hash -44 ✅ -1.26%
AvmTest::emit_unencrypted_log -40 ✅ -1.35%
CardGame::start_game -94 ✅ -1.42%
CardGame::on_cards_claimed -110 ✅ -1.47%
CardGame::on_card_played -82 ✅ -1.49%
CardGame::public_dispatch -248 ✅ -1.54%
AvmTest::u128_addition_overflow -20 ✅ -1.56%
AvmTest::keccak_hash -44 ✅ -1.60%
TestLog::public_dispatch -54 ✅ -1.69%
CardGame::on_game_joined -80 ✅ -1.71%
Delegator::public_delegate_set_value -16 ✅ -1.75%
AvmTest::test_get_contract_instance -16 ✅ -1.82%
AvmTest::sha256_hash -58 ✅ -1.84%
AvmTest::u128_from_integer_overflow -14 ✅ -1.84%
AvmTest::bulk_testing -488 ✅ -1.85%
TokenBridge::exit_to_l1_public -136 ✅ -1.86%
Parent::public_nested_static_call -74 ✅ -1.86%
Test::create_l2_to_l1_message_public -46 ✅ -1.90%
TestLog::emit_unencrypted_events -36 ✅ -1.98%
Test::consume_message_from_arbitrary_sender_public -140 ✅ -2.00%
Delegator::public_dispatch -42 ✅ -2.03%
Test::emit_unencrypted -34 ✅ -2.05%
PrivateFPC::public_dispatch -92 ✅ -2.09%
TokenBlacklist::constructor -172 ✅ -2.10%
Spam::public_dispatch -76 ✅ -2.11%
PrivateFPC::constructor -72 ✅ -2.11%
FeeJuice::balance_of_public -40 ✅ -2.13%
TokenBlacklist::update_roles -158 ✅ -2.13%
TokenBridge::constructor -76 ✅ -2.14%
PriceFeed::set_price -38 ✅ -2.14%
PriceFeed::public_dispatch -82 ✅ -2.15%
Spam::public_spam -56 ✅ -2.16%
Auth::set_authorized_delay -124 ✅ -2.16%
NFT::constructor -110 ✅ -2.16%
Claim::public_dispatch -100 ✅ -2.19%
PriceFeed::get_price -40 ✅ -2.20%
Auth::get_authorized_delay -48 ✅ -2.20%
Token::constructor -120 ✅ -2.20%
AuthRegistry::is_reject_all -40 ✅ -2.22%
Test::consume_mint_public_message -206 ✅ -2.23%
Auth::set_authorized -130 ✅ -2.23%
Claim::constructor -80 ✅ -2.23%
StatefulTest::get_public_value -40 ✅ -2.23%
AuthRegistry::set_reject_all -38 ✅ -2.25%
AvmTest::read_storage_map -40 ✅ -2.25%
AvmTest::poseidon2_hash -36 ✅ -2.25%
Lending::get_asset -46 ✅ -2.26%
StatefulTest::increment_public_value_no_init_check -44 ✅ -2.30%
FeeJuice::_increase_public_balance -56 ✅ -2.32%
TokenBridge::claim_public -250 ✅ -2.33%
AuthRegistry::is_consumable -46 ✅ -2.33%
AuthRegistry::_set_authorized -44 ✅ -2.34%
FeeJuice::check_balance -52 ✅ -2.35%
TokenBlacklist::_increase_public_balance -62 ✅ -2.35%
Token::_increase_public_balance -62 ✅ -2.35%
NFT::finalize_transfer_to_private -140 ✅ -2.35%
AvmInitializerTest::constructor -68 ✅ -2.35%
Benchmarking::increment_balance -74 ✅ -2.36%
AuthRegistry::set_authorized -44 ✅ -2.37%
Uniswap::_approve_bridge_and_exit_input_asset_to_L1 -146 ✅ -2.38%
Benchmarking::broadcast -44 ✅ -2.39%
TokenBlacklist::balance_of_public -46 ✅ -2.39%
Token::balance_of_public -46 ✅ -2.39%
Uniswap::public_dispatch -604 ✅ -2.40%
Auth::public_dispatch -266 ✅ -2.41%
AvmTest::set_storage_map -44 ✅ -2.44%
InclusionProofs::constructor -72 ✅ -2.45%
Crowdfunding::_publish_donation_receipts -32 ✅ -2.45%
AvmTest::add_storage_map -52 ✅ -2.45%
Auth::constructor -84 ✅ -2.45%
EasyPrivateVoting::constructor -88 ✅ -2.46%
Test::public_dispatch -466 ✅ -2.46%
FPC::constructor -84 ✅ -2.47%
Uniswap::constructor -84 ✅ -2.47%
DelegatedOn::public_dispatch -32 ✅ -2.47%
NFT::owner_of -64 ✅ -2.49%
NFT::is_minter -46 ✅ -2.50%
Token::is_minter -46 ✅ -2.50%
StatefulTest::public_constructor -94 ✅ -2.50%
Benchmarking::public_dispatch -128 ✅ -2.51%
Uniswap::swap_public -392 ✅ -2.51%
NFT::_finish_transfer_to_public -44 ✅ -2.53%
NFT::set_minter -50 ✅ -2.53%
Token::set_minter -50 ✅ -2.53%
Router::_check_timestamp -34 ✅ -2.54%
Token::shield -142 ✅ -2.54%
Token::mint_private -88 ✅ -2.54%
AuthRegistry::consume -78 ✅ -2.54%
TokenBlacklist::mint_private -110 ✅ -2.54%
Lending::init -76 ✅ -2.54%
Crowdfunding::public_dispatch -166 ✅ -2.55%
TokenBlacklist::shield -172 ✅ -2.55%
AvmInitializerTest::public_dispatch -94 ✅ -2.55%
Auth::get_authorized -48 ✅ -2.56%
Router::_check_block_number -34 ✅ -2.57%
Crowdfunding::init -100 ✅ -2.57%
StatefulTest::increment_public_value -50 ✅ -2.57%
TokenBridge::public_dispatch -542 ✅ -2.58%
Token::assert_minter_and_mint -62 ✅ -2.60%
ImportTest::public_dispatch -46 ✅ -2.60%
TokenBlacklist::get_roles -68 ✅ -2.60%
AvmTest::get_args_hash -44 ✅ -2.61%
NFT::mint -82 ✅ -2.62%
Lending::get_position -130 ✅ -2.62%
AuthWitTest::public_dispatch -58 ✅ -2.63%
EasyPrivateVoting::add_to_tally_public -62 ✅ -2.64%
AppSubscription::constructor -108 ✅ -2.67%
EasyPrivateVoting::public_dispatch -170 ✅ -2.67%
Token::transfer_public -132 ✅ -2.68%
Auth::get_scheduled_authorized -48 ✅ -2.70%
AppSubscription::public_dispatch -146 ✅ -2.70%
FeeJuice::public_dispatch -164 ✅ -2.71%
Router::public_dispatch -80 ✅ -2.72%
NFT::transfer_in_public -104 ✅ -2.73%
Lending::update_accumulator -150 ✅ -2.74%
TokenBlacklist::burn_public -164 ✅ -2.74%
TokenBlacklist::transfer_public -176 ✅ -2.75%
Token::burn_public -134 ✅ -2.78%
StatefulTest::public_dispatch -222 ✅ -2.78%
Token::mint_public -94 ✅ -2.83%
AvmTest::public_dispatch -1,698 ✅ -2.89%
TokenBlacklist::mint_public -128 ✅ -2.90%
Lending::_repay -160 ✅ -2.92%
Parent::public_dispatch -256 ✅ -2.93%
DocsExample::get_shared_immutable_constrained_public_multiple -22 ✅ -2.94%
InclusionProofs::public_dispatch -134 ✅ -2.99%
NFT::public_dispatch -690 ✅ -3.00%
Lending::_deposit -72 ✅ -3.01%
AuthRegistry::public_dispatch -250 ✅ -3.02%
DocsExample::public_dispatch -166 ✅ -3.04%
Lending::_borrow -242 ✅ -3.07%
Lending::_withdraw -244 ✅ -3.08%
Parent::pub_entry_point_twice -38 ✅ -3.09%
Lending::public_dispatch -864 ✅ -3.16%
TokenBlacklist::public_dispatch -834 ✅ -3.18%
FPC::public_dispatch -304 ✅ -3.19%
StaticParent::public_nested_static_call -44 ✅ -3.22%
Token::complete_refund -106 ✅ -3.27%
StaticParent::public_dispatch -206 ✅ -3.36%
AvmTest::debug_logging -46 ✅ -3.36%
AvmTest::read_storage_list -22 ✅ -3.36%
StaticChild::public_dispatch -102 ✅ -3.38%
Token::public_dispatch -992 ✅ -3.38%
Child::set_value_with_two_nested_calls -46 ✅ -3.38%
DocsExample::initialize_public_immutable -28 ✅ -3.40%
DocsExample::initialize_shared_immutable -28 ✅ -3.40%
TokenBridge::_call_mint_on_token -44 ✅ -3.42%
AvmTest::test_get_contract_instance_raw -14 ✅ -3.48%
AuthWitTest::consume_public -32 ✅ -3.50%
Parent::public_static_call -36 ✅ -3.55%
StaticParent::public_static_call -36 ✅ -3.55%
AvmTest::nested_call_to_add -32 ✅ -3.57%
AvmTest::nested_static_call_to_add -32 ✅ -3.57%
AvmTest::nested_call_to_assert_same -32 ✅ -3.57%
DocsExample::get_shared_immutable_constrained_public -20 ✅ -3.58%
AvmTest::pedersen_commit -14 ✅ -3.62%
FeeJuice::set_portal -36 ✅ -3.65%
AvmTest::nested_call_to_add_with_gas -32 ✅ -3.67%
TokenBlacklist::_reduce_total_supply -36 ✅ -3.77%
Token::_reduce_total_supply -36 ✅ -3.77%
Child::pub_inc_value_internal -28 ✅ -3.78%
StaticChild::pub_illegal_inc_value -28 ✅ -3.81%
AvmTest::set_read_storage_single -24 ✅ -3.83%
FPC::pay_refund -68 ✅ -3.84%
FPC::prepare_fee -50 ✅ -3.87%
Child::public_dispatch -230 ✅ -3.89%
Child::pub_inc_value -28 ✅ -3.92%
StaticChild::pub_inc_value -28 ✅ -3.92%
Lending::borrow_public -48 ✅ -3.94%
Lending::withdraw_public -48 ✅ -3.94%
FPC::pay_refund_with_shielded_rebate -68 ✅ -3.99%
Lending::deposit_public -74 ✅ -4.02%
Lending::get_assets -34 ✅ -4.06%
TokenBlacklist::total_supply -26 ✅ -4.07%
Token::total_supply -26 ✅ -4.07%
Lending::repay_public -72 ✅ -4.16%
Child::set_value_twice_with_nested_first -40 ✅ -4.18%
Child::set_value_twice_with_nested_last -40 ✅ -4.18%
AvmTest::read_storage_single -20 ✅ -4.19%
Parent::pub_entry_point -32 ✅ -4.26%
StaticParent::public_call -32 ✅ -4.26%
StaticParent::public_get_value_from_child -32 ✅ -4.31%
NFT::set_admin -30 ✅ -4.44%
Token::set_admin -30 ✅ -4.44%
EasyPrivateVoting::end_vote -30 ✅ -4.44%
ImportTest::pub_call_public_fn -32 ✅ -4.48%
AvmTest::nested_static_call_to_set_storage -32 ✅ -4.49%
TokenBridge::get_portal_address_public -26 ✅ -4.53%
AvmTest::variable_base_msm -22 ✅ -4.59%
AvmTest::create_different_nullifier_in_nested_call -34 ✅ -4.64%
Token::public_get_decimals -26 ✅ -4.67%
TokenBridge::_assert_token_is_same -26 ✅ -4.69%
AvmTest::create_same_nullifier_in_nested_call -34 ✅ -4.72%
AvmTest::assert_calldata_copy -22 ✅ -4.74%
AvmTest::keccak_f1600 -24 ✅ -4.78%
NFT::public_get_name -26 ✅ -4.80%
NFT::get_admin -26 ✅ -4.80%
Token::public_get_name -26 ✅ -4.80%
Token::public_get_symbol -26 ✅ -4.80%
NFT::public_get_symbol -26 ✅ -4.84%
TokenBridge::get_token -26 ✅ -4.84%
Token::get_admin -26 ✅ -4.84%
AvmInitializerTest::read_storage_immutable -26 ✅ -5.04%
Test::assert_public_global_vars -14 ✅ -5.30%
AvmTest::return_oracle -20 ✅ -5.48%
DocsExample::update_leader -18 ✅ -5.66%
Child::pub_set_value -22 ✅ -6.27%
StaticChild::pub_set_value -22 ✅ -6.27%
AvmTest::add_u128 -14 ✅ -6.31%
NFT::_store_point_in_transient_storage -24 ✅ -6.42%
AvmTest::set_storage_list -18 ✅ -6.43%
DocsExample::get_shared_immutable_constrained_public_indirect -30 ✅ -6.49%
DelegatedOn::public_set_value -18 ✅ -6.79%
AvmTest::elliptic_curve_add_and_double -48 ✅ -6.93%
AvmTest::set_storage_single -18 ✅ -6.95%
Uniswap::_assert_token_is_same -36 ✅ -7.16%
AvmTest::elliptic_curve_add -42 ✅ -7.53%
StaticChild::pub_get_value -14 ✅ -7.69%
Child::pub_get_value -14 ✅ -8.97%
AvmTest::to_radix_le -24 ✅ -8.99%
AvmTest::check_selector -20 ✅ -9.95%
AvmTest::set_opcode_really_big_field -14 ✅ -10.14%
AvmTest::set_opcode_big_field -14 ✅ -10.14%
Test::is_time_equal -14 ✅ -10.37%
AvmTest::assert_same -14 ✅ -10.45%
AvmTest::get_function_selector -20 ✅ -10.75%
AvmTest::assert_timestamp -14 ✅ -10.85%
AvmTest::modulo2 -14 ✅ -10.94%
AvmTest::add_args_return -14 ✅ -11.38%
AvmTest::set_opcode_small_field -14 ✅ -11.48%
Test::dummy_public_call -14 ✅ -11.57%
DocsExample::spend_public_authwit -14 ✅ -12.07%
AvmTest::assertion_failure -22 ✅ -12.15%
AvmTest::set_opcode_u64 -14 ✅ -12.28%
AvmTest::set_opcode_u32 -14 ✅ -12.73%
AvmTest::get_l2_gas_left -14 ✅ -13.21%
AvmTest::get_timestamp -14 ✅ -13.21%
AvmTest::set_opcode_u8 -14 ✅ -13.21%
AvmTest::get_fee_per_da_gas -14 ✅ -13.21%
AvmTest::get_fee_per_l2_gas -14 ✅ -13.21%
AvmTest::get_version -14 ✅ -13.21%
AvmTest::get_address -14 ✅ -13.21%
AvmTest::get_transaction_fee -14 ✅ -13.21%
AvmTest::get_block_number -14 ✅ -13.21%
AvmTest::get_da_gas_left -14 ✅ -13.21%
AvmTest::get_storage_address -14 ✅ -13.21%
AvmTest::get_chain_id -14 ✅ -13.21%
AvmTest::get_sender -14 ✅ -13.21%
AvmTest::assert_nullifier_exists -20 ✅ -14.81%
AvmTest::new_nullifier -16 ✅ -14.95%
AvmTest::new_note_hash -16 ✅ -14.95%
Test::emit_nullifier_public -16 ✅ -14.95%
InclusionProofs::push_nullifier_public -22 ✅ -15.07%
AvmTest::l1_to_l2_msg_exists -20 ✅ -15.27%
AvmTest::note_hash_exists -20 ✅ -15.27%
AvmTest::nullifier_exists -20 ✅ -15.38%
AvmTest::send_l2_to_l1_msg -18 ✅ -15.38%
InclusionProofs::test_nullifier_inclusion_from_public -26 ✅ -15.38%
Test::create_l2_to_l1_message_arbitrary_recipient_public -18 ✅ -15.38%
AvmTest::emit_nullifier_and_check -22 ✅ -15.60%
AvmTest::nullifier_collision -18 ✅ -15.93%

Full diff report 👇
Program Bytecode size in bytes (+/-) %
AvmTest::pedersen_hash_with_index 3,438 (-44) -1.26%
AvmTest::pedersen_hash 3,438 (-44) -1.26%
AvmTest::emit_unencrypted_log 2,924 (-40) -1.35%
CardGame::start_game 6,507 (-94) -1.42%
CardGame::on_cards_claimed 7,383 (-110) -1.47%
CardGame::on_card_played 5,409 (-82) -1.49%
CardGame::public_dispatch 15,849 (-248) -1.54%
AvmTest::u128_addition_overflow 1,260 (-20) -1.56%
AvmTest::keccak_hash 2,708 (-44) -1.60%
TestLog::public_dispatch 3,141 (-54) -1.69%
CardGame::on_game_joined 4,601 (-80) -1.71%
Delegator::public_delegate_set_value 900 (-16) -1.75%
AvmTest::test_get_contract_instance 862 (-16) -1.82%
AvmTest::sha256_hash 3,100 (-58) -1.84%
AvmTest::u128_from_integer_overflow 746 (-14) -1.84%
AvmTest::bulk_testing 25,822 (-488) -1.85%
TokenBridge::exit_to_l1_public 7,182 (-136) -1.86%
Parent::public_nested_static_call 3,897 (-74) -1.86%
Test::create_l2_to_l1_message_public 2,369 (-46) -1.90%
TestLog::emit_unencrypted_events 1,781 (-36) -1.98%
Test::consume_message_from_arbitrary_sender_public 6,874 (-140) -2.00%
Delegator::public_dispatch 2,031 (-42) -2.03%
Test::emit_unencrypted 1,626 (-34) -2.05%
PrivateFPC::public_dispatch 4,305 (-92) -2.09%
TokenBlacklist::constructor 8,020 (-172) -2.10%
Spam::public_dispatch 3,524 (-76) -2.11%
PrivateFPC::constructor 3,338 (-72) -2.11%
FeeJuice::balance_of_public 1,842 (-40) -2.13%
TokenBlacklist::update_roles 7,268 (-158) -2.13%
TokenBridge::constructor 3,480 (-76) -2.14%
PriceFeed::set_price 1,737 (-38) -2.14%
PriceFeed::public_dispatch 3,727 (-82) -2.15%
Spam::public_spam 2,541 (-56) -2.16%
Auth::set_authorized_delay 5,614 (-124) -2.16%
NFT::constructor 4,980 (-110) -2.16%
Claim::public_dispatch 4,473 (-100) -2.19%
PriceFeed::get_price 1,781 (-40) -2.20%
Auth::get_authorized_delay 2,135 (-48) -2.20%
Token::constructor 5,332 (-120) -2.20%
AuthRegistry::is_reject_all 1,760 (-40) -2.22%
Test::consume_mint_public_message 9,047 (-206) -2.23%
Auth::set_authorized 5,696 (-130) -2.23%
Claim::constructor 3,501 (-80) -2.23%
StatefulTest::get_public_value 1,750 (-40) -2.23%
AuthRegistry::set_reject_all 1,653 (-38) -2.25%
AvmTest::read_storage_map 1,739 (-40) -2.25%
AvmTest::poseidon2_hash 1,564 (-36) -2.25%
Lending::get_asset 1,993 (-46) -2.26%
StatefulTest::increment_public_value_no_init_check 1,865 (-44) -2.30%
FeeJuice::_increase_public_balance 2,353 (-56) -2.32%
TokenBridge::claim_public 10,462 (-250) -2.33%
AuthRegistry::is_consumable 1,925 (-46) -2.33%
AuthRegistry::_set_authorized 1,840 (-44) -2.34%
FeeJuice::check_balance 2,165 (-52) -2.35%
TokenBlacklist::_increase_public_balance 2,579 (-62) -2.35%
Token::_increase_public_balance 2,579 (-62) -2.35%
NFT::finalize_transfer_to_private 5,817 (-140) -2.35%
AvmInitializerTest::constructor 2,823 (-68) -2.35%
Benchmarking::increment_balance 3,062 (-74) -2.36%
AuthRegistry::set_authorized 1,813 (-44) -2.37%
Uniswap::_approve_bridge_and_exit_input_asset_to_L1 5,978 (-146) -2.38%
Benchmarking::broadcast 1,796 (-44) -2.39%
TokenBlacklist::balance_of_public 1,875 (-46) -2.39%
Token::balance_of_public 1,875 (-46) -2.39%
Uniswap::public_dispatch 24,534 (-604) -2.40%
Auth::public_dispatch 10,763 (-266) -2.41%
AvmTest::set_storage_map 1,760 (-44) -2.44%
InclusionProofs::constructor 2,869 (-72) -2.45%
Crowdfunding::_publish_donation_receipts 1,275 (-32) -2.45%
AvmTest::add_storage_map 2,070 (-52) -2.45%
Auth::constructor 3,343 (-84) -2.45%
EasyPrivateVoting::constructor 3,488 (-88) -2.46%
Test::public_dispatch 18,459 (-466) -2.46%
FPC::constructor 3,321 (-84) -2.47%
Uniswap::constructor 3,321 (-84) -2.47%
DelegatedOn::public_dispatch 1,261 (-32) -2.47%
NFT::owner_of 2,507 (-64) -2.49%
NFT::is_minter 1,793 (-46) -2.50%
Token::is_minter 1,793 (-46) -2.50%
StatefulTest::public_constructor 3,660 (-94) -2.50%
Benchmarking::public_dispatch 4,977 (-128) -2.51%
Uniswap::swap_public 15,214 (-392) -2.51%
NFT::_finish_transfer_to_public 1,696 (-44) -2.53%
NFT::set_minter 1,925 (-50) -2.53%
Token::set_minter 1,925 (-50) -2.53%
Router::_check_timestamp 1,307 (-34) -2.54%
Token::shield 5,447 (-142) -2.54%
Token::mint_private 3,373 (-88) -2.54%
AuthRegistry::consume 2,989 (-78) -2.54%
TokenBlacklist::mint_private 4,215 (-110) -2.54%
Lending::init 2,912 (-76) -2.54%
Crowdfunding::public_dispatch 6,356 (-166) -2.55%
TokenBlacklist::shield 6,581 (-172) -2.55%
AvmInitializerTest::public_dispatch 3,587 (-94) -2.55%
Auth::get_authorized 1,827 (-48) -2.56%
Router::_check_block_number 1,290 (-34) -2.57%
Crowdfunding::init 3,788 (-100) -2.57%
StatefulTest::increment_public_value 1,893 (-50) -2.57%
TokenBridge::public_dispatch 20,450 (-542) -2.58%
Token::assert_minter_and_mint 2,326 (-62) -2.60%
ImportTest::public_dispatch 1,723 (-46) -2.60%
TokenBlacklist::get_roles 2,545 (-68) -2.60%
AvmTest::get_args_hash 1,640 (-44) -2.61%
NFT::mint 3,049 (-82) -2.62%
Lending::get_position 4,831 (-130) -2.62%
AuthWitTest::public_dispatch 2,151 (-58) -2.63%
EasyPrivateVoting::add_to_tally_public 2,289 (-62) -2.64%
AppSubscription::constructor 3,939 (-108) -2.67%
EasyPrivateVoting::public_dispatch 6,193 (-170) -2.67%
Token::transfer_public 4,799 (-132) -2.68%
Auth::get_scheduled_authorized 1,730 (-48) -2.70%
AppSubscription::public_dispatch 5,260 (-146) -2.70%
FeeJuice::public_dispatch 5,879 (-164) -2.71%
Router::public_dispatch 2,862 (-80) -2.72%
NFT::transfer_in_public 3,712 (-104) -2.73%
Lending::update_accumulator 5,329 (-150) -2.74%
TokenBlacklist::burn_public 5,815 (-164) -2.74%
TokenBlacklist::transfer_public 6,230 (-176) -2.75%
Token::burn_public 4,686 (-134) -2.78%
StatefulTest::public_dispatch 7,752 (-222) -2.78%
Token::mint_public 3,232 (-94) -2.83%
AvmTest::public_dispatch 56,974 (-1,698) -2.89%
TokenBlacklist::mint_public 4,290 (-128) -2.90%
Lending::_repay 5,314 (-160) -2.92%
Parent::public_dispatch 8,482 (-256) -2.93%
DocsExample::get_shared_immutable_constrained_public_multiple 727 (-22) -2.94%
InclusionProofs::public_dispatch 4,345 (-134) -2.99%
NFT::public_dispatch 22,292 (-690) -3.00%
Lending::_deposit 2,322 (-72) -3.01%
AuthRegistry::public_dispatch 8,031 (-250) -3.02%
DocsExample::public_dispatch 5,288 (-166) -3.04%
Lending::_borrow 7,629 (-242) -3.07%
Lending::_withdraw 7,689 (-244) -3.08%
Parent::pub_entry_point_twice 1,190 (-38) -3.09%
Lending::public_dispatch 26,507 (-864) -3.16%
TokenBlacklist::public_dispatch 25,359 (-834) -3.18%
FPC::public_dispatch 9,225 (-304) -3.19%
StaticParent::public_nested_static_call 1,321 (-44) -3.22%
Token::complete_refund 3,131 (-106) -3.27%
StaticParent::public_dispatch 5,922 (-206) -3.36%
AvmTest::debug_logging 1,322 (-46) -3.36%
AvmTest::read_storage_list 632 (-22) -3.36%
StaticChild::public_dispatch 2,920 (-102) -3.38%
Token::public_dispatch 28,394 (-992) -3.38%
Child::set_value_with_two_nested_calls 1,313 (-46) -3.38%
DocsExample::initialize_public_immutable 795 (-28) -3.40%
DocsExample::initialize_shared_immutable 795 (-28) -3.40%
TokenBridge::_call_mint_on_token 1,242 (-44) -3.42%
AvmTest::test_get_contract_instance_raw 388 (-14) -3.48%
AuthWitTest::consume_public 883 (-32) -3.50%
Parent::public_static_call 979 (-36) -3.55%
StaticParent::public_static_call 979 (-36) -3.55%
AvmTest::nested_call_to_add 864 (-32) -3.57%
AvmTest::nested_static_call_to_add 864 (-32) -3.57%
AvmTest::nested_call_to_assert_same 864 (-32) -3.57%
DocsExample::get_shared_immutable_constrained_public 539 (-20) -3.58%
AvmTest::pedersen_commit 373 (-14) -3.62%
FeeJuice::set_portal 949 (-36) -3.65%
AvmTest::nested_call_to_add_with_gas 839 (-32) -3.67%
TokenBlacklist::_reduce_total_supply 920 (-36) -3.77%
Token::_reduce_total_supply 920 (-36) -3.77%
Child::pub_inc_value_internal 712 (-28) -3.78%
StaticChild::pub_illegal_inc_value 707 (-28) -3.81%
AvmTest::set_read_storage_single 602 (-24) -3.83%
FPC::pay_refund 1,705 (-68) -3.84%
FPC::prepare_fee 1,241 (-50) -3.87%
Child::public_dispatch 5,677 (-230) -3.89%
Child::pub_inc_value 686 (-28) -3.92%
StaticChild::pub_inc_value 686 (-28) -3.92%
Lending::borrow_public 1,170 (-48) -3.94%
Lending::withdraw_public 1,170 (-48) -3.94%
FPC::pay_refund_with_shielded_rebate 1,637 (-68) -3.99%
Lending::deposit_public 1,769 (-74) -4.02%
Lending::get_assets 804 (-34) -4.06%
TokenBlacklist::total_supply 613 (-26) -4.07%
Token::total_supply 613 (-26) -4.07%
Lending::repay_public 1,658 (-72) -4.16%
Child::set_value_twice_with_nested_first 917 (-40) -4.18%
Child::set_value_twice_with_nested_last 917 (-40) -4.18%
AvmTest::read_storage_single 457 (-20) -4.19%
Parent::pub_entry_point 719 (-32) -4.26%
StaticParent::public_call 719 (-32) -4.26%
StaticParent::public_get_value_from_child 710 (-32) -4.31%
NFT::set_admin 646 (-30) -4.44%
Token::set_admin 646 (-30) -4.44%
EasyPrivateVoting::end_vote 645 (-30) -4.44%
ImportTest::pub_call_public_fn 682 (-32) -4.48%
AvmTest::nested_static_call_to_set_storage 681 (-32) -4.49%
TokenBridge::get_portal_address_public 548 (-26) -4.53%
AvmTest::variable_base_msm 457 (-22) -4.59%
AvmTest::create_different_nullifier_in_nested_call 698 (-34) -4.64%
Token::public_get_decimals 531 (-26) -4.67%
TokenBridge::_assert_token_is_same 528 (-26) -4.69%
AvmTest::create_same_nullifier_in_nested_call 687 (-34) -4.72%
AvmTest::assert_calldata_copy 442 (-22) -4.74%
AvmTest::keccak_f1600 478 (-24) -4.78%
NFT::public_get_name 516 (-26) -4.80%
NFT::get_admin 516 (-26) -4.80%
Token::public_get_name 516 (-26) -4.80%
Token::public_get_symbol 516 (-26) -4.80%
NFT::public_get_symbol 511 (-26) -4.84%
TokenBridge::get_token 511 (-26) -4.84%
Token::get_admin 511 (-26) -4.84%
AvmInitializerTest::read_storage_immutable 490 (-26) -5.04%
Test::assert_public_global_vars 250 (-14) -5.30%
AvmTest::return_oracle 345 (-20) -5.48%
DocsExample::update_leader 300 (-18) -5.66%
Child::pub_set_value 329 (-22) -6.27%
StaticChild::pub_set_value 329 (-22) -6.27%
AvmTest::add_u128 208 (-14) -6.31%
NFT::_store_point_in_transient_storage 350 (-24) -6.42%
AvmTest::set_storage_list 262 (-18) -6.43%
DocsExample::get_shared_immutable_constrained_public_indirect 432 (-30) -6.49%
DelegatedOn::public_set_value 247 (-18) -6.79%
AvmTest::elliptic_curve_add_and_double 645 (-48) -6.93%
AvmTest::set_storage_single 241 (-18) -6.95%
Uniswap::_assert_token_is_same 467 (-36) -7.16%
AvmTest::elliptic_curve_add 516 (-42) -7.53%
StaticChild::pub_get_value 168 (-14) -7.69%
Child::pub_get_value 142 (-14) -8.97%
AvmTest::to_radix_le 243 (-24) -8.99%
AvmTest::check_selector 181 (-20) -9.95%
AvmTest::set_opcode_really_big_field 124 (-14) -10.14%
AvmTest::set_opcode_big_field 124 (-14) -10.14%
Test::is_time_equal 121 (-14) -10.37%
AvmTest::assert_same 120 (-14) -10.45%
AvmTest::get_function_selector 166 (-20) -10.75%
AvmTest::assert_timestamp 115 (-14) -10.85%
AvmTest::modulo2 114 (-14) -10.94%
AvmTest::add_args_return 109 (-14) -11.38%
AvmTest::set_opcode_small_field 108 (-14) -11.48%
Test::dummy_public_call 107 (-14) -11.57%
DocsExample::spend_public_authwit 102 (-14) -12.07%
AvmTest::assertion_failure 159 (-22) -12.15%
AvmTest::set_opcode_u64 100 (-14) -12.28%
AvmTest::set_opcode_u32 96 (-14) -12.73%
AvmTest::get_l2_gas_left 92 (-14) -13.21%
AvmTest::get_timestamp 92 (-14) -13.21%
AvmTest::set_opcode_u8 92 (-14) -13.21%
AvmTest::get_fee_per_da_gas 92 (-14) -13.21%
AvmTest::get_fee_per_l2_gas 92 (-14) -13.21%
AvmTest::get_version 92 (-14) -13.21%
AvmTest::get_address 92 (-14) -13.21%
AvmTest::get_transaction_fee 92 (-14) -13.21%
AvmTest::get_block_number 92 (-14) -13.21%
AvmTest::get_da_gas_left 92 (-14) -13.21%
AvmTest::get_storage_address 92 (-14) -13.21%
AvmTest::get_chain_id 92 (-14) -13.21%
AvmTest::get_sender 92 (-14) -13.21%
AvmTest::assert_nullifier_exists 115 (-20) -14.81%
AvmTest::new_nullifier 91 (-16) -14.95%
AvmTest::new_note_hash 91 (-16) -14.95%
Test::emit_nullifier_public 91 (-16) -14.95%
InclusionProofs::push_nullifier_public 124 (-22) -15.07%
AvmTest::l1_to_l2_msg_exists 111 (-20) -15.27%
AvmTest::note_hash_exists 111 (-20) -15.27%
AvmTest::nullifier_exists 110 (-20) -15.38%
AvmTest::send_l2_to_l1_msg 99 (-18) -15.38%
InclusionProofs::test_nullifier_inclusion_from_public 143 (-26) -15.38%
Test::create_l2_to_l1_message_arbitrary_recipient_public 99 (-18) -15.38%
AvmTest::emit_nullifier_and_check 119 (-22) -15.60%
AvmTest::nullifier_collision 95 (-18) -15.93%

@fcarreiro fcarreiro force-pushed the fc/avm-wire-format-u16 branch from aac8b37 to 728a928 Compare October 11, 2024 14:55
@fcarreiro fcarreiro merged commit 3a01ad9 into master Oct 11, 2024
54 checks passed
Copy link
Contributor Author

Merge activity

  • Oct 11, 11:19 AM EDT: A user merged this pull request with Graphite.

@fcarreiro fcarreiro deleted the fc/avm-wire-format-u16 branch October 11, 2024 15:19
TomAFrench pushed a commit that referenced this pull request Oct 18, 2024
:robot: I have created a release *beep* *boop*
---


<details><summary>aztec-package: 0.58.0</summary>

##
[0.58.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.57.0...aztec-package-v0.58.0)
(2024-10-18)


### ⚠ BREAKING CHANGES

* protocol contracts
([#9025](https://github.com/AztecProtocol/aztec-packages/issues/9025))

### Features

* Modify contract instance to include public keys
([#9153](https://github.com/AztecProtocol/aztec-packages/issues/9153))
([17c6127](https://github.com/AztecProtocol/aztec-packages/commit/17c612740dc3563321bf69c1760de1ef88b22124))
* Native tmux-based network e2e
([#9036](https://github.com/AztecProtocol/aztec-packages/issues/9036))
([f9fc73a](https://github.com/AztecProtocol/aztec-packages/commit/f9fc73a40f5b9d11ad92a6cee3e29d3fcc80425e))
* Protocol contracts
([#9025](https://github.com/AztecProtocol/aztec-packages/issues/9025))
([f3bcff0](https://github.com/AztecProtocol/aztec-packages/commit/f3bcff0c0943d190261de366301ed8f9267543f3))
* World state synchronizer reorgs
([#9091](https://github.com/AztecProtocol/aztec-packages/issues/9091))
([ba63b43](https://github.com/AztecProtocol/aztec-packages/commit/ba63b43c6e5c09ecda0ed94bdd3b875546400d27))


### Miscellaneous

* Added healthcheck and startup check
([#9112](https://github.com/AztecProtocol/aztec-packages/issues/9112))
([ffa012f](https://github.com/AztecProtocol/aztec-packages/commit/ffa012ffb1d0e72ddab68c066ca9e923bd1c0c2b))
* Default logging level to debug if debug set
([#9173](https://github.com/AztecProtocol/aztec-packages/issues/9173))
([febf744](https://github.com/AztecProtocol/aztec-packages/commit/febf7449c80ffe44eaadb88c088e35fa419ed443))
* Rename some prover env vars
([#9032](https://github.com/AztecProtocol/aztec-packages/issues/9032))
([e27ead8](https://github.com/AztecProtocol/aztec-packages/commit/e27ead85403d3f21ebc406e7d1a7e18190085603))
</details>

<details><summary>barretenberg.js: 0.58.0</summary>

##
[0.58.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.57.0...barretenberg.js-v0.58.0)
(2024-10-18)


### Features

* Browser tests for UltraHonk
([#9047](https://github.com/AztecProtocol/aztec-packages/issues/9047))
([f0d45dd](https://github.com/AztecProtocol/aztec-packages/commit/f0d45dd8d0c00707cd18989c3a45ff0c3cbc92a6))
* Docker_fast.sh
([#9273](https://github.com/AztecProtocol/aztec-packages/issues/9273))
([57e792e](https://github.com/AztecProtocol/aztec-packages/commit/57e792e6baaa2dfaef7af4c84d4ab75804c9d3de))
* Use s3 cache in bootstrap fast
([#9111](https://github.com/AztecProtocol/aztec-packages/issues/9111))
([349f938](https://github.com/AztecProtocol/aztec-packages/commit/349f938601f7a4fdbdf83aea62c7b8c244bbe434))


### Bug Fixes

* Limit number of bb.js threads to 32
([#9070](https://github.com/AztecProtocol/aztec-packages/issues/9070))
([97e4b9b](https://github.com/AztecProtocol/aztec-packages/commit/97e4b9b2e0d37575b6b5e4c7a22f85b60d1f418b))
* Make gate counting functions less confusing and avoid estimations
([#9046](https://github.com/AztecProtocol/aztec-packages/issues/9046))
([0bda0a4](https://github.com/AztecProtocol/aztec-packages/commit/0bda0a4d71ae0fb4352de0746f7d96b63b787888))
* Reduce SRS size back to normal
([#9098](https://github.com/AztecProtocol/aztec-packages/issues/9098))
([a306ea5](https://github.com/AztecProtocol/aztec-packages/commit/a306ea5ffeb13019427a96d8152e5642b717c5f6))
* Revert "feat: use s3 cache in bootstrap fast"
([#9181](https://github.com/AztecProtocol/aztec-packages/issues/9181))
([7872d09](https://github.com/AztecProtocol/aztec-packages/commit/7872d092c359298273d7ab1fc23fa61ae1973f8b))
* Revert "fix: Revert "feat: use s3 cache in bootstrap fast""
([#9182](https://github.com/AztecProtocol/aztec-packages/issues/9182))
([ce3d08a](https://github.com/AztecProtocol/aztec-packages/commit/ce3d08a18684da9f5b1289a2b9bdf60a66342590))
</details>

<details><summary>aztec-packages: 0.58.0</summary>

##
[0.58.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.57.0...aztec-packages-v0.58.0)
(2024-10-18)


### ⚠ BREAKING CHANGES

* remove pedersen commitment
([#9107](https://github.com/AztecProtocol/aztec-packages/issues/9107))
* remove pedersen hash opcode
([#9245](https://github.com/AztecProtocol/aztec-packages/issues/9245))
* Brillig and AVM default all uninitialized memory cells to Field 0
([#9057](https://github.com/AztecProtocol/aztec-packages/issues/9057))
* Integer division is not the inverse of integer multiplication
(https://github.com/noir-lang/noir/pull/6243)
* kind size checks (https://github.com/noir-lang/noir/pull/6137)
* Change tag attributes to require a ' prefix
(https://github.com/noir-lang/noir/pull/6235)
* **avm:** remove tags from wire format
([#9198](https://github.com/AztecProtocol/aztec-packages/issues/9198))
* remove keccak256 opcode from ACIR/Brillig
([#9104](https://github.com/AztecProtocol/aztec-packages/issues/9104))
* **avm:** more instr wire format takes u16
([#9174](https://github.com/AztecProtocol/aztec-packages/issues/9174))
* Brillig with a stack and conditional inlining
([#8989](https://github.com/AztecProtocol/aztec-packages/issues/8989))
* unrevert "feat: new per-enqueued-call gas limit"
([#9140](https://github.com/AztecProtocol/aztec-packages/issues/9140))
* protocol contracts
([#9025](https://github.com/AztecProtocol/aztec-packages/issues/9025))

### Features

* Add `checked_transmute` (https://github.com/noir-lang/noir/pull/6262)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Add insturmentation to attestation and epoch quote mem pools
([#9055](https://github.com/AztecProtocol/aztec-packages/issues/9055))
([7dfa295](https://github.com/AztecProtocol/aztec-packages/commit/7dfa2951d4116b104744704901d143b55dd275eb))
* Add more `Type` and `UnresolvedType` methods
(https://github.com/noir-lang/noir/pull/5994)
([26185f0](https://github.com/AztecProtocol/aztec-packages/commit/26185f0e23d54e2f122ae07de573b77b2974e7c1))
* Add sequencer address to metrics
([#9145](https://github.com/AztecProtocol/aztec-packages/issues/9145))
([c33d38b](https://github.com/AztecProtocol/aztec-packages/commit/c33d38b68a8c109e138a2809b530f7fdb1abb122))
* Add validator address to logs
([#9143](https://github.com/AztecProtocol/aztec-packages/issues/9143))
([e245f83](https://github.com/AztecProtocol/aztec-packages/commit/e245f833e56b05cf11850cb8537d9dbba01de746))
* Allow `unconstrained` after visibility
(https://github.com/noir-lang/noir/pull/6246)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* **avm:** Codegen recursive_verifier.cpp
([#9204](https://github.com/AztecProtocol/aztec-packages/issues/9204))
([2592e50](https://github.com/AztecProtocol/aztec-packages/commit/2592e50b2bd9e76d35a3c9caac4d7042fe26b9b6)),
closes
[#8849](https://github.com/AztecProtocol/aztec-packages/issues/8849)
* **avm:** Constrain start and end l2/da gas
([#9031](https://github.com/AztecProtocol/aztec-packages/issues/9031))
([308c03b](https://github.com/AztecProtocol/aztec-packages/commit/308c03b9ad45001570e6232f88403de8cc7d3cfb)),
closes
[#9001](https://github.com/AztecProtocol/aztec-packages/issues/9001)
* **avm:** More instr wire format takes u16
([#9174](https://github.com/AztecProtocol/aztec-packages/issues/9174))
([3a01ad9](https://github.com/AztecProtocol/aztec-packages/commit/3a01ad93e21e9e6cd27b7a2a4c1e2c9f24d6363e))
* **avm:** Remove tags from wire format
([#9198](https://github.com/AztecProtocol/aztec-packages/issues/9198))
([68a7326](https://github.com/AztecProtocol/aztec-packages/commit/68a7326d9f2d4bd891acac12950289d6e9fbe617))
* Better tracing/metrics in validator and archiver
([#9108](https://github.com/AztecProtocol/aztec-packages/issues/9108))
([1801f5b](https://github.com/AztecProtocol/aztec-packages/commit/1801f5b49fb3b153817a1596c6fd568f1c762fe5))
* Brillig and AVM default all uninitialized memory cells to Field 0
([#9057](https://github.com/AztecProtocol/aztec-packages/issues/9057))
([5861d4e](https://github.com/AztecProtocol/aztec-packages/commit/5861d4e5e8a72161dac910e0bc8e635e0d332793))
* Brillig with a stack and conditional inlining
([#8989](https://github.com/AztecProtocol/aztec-packages/issues/8989))
([409b7b8](https://github.com/AztecProtocol/aztec-packages/commit/409b7b8c6b43a91fc1b5be48aee0174d56d914d9))
* Browser tests for UltraHonk
([#9047](https://github.com/AztecProtocol/aztec-packages/issues/9047))
([f0d45dd](https://github.com/AztecProtocol/aztec-packages/commit/f0d45dd8d0c00707cd18989c3a45ff0c3cbc92a6))
* Chaos mesh
([#9196](https://github.com/AztecProtocol/aztec-packages/issues/9196))
([134bef8](https://github.com/AztecProtocol/aztec-packages/commit/134bef8c3820fbf8ed08c7b44cbf5636d9342d99))
* Docker_fast.sh
([#9273](https://github.com/AztecProtocol/aztec-packages/issues/9273))
([57e792e](https://github.com/AztecProtocol/aztec-packages/commit/57e792e6baaa2dfaef7af4c84d4ab75804c9d3de))
* Don't crash LSP when there are errors resolving the workspace
(https://github.com/noir-lang/noir/pull/6257)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Don't suggest private struct fields in LSP
(https://github.com/noir-lang/noir/pull/6256)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Drop epoch duration / block times
([#9149](https://github.com/AztecProtocol/aztec-packages/issues/9149))
([c3e859b](https://github.com/AztecProtocol/aztec-packages/commit/c3e859b86ce66d42ed04dfd1b3d82995490f74ae))
* Externally accessible spartan deployment
([#9171](https://github.com/AztecProtocol/aztec-packages/issues/9171))
([26edb4d](https://github.com/AztecProtocol/aztec-packages/commit/26edb4dd0b47df5d079fa8af7d20adef26da8ad7))
* Fix encoding of public keys
([#9158](https://github.com/AztecProtocol/aztec-packages/issues/9158))
([35c66c9](https://github.com/AztecProtocol/aztec-packages/commit/35c66c9875c6515d719ff4633236e4e11d1b54a1))
* Handwritten parser (https://github.com/noir-lang/noir/pull/6180)
([26185f0](https://github.com/AztecProtocol/aztec-packages/commit/26185f0e23d54e2f122ae07de573b77b2974e7c1))
* **improve:** Remove scan through globals
(https://github.com/noir-lang/noir/pull/6282)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Integrate databus in the private kernels
([#9028](https://github.com/AztecProtocol/aztec-packages/issues/9028))
([1798b1c](https://github.com/AztecProtocol/aztec-packages/commit/1798b1cc701824dd268ed0e49e592febf01a1687))
* Kind size checks (https://github.com/noir-lang/noir/pull/6137)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Make index in inbox global
([#9110](https://github.com/AztecProtocol/aztec-packages/issues/9110))
([375c017](https://github.com/AztecProtocol/aztec-packages/commit/375c017ac130a20f9cc20be11e5199327641013e)),
closes
[#9085](https://github.com/AztecProtocol/aztec-packages/issues/9085)
* Modify contract instance to include public keys
([#9153](https://github.com/AztecProtocol/aztec-packages/issues/9153))
([17c6127](https://github.com/AztecProtocol/aztec-packages/commit/17c612740dc3563321bf69c1760de1ef88b22124))
* Native testnet helper script
([#9260](https://github.com/AztecProtocol/aztec-packages/issues/9260))
([1613c0f](https://github.com/AztecProtocol/aztec-packages/commit/1613c0f0e13101bfa152a6a6fac3a07cf7604ef0))
* Native tmux-based network e2e
([#9036](https://github.com/AztecProtocol/aztec-packages/issues/9036))
([f9fc73a](https://github.com/AztecProtocol/aztec-packages/commit/f9fc73a40f5b9d11ad92a6cee3e29d3fcc80425e))
* New per-enqueued-call gas limit
([#9033](https://github.com/AztecProtocol/aztec-packages/issues/9033))
([6ef0895](https://github.com/AztecProtocol/aztec-packages/commit/6ef0895ed9788c533b0caf2d2c30839552dabbcc))
* New world state
([#8776](https://github.com/AztecProtocol/aztec-packages/issues/8776))
([41f3934](https://github.com/AztecProtocol/aztec-packages/commit/41f393443396cae77e09a09df07d42e6d5ff5618))
* Nomismatokopio
([#8940](https://github.com/AztecProtocol/aztec-packages/issues/8940))
([1f53957](https://github.com/AztecProtocol/aztec-packages/commit/1f53957ffea720fc008a80623d0fb1da8a3cb302))
* Optimize `Quoted::as_expr` by parsing just once
(https://github.com/noir-lang/noir/pull/6237)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Optimize reading a workspace's files
(https://github.com/noir-lang/noir/pull/6281)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Parameterize circuit epoch duration
([#9050](https://github.com/AztecProtocol/aztec-packages/issues/9050))
([1b902f6](https://github.com/AztecProtocol/aztec-packages/commit/1b902f663349198aa8f9b3a22663b5c8adc0d442))
* **perf:** Flamegraphs for test program execution benchmarks
(https://github.com/noir-lang/noir/pull/6253)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* **perf:** Follow array sets backwards in array set from get
optimization (https://github.com/noir-lang/noir/pull/6208)
([26185f0](https://github.com/AztecProtocol/aztec-packages/commit/26185f0e23d54e2f122ae07de573b77b2974e7c1))
* Persistent storage edit for anvil node
([#9089](https://github.com/AztecProtocol/aztec-packages/issues/9089))
([9b72a69](https://github.com/AztecProtocol/aztec-packages/commit/9b72a69940d2d601256dbb88f59c39af2af0f182))
* Protocol contracts
([#9025](https://github.com/AztecProtocol/aztec-packages/issues/9025))
([f3bcff0](https://github.com/AztecProtocol/aztec-packages/commit/f3bcff0c0943d190261de366301ed8f9267543f3))
* Recover from '=' instead of ':' in struct constructor/pattern
(https://github.com/noir-lang/noir/pull/6236)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Remove byte decomposition in `compute_decomposition`
(https://github.com/noir-lang/noir/pull/6159)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Replace Zeromorph with Shplemini in ECCVM
([#9102](https://github.com/AztecProtocol/aztec-packages/issues/9102))
([c857cd9](https://github.com/AztecProtocol/aztec-packages/commit/c857cd9167f696fc237b64ff579952001eba7d40))
* Restore VK tree
([#9156](https://github.com/AztecProtocol/aztec-packages/issues/9156))
([440e729](https://github.com/AztecProtocol/aztec-packages/commit/440e729758c3be99558cd36d4af3f10c324debb7))
* Show LSP diagnostic related information
(https://github.com/noir-lang/noir/pull/6277)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Slightly improve "unexpected token" error message
(https://github.com/noir-lang/noir/pull/6279)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Stable deployments for spartan
([#9147](https://github.com/AztecProtocol/aztec-packages/issues/9147))
([3e1c02e](https://github.com/AztecProtocol/aztec-packages/commit/3e1c02efed2bc10b5f88f3017f9940eb68533510))
* Structured commit
([#9027](https://github.com/AztecProtocol/aztec-packages/issues/9027))
([26f406b](https://github.com/AztecProtocol/aztec-packages/commit/26f406b0591b3f88cb37c5e8f7cb3cbfc625315e))
* Sysstia
([#8941](https://github.com/AztecProtocol/aztec-packages/issues/8941))
([2da2fe2](https://github.com/AztecProtocol/aztec-packages/commit/2da2fe2655ad57ab2bc19d589768b2b84ee8e393))
* **test:** Fuzz poseidon hases against an external library
(https://github.com/noir-lang/noir/pull/6273)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* **test:** Fuzz test poseidon2 hash equivalence
(https://github.com/noir-lang/noir/pull/6265)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* **test:** Fuzz test stdlib hash functions
(https://github.com/noir-lang/noir/pull/6233)
([26185f0](https://github.com/AztecProtocol/aztec-packages/commit/26185f0e23d54e2f122ae07de573b77b2974e7c1))
* **test:** Include the PoseidonHasher in the fuzzing
(https://github.com/noir-lang/noir/pull/6280)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Tracy time with instrumentation
([#9170](https://github.com/AztecProtocol/aztec-packages/issues/9170))
([1c008d9](https://github.com/AztecProtocol/aztec-packages/commit/1c008d9a2fad747142e8ca356d6c00cee1663f2c))
* Trait inheritance (https://github.com/noir-lang/noir/pull/6252)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Unrevert "feat: new per-enqueued-call gas limit"
([#9140](https://github.com/AztecProtocol/aztec-packages/issues/9140))
([1323a34](https://github.com/AztecProtocol/aztec-packages/commit/1323a34c50e7727435129aa31a05ae7bdfb0ca09))
* Use s3 cache in bootstrap fast
([#9111](https://github.com/AztecProtocol/aztec-packages/issues/9111))
([349f938](https://github.com/AztecProtocol/aztec-packages/commit/349f938601f7a4fdbdf83aea62c7b8c244bbe434))
* Visibility for struct fields
(https://github.com/noir-lang/noir/pull/6221)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* World State Re-orgs
([#9035](https://github.com/AztecProtocol/aztec-packages/issues/9035))
([04f4a7b](https://github.com/AztecProtocol/aztec-packages/commit/04f4a7b2ae141b7eee4464e8d2cc91460d0c650a))
* World state synchronizer reorgs
([#9091](https://github.com/AztecProtocol/aztec-packages/issues/9091))
([ba63b43](https://github.com/AztecProtocol/aztec-packages/commit/ba63b43c6e5c09ecda0ed94bdd3b875546400d27))


### Bug Fixes

* Accidental e2e inclusion
([6e651de](https://github.com/AztecProtocol/aztec-packages/commit/6e651de0d37b925900d2109a9c1b1f67f25005c1))
* Address inactive public key check in `verify_signature_noir`
(https://github.com/noir-lang/noir/pull/6270)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Allow passing rayon threads when building aztec images
([#9096](https://github.com/AztecProtocol/aztec-packages/issues/9096))
([05de539](https://github.com/AztecProtocol/aztec-packages/commit/05de539d3a1a9dbfb2885b5b0d6d06e6109bbc77))
* Assert block header matches
([#9172](https://github.com/AztecProtocol/aztec-packages/issues/9172))
([3e0504d](https://github.com/AztecProtocol/aztec-packages/commit/3e0504dc781878578d0e97450593f4628b6a57b0))
* Avoid huge compilation times in base rollup
([#9113](https://github.com/AztecProtocol/aztec-packages/issues/9113))
([6eb43b6](https://github.com/AztecProtocol/aztec-packages/commit/6eb43b64cb13d97ecf8f8025a6d7e622d81b5db6))
* Bb bootstrap_cache.sh
([#9254](https://github.com/AztecProtocol/aztec-packages/issues/9254))
([df37104](https://github.com/AztecProtocol/aztec-packages/commit/df3710477fc7d2e7c44e62b116bea74d4e14f930))
* Better handle async timings in test
([#9178](https://github.com/AztecProtocol/aztec-packages/issues/9178))
([fb35151](https://github.com/AztecProtocol/aztec-packages/commit/fb35151c0d5e08f56b263eb15e0ddfc1565d4b17))
* Buffer instanceof usage
([#9235](https://github.com/AztecProtocol/aztec-packages/issues/9235))
([8e66ef9](https://github.com/AztecProtocol/aztec-packages/commit/8e66ef97b133b3d57d5b3742e0acf2b3792433f7))
* Build error around bb config in cli cmd
([#9134](https://github.com/AztecProtocol/aztec-packages/issues/9134))
([a5b677c](https://github.com/AztecProtocol/aztec-packages/commit/a5b677ca4aec3ace39924869c9517a256749c588))
* Call correct method on fee juice contract
([#9137](https://github.com/AztecProtocol/aztec-packages/issues/9137))
([2dff976](https://github.com/AztecProtocol/aztec-packages/commit/2dff976202022cc474fdcc67bdcd3bc72e61dc70))
* Change tag attributes to require a ' prefix
(https://github.com/noir-lang/noir/pull/6235)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Check for Schnorr null signature
(https://github.com/noir-lang/noir/pull/6226)
([26185f0](https://github.com/AztecProtocol/aztec-packages/commit/26185f0e23d54e2f122ae07de573b77b2974e7c1))
* **ci:** Don't report for now on kind-network-test
([#9163](https://github.com/AztecProtocol/aztec-packages/issues/9163))
([c59d693](https://github.com/AztecProtocol/aztec-packages/commit/c59d6936ea46296359abbd3cbf0823d44e64da90))
* Dockerized vk build
([#9078](https://github.com/AztecProtocol/aztec-packages/issues/9078))
([2aac1fb](https://github.com/AztecProtocol/aztec-packages/commit/2aac1fb78790eb4472529146ab5ef562abe1d0fc))
* Docs pdf generation
([#9114](https://github.com/AztecProtocol/aztec-packages/issues/9114))
([2f9c4e9](https://github.com/AztecProtocol/aztec-packages/commit/2f9c4e9883d3081fc9d6bf73bc2305ae197a61e8))
* Don't warn on unuse global if it has an abi annotation
(https://github.com/noir-lang/noir/pull/6258)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Don't warn on unused struct that has an abi annotation
(https://github.com/noir-lang/noir/pull/6254)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* E2e bot follows pending chain
([#9115](https://github.com/AztecProtocol/aztec-packages/issues/9115))
([9afd190](https://github.com/AztecProtocol/aztec-packages/commit/9afd190fc234b1df64b53293434f1a1ab5e0dc94))
* E2e-p2p attestation timeout
([#9154](https://github.com/AztecProtocol/aztec-packages/issues/9154))
([25bd47b](https://github.com/AztecProtocol/aztec-packages/commit/25bd47bb4faad24822d4671ee524fd6f1a50ff49))
* **frontend:** Do not warn when a nested struct is provided as input to
main (https://github.com/noir-lang/noir/pull/6239)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Handle dfg databus in SSA normalization
(https://github.com/noir-lang/noir/pull/6249)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Handle nested arrays in calldata
(https://github.com/noir-lang/noir/pull/6232)
([26185f0](https://github.com/AztecProtocol/aztec-packages/commit/26185f0e23d54e2f122ae07de573b77b2974e7c1))
* Homogeneous input points for EC ADD
(https://github.com/noir-lang/noir/pull/6241)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Increase l1 propose gas estimate
([#9071](https://github.com/AztecProtocol/aztec-packages/issues/9071))
([9d28414](https://github.com/AztecProtocol/aztec-packages/commit/9d284140bd58a9485fdbc3db52c08496adf1f7d1))
* Integer division is not the inverse of integer multiplication
(https://github.com/noir-lang/noir/pull/6243)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* K8s peer discovery
([#9274](https://github.com/AztecProtocol/aztec-packages/issues/9274))
([61e4d12](https://github.com/AztecProtocol/aztec-packages/commit/61e4d1290a9d019f3a2c54d504d9560fead4c6fa))
* Limit number of bb.js threads to 32
([#9070](https://github.com/AztecProtocol/aztec-packages/issues/9070))
([97e4b9b](https://github.com/AztecProtocol/aztec-packages/commit/97e4b9b2e0d37575b6b5e4c7a22f85b60d1f418b))
* Limit number of threads
([#9135](https://github.com/AztecProtocol/aztec-packages/issues/9135))
([19d2620](https://github.com/AztecProtocol/aztec-packages/commit/19d2620e7536dfe99eaea901da647aaf78478f2e))
* Mac-build
([#9216](https://github.com/AztecProtocol/aztec-packages/issues/9216))
([80ea32c](https://github.com/AztecProtocol/aztec-packages/commit/80ea32cfda8c149980938382518c47a6da123e72))
* Make gate counting functions less confusing and avoid estimations
([#9046](https://github.com/AztecProtocol/aztec-packages/issues/9046))
([0bda0a4](https://github.com/AztecProtocol/aztec-packages/commit/0bda0a4d71ae0fb4352de0746f7d96b63b787888))
* Native_world_state_instance.ts
([#9136](https://github.com/AztecProtocol/aztec-packages/issues/9136))
([4a204c1](https://github.com/AztecProtocol/aztec-packages/commit/4a204c12c8dab688848a1aa2d65fcde7d3ee4982))
* Panic on composite types within databus
(https://github.com/noir-lang/noir/pull/6225)
([26185f0](https://github.com/AztecProtocol/aztec-packages/commit/26185f0e23d54e2f122ae07de573b77b2974e7c1))
* Prevent compiler panic when popping from empty slices
(https://github.com/noir-lang/noir/pull/6274)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Prometheus metrics
([#9226](https://github.com/AztecProtocol/aztec-packages/issues/9226))
([9445a4f](https://github.com/AztecProtocol/aztec-packages/commit/9445a4fba8e3092c3948ffe9d5eaf5f679fce89c))
* Publish-aztec-packages.yml
([#9229](https://github.com/AztecProtocol/aztec-packages/issues/9229))
([4bfeb83](https://github.com/AztecProtocol/aztec-packages/commit/4bfeb830ffc421386f4f9f8b4a23e2bc7fbf832d)),
closes
[#9220](https://github.com/AztecProtocol/aztec-packages/issues/9220)
* Reduce SRS size back to normal
([#9098](https://github.com/AztecProtocol/aztec-packages/issues/9098))
([a306ea5](https://github.com/AztecProtocol/aztec-packages/commit/a306ea5ffeb13019427a96d8152e5642b717c5f6))
* Reject invalid expression with in CLI parser
(https://github.com/noir-lang/noir/pull/6287)
([70fb8fa](https://github.com/AztecProtocol/aztec-packages/commit/70fb8fa97ab0d2484cb49126271df7aa18432f3e))
* Release `master` dockerhub images
([#9117](https://github.com/AztecProtocol/aztec-packages/issues/9117))
([6662fba](https://github.com/AztecProtocol/aztec-packages/commit/6662fbae99808d6d4de9f39db6ef587bb455156c))
* Remove need for duplicate attributes on each function
([#9244](https://github.com/AztecProtocol/aztec-packages/issues/9244))
([ed933ee](https://github.com/AztecProtocol/aztec-packages/commit/ed933eefc2aab4b616dca94fee9a02837aec7fb9)),
closes
[#9243](https://github.com/AztecProtocol/aztec-packages/issues/9243)
* Revert "feat: new per-enqueued-call gas limit"
([#9139](https://github.com/AztecProtocol/aztec-packages/issues/9139))
([7677ca5](https://github.com/AztecProtocol/aztec-packages/commit/7677ca5d9280ac9615a92be36d1958960dbd7353))
* Revert "feat: use s3 cache in bootstrap fast"
([#9181](https://github.com/AztecProtocol/aztec-packages/issues/9181))
([7872d09](https://github.com/AztecProtocol/aztec-packages/commit/7872d092c359298273d7ab1fc23fa61ae1973f8b))
* Revert "fix: Revert "feat: use s3 cache in bootstrap fast""
([#9182](https://github.com/AztecProtocol/aztec-packages/issues/9182))
([ce3d08a](https://github.com/AztecProtocol/aztec-packages/commit/ce3d08a18684da9f5b1289a2b9bdf60a66342590))
* **s3-cache:** Link extracted preset-release-world-state
([#9252](https://github.com/AztecProtocol/aztec-packages/issues/9252))
([8b2d7d9](https://github.com/AztecProtocol/aztec-packages/commit/8b2d7d9c962c975592e17424f4d0b70f9ca7acd4))
* Setup fee juice for e2e tests
([#9094](https://github.com/AztecProtocol/aztec-packages/issues/9094))
([a8ec91a](https://github.com/AztecProtocol/aztec-packages/commit/a8ec91a32d8fee3d309c855ed9d43a6c025c487b))
* Spartan account pre-funding
([#9161](https://github.com/AztecProtocol/aztec-packages/issues/9161))
([f4754f7](https://github.com/AztecProtocol/aztec-packages/commit/f4754f7ea9587edbe8367c49539f65d25e251e23))
* Transaction bot proper configuration
([#9106](https://github.com/AztecProtocol/aztec-packages/issues/9106))
([666fc38](https://github.com/AztecProtocol/aztec-packages/commit/666fc382fba1235ec0bca9a6cd027734e49eb182))
* Unrevert "feat: trace AVM side effects per enqueued call""
([#9095](https://github.com/AztecProtocol/aztec-packages/issues/9095))
([72e4867](https://github.com/AztecProtocol/aztec-packages/commit/72e4867fc0c429563f7c54092470010d1e6553a9))
* Visibility for impl methods
(https://github.com/noir-lang/noir/pull/6261)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))


### Miscellaneous

* Activate peer scoring for other p2p topics
([#9097](https://github.com/AztecProtocol/aztec-packages/issues/9097))
([18d24fb](https://github.com/AztecProtocol/aztec-packages/commit/18d24fbd1083c22507cd7b421976c7c63f11d140))
* Add regression test for
[#5756](https://github.com/AztecProtocol/aztec-packages/issues/5756)
(https://github.com/noir-lang/noir/pull/5770)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Add world_state_napi to bootstrap fast
([#9079](https://github.com/AztecProtocol/aztec-packages/issues/9079))
([e827056](https://github.com/AztecProtocol/aztec-packages/commit/e827056e652a4789c91a617587945d57163fa7ff))
* Added healthcheck and startup check
([#9112](https://github.com/AztecProtocol/aztec-packages/issues/9112))
([ffa012f](https://github.com/AztecProtocol/aztec-packages/commit/ffa012ffb1d0e72ddab68c066ca9e923bd1c0c2b))
* Adjust debug level of received attestations
([#9087](https://github.com/AztecProtocol/aztec-packages/issues/9087))
([eb67dd4](https://github.com/AztecProtocol/aztec-packages/commit/eb67dd4ab47755cd8e1445be3fb1b75a4d6c3f21))
* **avm:** Revert 9080 - re-introducing start/end gas constraining
([#9109](https://github.com/AztecProtocol/aztec-packages/issues/9109))
([763e9b8](https://github.com/AztecProtocol/aztec-packages/commit/763e9b8a98981545b68f96e5b49a0726fc3c80b3))
* **avm:** Type aliasing for VmPublicInputs
([#8884](https://github.com/AztecProtocol/aztec-packages/issues/8884))
([f3ed39b](https://github.com/AztecProtocol/aztec-packages/commit/f3ed39bf7be6f08bcfcabf6c04eb570f4d06ed27))
* **ci:** Disable gossip_network.test.ts
([#9165](https://github.com/AztecProtocol/aztec-packages/issues/9165))
([5e7ab1d](https://github.com/AztecProtocol/aztec-packages/commit/5e7ab1de0a9b4da56ff84381cf3dea44837bd79d))
* **ci:** Parallelise CI for acir-test flows
([#9238](https://github.com/AztecProtocol/aztec-packages/issues/9238))
([73a7c23](https://github.com/AztecProtocol/aztec-packages/commit/73a7c231193d56fdbf2e1160be5ea8d58f5596bb))
* **ci:** Parallelise noir-projects CI
([#9270](https://github.com/AztecProtocol/aztec-packages/issues/9270))
([44ad5e5](https://github.com/AztecProtocol/aztec-packages/commit/44ad5e595c09639eac0913be3b653d32eb4accac))
* **ci:** Try to offload compute burden when merging
([#9213](https://github.com/AztecProtocol/aztec-packages/issues/9213))
([c8dc016](https://github.com/AztecProtocol/aztec-packages/commit/c8dc016a2bfc5b41899c32e3bf2b2d3ffb855140))
* Configure trees instead of duplicating constants
([#9088](https://github.com/AztecProtocol/aztec-packages/issues/9088))
([c1150c9](https://github.com/AztecProtocol/aztec-packages/commit/c1150c9b28581985686b13ba97eb7f0066736652))
* Default logging level to debug if debug set
([#9173](https://github.com/AztecProtocol/aztec-packages/issues/9173))
([febf744](https://github.com/AztecProtocol/aztec-packages/commit/febf7449c80ffe44eaadb88c088e35fa419ed443))
* **deployments:** Native network test
([#9138](https://github.com/AztecProtocol/aztec-packages/issues/9138))
([975ea36](https://github.com/AztecProtocol/aztec-packages/commit/975ea3617d9cddc2d2c35aa56c8e7b1f5d5069ab))
* Different metrics values for production and local
([#9124](https://github.com/AztecProtocol/aztec-packages/issues/9124))
([6888d70](https://github.com/AztecProtocol/aztec-packages/commit/6888d70be014b4d541c1e584248ae6eca8562a04))
* Disable e2e-p2p completely
([#9219](https://github.com/AztecProtocol/aztec-packages/issues/9219))
([286d617](https://github.com/AztecProtocol/aztec-packages/commit/286d617e3f06395ee5c88339b8d57170aad00213))
* Disable flakey rediscovery.test.ts
([#9217](https://github.com/AztecProtocol/aztec-packages/issues/9217))
([14e73e2](https://github.com/AztecProtocol/aztec-packages/commit/14e73e29a784a3b6131b464b40058dcf8bb53a86))
* **docs:** Rewriting bbup script, refactoring bb readme for clarity
([#9073](https://github.com/AztecProtocol/aztec-packages/issues/9073))
([662b61e](https://github.com/AztecProtocol/aztec-packages/commit/662b61e4c20a2d4217980922d4578f4dfeacae6b))
* Eccvm transcript builder
([#9026](https://github.com/AztecProtocol/aztec-packages/issues/9026))
([d2c9ae2](https://github.com/AztecProtocol/aztec-packages/commit/d2c9ae2853bb75cd736583406a57e96645bd2e88))
* Expose util func to convert field compressed string back to string in
aztec js
([#9239](https://github.com/AztecProtocol/aztec-packages/issues/9239))
([ce7e687](https://github.com/AztecProtocol/aztec-packages/commit/ce7e687506104828ddc96f66fd30845bda6494fc)),
closes
[#9233](https://github.com/AztecProtocol/aztec-packages/issues/9233)
* Fix missing migrations to immutable contract fn interaction
([#9053](https://github.com/AztecProtocol/aztec-packages/issues/9053))
([41c496f](https://github.com/AztecProtocol/aztec-packages/commit/41c496f9271ebe3d53fbb6d988a7306617ee7e38))
* Format noir stuff
([#9202](https://github.com/AztecProtocol/aztec-packages/issues/9202))
([2b09709](https://github.com/AztecProtocol/aztec-packages/commit/2b09709932885b8a0de4bf2b91fb381d39baf6b2))
* Goodbye circleci
([#9259](https://github.com/AztecProtocol/aztec-packages/issues/9259))
([dab2a93](https://github.com/AztecProtocol/aztec-packages/commit/dab2a933128a3b42c6a62152a51a46c5e7a3d09d))
* Improve setup_local_k8s.sh to focus kind
([#9228](https://github.com/AztecProtocol/aztec-packages/issues/9228))
([8efdb47](https://github.com/AztecProtocol/aztec-packages/commit/8efdb474611730320ca2aadd87ff6238d464c2c9))
* Increase tx bot delay
([9e0ab97](https://github.com/AztecProtocol/aztec-packages/commit/9e0ab97194b8338e4b4292229c9bf911c7446dcc))
* Log revert reason on publish to L1
([#9067](https://github.com/AztecProtocol/aztec-packages/issues/9067))
([814b6d0](https://github.com/AztecProtocol/aztec-packages/commit/814b6d09d1e4750c5b3277cebde523f17af5f85e))
* Modify note processors and synchronizers to use complete address
([#9152](https://github.com/AztecProtocol/aztec-packages/issues/9152))
([730d90f](https://github.com/AztecProtocol/aztec-packages/commit/730d90fcfdc65c00a1867420fdc8211a72293cd9))
* Move contract stuff from types into circuits.js
([#9151](https://github.com/AztecProtocol/aztec-packages/issues/9151))
([d8131bc](https://github.com/AztecProtocol/aztec-packages/commit/d8131bc5c1b4d47d20c3312598296bfb89cecf11))
* Move public keys to protocol circuits
([#9074](https://github.com/AztecProtocol/aztec-packages/issues/9074))
([8adbdd5](https://github.com/AztecProtocol/aztec-packages/commit/8adbdd5827a81cf7b34bc06883367d0dc47a47a2))
* Offsite network stuff
([#9231](https://github.com/AztecProtocol/aztec-packages/issues/9231))
([155b40b](https://github.com/AztecProtocol/aztec-packages/commit/155b40b67616387f183dcb05d6ab08e9e4c3ab72))
* **p2p:** Refactor pools
([#9065](https://github.com/AztecProtocol/aztec-packages/issues/9065))
([b62235e](https://github.com/AztecProtocol/aztec-packages/commit/b62235ed75b55f79fd84a5ebf1a1f5af28fa289a))
* **p2p:** Store received epoch quotes
([#9064](https://github.com/AztecProtocol/aztec-packages/issues/9064))
([e3b467f](https://github.com/AztecProtocol/aztec-packages/commit/e3b467f70ca1d41bd27ac7231e257f1329ed0896))
* Pass by const reference
([#9083](https://github.com/AztecProtocol/aztec-packages/issues/9083))
([764bba4](https://github.com/AztecProtocol/aztec-packages/commit/764bba4dd8a016d45b201562ec82f9a12de65c2d))
* Pre-initialise validators in cluster
([#9048](https://github.com/AztecProtocol/aztec-packages/issues/9048))
([e2d32a1](https://github.com/AztecProtocol/aztec-packages/commit/e2d32a113ca279ee205a666c24061199e34e1e7b))
* Quieter cache-download.sh
([#9176](https://github.com/AztecProtocol/aztec-packages/issues/9176))
([b75d4c8](https://github.com/AztecProtocol/aztec-packages/commit/b75d4c85531ab149e142b79749eca9320baacf1a))
* Reenable sync test
([#9160](https://github.com/AztecProtocol/aztec-packages/issues/9160))
([a71642f](https://github.com/AztecProtocol/aztec-packages/commit/a71642f052e89f601c30f082b83c372d6e68f9ee))
* Regression test for
[#5462](https://github.com/AztecProtocol/aztec-packages/issues/5462)
(https://github.com/noir-lang/noir/pull/6286)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Remove AvmVerificationKeyData and tube specific types
([#8569](https://github.com/AztecProtocol/aztec-packages/issues/8569))
([da6c579](https://github.com/AztecProtocol/aztec-packages/commit/da6c579975112d8d629e64834465b6a52b04eb6a))
* Remove end-to-end from circleci
([#9116](https://github.com/AztecProtocol/aztec-packages/issues/9116))
([4d1f7d8](https://github.com/AztecProtocol/aztec-packages/commit/4d1f7d83f9d14b1df70a26c99f696aebd0416ebd))
* Remove keccak256 opcode from ACIR/Brillig
([#9104](https://github.com/AztecProtocol/aztec-packages/issues/9104))
([4c1163a](https://github.com/AztecProtocol/aztec-packages/commit/4c1163a9e9516d298e55421f1cf0ed81081151dd))
* Remove pedersen commitment
([#9107](https://github.com/AztecProtocol/aztec-packages/issues/9107))
([1823bde](https://github.com/AztecProtocol/aztec-packages/commit/1823bde2b486827f33a87899074594f811cfbef4))
* Remove pedersen hash opcode
([#9245](https://github.com/AztecProtocol/aztec-packages/issues/9245))
([1f0538f](https://github.com/AztecProtocol/aztec-packages/commit/1f0538f00cadcf4325d2aa17bdb098d11ca3840f))
* Rename some prover env vars
([#9032](https://github.com/AztecProtocol/aztec-packages/issues/9032))
([e27ead8](https://github.com/AztecProtocol/aztec-packages/commit/e27ead85403d3f21ebc406e7d1a7e18190085603))
* Replace relative paths to noir-protocol-circuits
([424afba](https://github.com/AztecProtocol/aztec-packages/commit/424afbae1b1d4a9a8e01dfe4cca141407bf1bc44))
* Replace relative paths to noir-protocol-circuits
([bef3907](https://github.com/AztecProtocol/aztec-packages/commit/bef39073e2a380bf7ae815053dc6d5e4665aa13a))
* Replace relative paths to noir-protocol-circuits
([1b21a31](https://github.com/AztecProtocol/aztec-packages/commit/1b21a317209be12453d805e29a3112e47cfcf394))
* Replace relative paths to noir-protocol-circuits
([5285348](https://github.com/AztecProtocol/aztec-packages/commit/52853488488b68dde602f9facb5c5d42d5609c8c))
* Replace relative paths to noir-protocol-circuits
([7934d39](https://github.com/AztecProtocol/aztec-packages/commit/7934d3946c856ecbc194be0e59f7a4023fdf66e2))
* Replace relative paths to noir-protocol-circuits
([b787722](https://github.com/AztecProtocol/aztec-packages/commit/b787722d72068160ca57440807edc1939dbb1cfe))
* Replace relative paths to noir-protocol-circuits
([21cb2b1](https://github.com/AztecProtocol/aztec-packages/commit/21cb2b1e68befc5c0cbb051d4521ea39b10cfb48))
* Replace relative paths to noir-protocol-circuits
([facf462](https://github.com/AztecProtocol/aztec-packages/commit/facf4625e7bc4d5506464f4e1d331d1b6ad48bc8))
* Replace relative paths to noir-protocol-circuits
([45a72af](https://github.com/AztecProtocol/aztec-packages/commit/45a72afac98b3be090cf517aaa8948d72015462f))
* Reproduce AVM ecadd bug
([#9019](https://github.com/AztecProtocol/aztec-packages/issues/9019))
([757ccef](https://github.com/AztecProtocol/aztec-packages/commit/757ccefd280a0798d1f6fc5cb62efafe86764bee))
* Revert "feat(avm): constrain start and end l2/da gas
([#9031](https://github.com/AztecProtocol/aztec-packages/issues/9031))"
([#9080](https://github.com/AztecProtocol/aztec-packages/issues/9080))
([07e4c95](https://github.com/AztecProtocol/aztec-packages/commit/07e4c956494154685970849bc4dda60c25af31bc))
* Revert deletion of the old bbup
([#9146](https://github.com/AztecProtocol/aztec-packages/issues/9146))
([3138078](https://github.com/AztecProtocol/aztec-packages/commit/3138078f0062d8426b3c45ac47646169317ab795))
* Script for deploying the spartan network
([#9167](https://github.com/AztecProtocol/aztec-packages/issues/9167))
([4660cec](https://github.com/AztecProtocol/aztec-packages/commit/4660cec92802d0e165a2a1ddff08c6756348b527))
* Swap `pub` and `unconstrained` in function signatures
([#9237](https://github.com/AztecProtocol/aztec-packages/issues/9237))
([1c7e627](https://github.com/AztecProtocol/aztec-packages/commit/1c7e627e28eeabe0cbf9ccae45e107d66b0953b0))
* Update palla/update-env-vars-prover to add new env var to spartan
([#9069](https://github.com/AztecProtocol/aztec-packages/issues/9069))
([077a01c](https://github.com/AztecProtocol/aztec-packages/commit/077a01c9a10d5a30c85e881d4a786eed7e25c492))
* Update validator management policy to be parallel
([#9086](https://github.com/AztecProtocol/aztec-packages/issues/9086))
([f8267f2](https://github.com/AztecProtocol/aztec-packages/commit/f8267f292b9aabfa29e3e056cb42f56d5ad0f163))
* Wire bb skip cleanup for bb prover
([#9100](https://github.com/AztecProtocol/aztec-packages/issues/9100))
([bba5674](https://github.com/AztecProtocol/aztec-packages/commit/bba56743ece19986f8259c4cf5bfdd7573207054))


### Documentation

* Initial pass on node guide
([#9192](https://github.com/AztecProtocol/aztec-packages/issues/9192))
([0fa1423](https://github.com/AztecProtocol/aztec-packages/commit/0fa14238fa83e8ad3939db8d4afd664e179fa887))
</details>

<details><summary>barretenberg: 0.58.0</summary>

##
[0.58.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.57.0...barretenberg-v0.58.0)
(2024-10-18)


### ⚠ BREAKING CHANGES

* remove pedersen commitment
([#9107](https://github.com/AztecProtocol/aztec-packages/issues/9107))
* remove pedersen hash opcode
([#9245](https://github.com/AztecProtocol/aztec-packages/issues/9245))
* Brillig and AVM default all uninitialized memory cells to Field 0
([#9057](https://github.com/AztecProtocol/aztec-packages/issues/9057))
* **avm:** remove tags from wire format
([#9198](https://github.com/AztecProtocol/aztec-packages/issues/9198))
* remove keccak256 opcode from ACIR/Brillig
([#9104](https://github.com/AztecProtocol/aztec-packages/issues/9104))
* **avm:** more instr wire format takes u16
([#9174](https://github.com/AztecProtocol/aztec-packages/issues/9174))
* Brillig with a stack and conditional inlining
([#8989](https://github.com/AztecProtocol/aztec-packages/issues/8989))
* unrevert "feat: new per-enqueued-call gas limit"
([#9140](https://github.com/AztecProtocol/aztec-packages/issues/9140))

### Features

* **avm:** Codegen recursive_verifier.cpp
([#9204](https://github.com/AztecProtocol/aztec-packages/issues/9204))
([2592e50](https://github.com/AztecProtocol/aztec-packages/commit/2592e50b2bd9e76d35a3c9caac4d7042fe26b9b6)),
closes
[#8849](https://github.com/AztecProtocol/aztec-packages/issues/8849)
* **avm:** Constrain start and end l2/da gas
([#9031](https://github.com/AztecProtocol/aztec-packages/issues/9031))
([308c03b](https://github.com/AztecProtocol/aztec-packages/commit/308c03b9ad45001570e6232f88403de8cc7d3cfb)),
closes
[#9001](https://github.com/AztecProtocol/aztec-packages/issues/9001)
* **avm:** More instr wire format takes u16
([#9174](https://github.com/AztecProtocol/aztec-packages/issues/9174))
([3a01ad9](https://github.com/AztecProtocol/aztec-packages/commit/3a01ad93e21e9e6cd27b7a2a4c1e2c9f24d6363e))
* **avm:** Remove tags from wire format
([#9198](https://github.com/AztecProtocol/aztec-packages/issues/9198))
([68a7326](https://github.com/AztecProtocol/aztec-packages/commit/68a7326d9f2d4bd891acac12950289d6e9fbe617))
* Brillig and AVM default all uninitialized memory cells to Field 0
([#9057](https://github.com/AztecProtocol/aztec-packages/issues/9057))
([5861d4e](https://github.com/AztecProtocol/aztec-packages/commit/5861d4e5e8a72161dac910e0bc8e635e0d332793))
* Brillig with a stack and conditional inlining
([#8989](https://github.com/AztecProtocol/aztec-packages/issues/8989))
([409b7b8](https://github.com/AztecProtocol/aztec-packages/commit/409b7b8c6b43a91fc1b5be48aee0174d56d914d9))
* Browser tests for UltraHonk
([#9047](https://github.com/AztecProtocol/aztec-packages/issues/9047))
([f0d45dd](https://github.com/AztecProtocol/aztec-packages/commit/f0d45dd8d0c00707cd18989c3a45ff0c3cbc92a6))
* Integrate databus in the private kernels
([#9028](https://github.com/AztecProtocol/aztec-packages/issues/9028))
([1798b1c](https://github.com/AztecProtocol/aztec-packages/commit/1798b1cc701824dd268ed0e49e592febf01a1687))
* Modify contract instance to include public keys
([#9153](https://github.com/AztecProtocol/aztec-packages/issues/9153))
([17c6127](https://github.com/AztecProtocol/aztec-packages/commit/17c612740dc3563321bf69c1760de1ef88b22124))
* New per-enqueued-call gas limit
([#9033](https://github.com/AztecProtocol/aztec-packages/issues/9033))
([6ef0895](https://github.com/AztecProtocol/aztec-packages/commit/6ef0895ed9788c533b0caf2d2c30839552dabbcc))
* New world state
([#8776](https://github.com/AztecProtocol/aztec-packages/issues/8776))
([41f3934](https://github.com/AztecProtocol/aztec-packages/commit/41f393443396cae77e09a09df07d42e6d5ff5618))
* Replace Zeromorph with Shplemini in ECCVM
([#9102](https://github.com/AztecProtocol/aztec-packages/issues/9102))
([c857cd9](https://github.com/AztecProtocol/aztec-packages/commit/c857cd9167f696fc237b64ff579952001eba7d40))
* Structured commit
([#9027](https://github.com/AztecProtocol/aztec-packages/issues/9027))
([26f406b](https://github.com/AztecProtocol/aztec-packages/commit/26f406b0591b3f88cb37c5e8f7cb3cbfc625315e))
* Tracy time with instrumentation
([#9170](https://github.com/AztecProtocol/aztec-packages/issues/9170))
([1c008d9](https://github.com/AztecProtocol/aztec-packages/commit/1c008d9a2fad747142e8ca356d6c00cee1663f2c))
* Unrevert "feat: new per-enqueued-call gas limit"
([#9140](https://github.com/AztecProtocol/aztec-packages/issues/9140))
([1323a34](https://github.com/AztecProtocol/aztec-packages/commit/1323a34c50e7727435129aa31a05ae7bdfb0ca09))
* Use s3 cache in bootstrap fast
([#9111](https://github.com/AztecProtocol/aztec-packages/issues/9111))
([349f938](https://github.com/AztecProtocol/aztec-packages/commit/349f938601f7a4fdbdf83aea62c7b8c244bbe434))
* World State Re-orgs
([#9035](https://github.com/AztecProtocol/aztec-packages/issues/9035))
([04f4a7b](https://github.com/AztecProtocol/aztec-packages/commit/04f4a7b2ae141b7eee4464e8d2cc91460d0c650a))


### Bug Fixes

* Bb bootstrap_cache.sh
([#9254](https://github.com/AztecProtocol/aztec-packages/issues/9254))
([df37104](https://github.com/AztecProtocol/aztec-packages/commit/df3710477fc7d2e7c44e62b116bea74d4e14f930))
* Limit number of bb.js threads to 32
([#9070](https://github.com/AztecProtocol/aztec-packages/issues/9070))
([97e4b9b](https://github.com/AztecProtocol/aztec-packages/commit/97e4b9b2e0d37575b6b5e4c7a22f85b60d1f418b))
* Mac-build
([#9216](https://github.com/AztecProtocol/aztec-packages/issues/9216))
([80ea32c](https://github.com/AztecProtocol/aztec-packages/commit/80ea32cfda8c149980938382518c47a6da123e72))
* Make gate counting functions less confusing and avoid estimations
([#9046](https://github.com/AztecProtocol/aztec-packages/issues/9046))
([0bda0a4](https://github.com/AztecProtocol/aztec-packages/commit/0bda0a4d71ae0fb4352de0746f7d96b63b787888))
* Reduce SRS size back to normal
([#9098](https://github.com/AztecProtocol/aztec-packages/issues/9098))
([a306ea5](https://github.com/AztecProtocol/aztec-packages/commit/a306ea5ffeb13019427a96d8152e5642b717c5f6))
* Revert "feat: new per-enqueued-call gas limit"
([#9139](https://github.com/AztecProtocol/aztec-packages/issues/9139))
([7677ca5](https://github.com/AztecProtocol/aztec-packages/commit/7677ca5d9280ac9615a92be36d1958960dbd7353))
* Revert "feat: use s3 cache in bootstrap fast"
([#9181](https://github.com/AztecProtocol/aztec-packages/issues/9181))
([7872d09](https://github.com/AztecProtocol/aztec-packages/commit/7872d092c359298273d7ab1fc23fa61ae1973f8b))
* Revert "fix: Revert "feat: use s3 cache in bootstrap fast""
([#9182](https://github.com/AztecProtocol/aztec-packages/issues/9182))
([ce3d08a](https://github.com/AztecProtocol/aztec-packages/commit/ce3d08a18684da9f5b1289a2b9bdf60a66342590))
* **s3-cache:** Link extracted preset-release-world-state
([#9252](https://github.com/AztecProtocol/aztec-packages/issues/9252))
([8b2d7d9](https://github.com/AztecProtocol/aztec-packages/commit/8b2d7d9c962c975592e17424f4d0b70f9ca7acd4))


### Miscellaneous

* Add world_state_napi to bootstrap fast
([#9079](https://github.com/AztecProtocol/aztec-packages/issues/9079))
([e827056](https://github.com/AztecProtocol/aztec-packages/commit/e827056e652a4789c91a617587945d57163fa7ff))
* **avm:** Revert 9080 - re-introducing start/end gas constraining
([#9109](https://github.com/AztecProtocol/aztec-packages/issues/9109))
([763e9b8](https://github.com/AztecProtocol/aztec-packages/commit/763e9b8a98981545b68f96e5b49a0726fc3c80b3))
* **avm:** Type aliasing for VmPublicInputs
([#8884](https://github.com/AztecProtocol/aztec-packages/issues/8884))
([f3ed39b](https://github.com/AztecProtocol/aztec-packages/commit/f3ed39bf7be6f08bcfcabf6c04eb570f4d06ed27))
* **ci:** Parallelise CI for acir-test flows
([#9238](https://github.com/AztecProtocol/aztec-packages/issues/9238))
([73a7c23](https://github.com/AztecProtocol/aztec-packages/commit/73a7c231193d56fdbf2e1160be5ea8d58f5596bb))
* Configure trees instead of duplicating constants
([#9088](https://github.com/AztecProtocol/aztec-packages/issues/9088))
([c1150c9](https://github.com/AztecProtocol/aztec-packages/commit/c1150c9b28581985686b13ba97eb7f0066736652))
* **docs:** Rewriting bbup script, refactoring bb readme for clarity
([#9073](https://github.com/AztecProtocol/aztec-packages/issues/9073))
([662b61e](https://github.com/AztecProtocol/aztec-packages/commit/662b61e4c20a2d4217980922d4578f4dfeacae6b))
* Eccvm transcript builder
([#9026](https://github.com/AztecProtocol/aztec-packages/issues/9026))
([d2c9ae2](https://github.com/AztecProtocol/aztec-packages/commit/d2c9ae2853bb75cd736583406a57e96645bd2e88))
* Pass by const reference
([#9083](https://github.com/AztecProtocol/aztec-packages/issues/9083))
([764bba4](https://github.com/AztecProtocol/aztec-packages/commit/764bba4dd8a016d45b201562ec82f9a12de65c2d))
* Remove keccak256 opcode from ACIR/Brillig
([#9104](https://github.com/AztecProtocol/aztec-packages/issues/9104))
([4c1163a](https://github.com/AztecProtocol/aztec-packages/commit/4c1163a9e9516d298e55421f1cf0ed81081151dd))
* Remove pedersen commitment
([#9107](https://github.com/AztecProtocol/aztec-packages/issues/9107))
([1823bde](https://github.com/AztecProtocol/aztec-packages/commit/1823bde2b486827f33a87899074594f811cfbef4))
* Remove pedersen hash opcode
([#9245](https://github.com/AztecProtocol/aztec-packages/issues/9245))
([1f0538f](https://github.com/AztecProtocol/aztec-packages/commit/1f0538f00cadcf4325d2aa17bdb098d11ca3840f))
* Revert "feat(avm): constrain start and end l2/da gas
([#9031](https://github.com/AztecProtocol/aztec-packages/issues/9031))"
([#9080](https://github.com/AztecProtocol/aztec-packages/issues/9080))
([07e4c95](https://github.com/AztecProtocol/aztec-packages/commit/07e4c956494154685970849bc4dda60c25af31bc))
* Revert deletion of the old bbup
([#9146](https://github.com/AztecProtocol/aztec-packages/issues/9146))
([3138078](https://github.com/AztecProtocol/aztec-packages/commit/3138078f0062d8426b3c45ac47646169317ab795))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
AztecBot added a commit to AztecProtocol/barretenberg that referenced this pull request Oct 19, 2024
:robot: I have created a release *beep* *boop*
---


<details><summary>aztec-package: 0.58.0</summary>

##
[0.58.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.57.0...aztec-package-v0.58.0)
(2024-10-18)


### ⚠ BREAKING CHANGES

* protocol contracts
([#9025](https://github.com/AztecProtocol/aztec-packages/issues/9025))

### Features

* Modify contract instance to include public keys
([#9153](https://github.com/AztecProtocol/aztec-packages/issues/9153))
([17c6127](https://github.com/AztecProtocol/aztec-packages/commit/17c612740dc3563321bf69c1760de1ef88b22124))
* Native tmux-based network e2e
([#9036](https://github.com/AztecProtocol/aztec-packages/issues/9036))
([f9fc73a](https://github.com/AztecProtocol/aztec-packages/commit/f9fc73a40f5b9d11ad92a6cee3e29d3fcc80425e))
* Protocol contracts
([#9025](https://github.com/AztecProtocol/aztec-packages/issues/9025))
([f3bcff0](https://github.com/AztecProtocol/aztec-packages/commit/f3bcff0c0943d190261de366301ed8f9267543f3))
* World state synchronizer reorgs
([#9091](https://github.com/AztecProtocol/aztec-packages/issues/9091))
([ba63b43](https://github.com/AztecProtocol/aztec-packages/commit/ba63b43c6e5c09ecda0ed94bdd3b875546400d27))


### Miscellaneous

* Added healthcheck and startup check
([#9112](https://github.com/AztecProtocol/aztec-packages/issues/9112))
([ffa012f](https://github.com/AztecProtocol/aztec-packages/commit/ffa012ffb1d0e72ddab68c066ca9e923bd1c0c2b))
* Default logging level to debug if debug set
([#9173](https://github.com/AztecProtocol/aztec-packages/issues/9173))
([febf744](https://github.com/AztecProtocol/aztec-packages/commit/febf7449c80ffe44eaadb88c088e35fa419ed443))
* Rename some prover env vars
([#9032](https://github.com/AztecProtocol/aztec-packages/issues/9032))
([e27ead8](https://github.com/AztecProtocol/aztec-packages/commit/e27ead85403d3f21ebc406e7d1a7e18190085603))
</details>

<details><summary>barretenberg.js: 0.58.0</summary>

##
[0.58.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.57.0...barretenberg.js-v0.58.0)
(2024-10-18)


### Features

* Browser tests for UltraHonk
([#9047](https://github.com/AztecProtocol/aztec-packages/issues/9047))
([f0d45dd](https://github.com/AztecProtocol/aztec-packages/commit/f0d45dd8d0c00707cd18989c3a45ff0c3cbc92a6))
* Docker_fast.sh
([#9273](https://github.com/AztecProtocol/aztec-packages/issues/9273))
([57e792e](https://github.com/AztecProtocol/aztec-packages/commit/57e792e6baaa2dfaef7af4c84d4ab75804c9d3de))
* Use s3 cache in bootstrap fast
([#9111](https://github.com/AztecProtocol/aztec-packages/issues/9111))
([349f938](https://github.com/AztecProtocol/aztec-packages/commit/349f938601f7a4fdbdf83aea62c7b8c244bbe434))


### Bug Fixes

* Limit number of bb.js threads to 32
([#9070](https://github.com/AztecProtocol/aztec-packages/issues/9070))
([97e4b9b](https://github.com/AztecProtocol/aztec-packages/commit/97e4b9b2e0d37575b6b5e4c7a22f85b60d1f418b))
* Make gate counting functions less confusing and avoid estimations
([#9046](https://github.com/AztecProtocol/aztec-packages/issues/9046))
([0bda0a4](https://github.com/AztecProtocol/aztec-packages/commit/0bda0a4d71ae0fb4352de0746f7d96b63b787888))
* Reduce SRS size back to normal
([#9098](https://github.com/AztecProtocol/aztec-packages/issues/9098))
([a306ea5](https://github.com/AztecProtocol/aztec-packages/commit/a306ea5ffeb13019427a96d8152e5642b717c5f6))
* Revert "feat: use s3 cache in bootstrap fast"
([#9181](https://github.com/AztecProtocol/aztec-packages/issues/9181))
([7872d09](https://github.com/AztecProtocol/aztec-packages/commit/7872d092c359298273d7ab1fc23fa61ae1973f8b))
* Revert "fix: Revert "feat: use s3 cache in bootstrap fast""
([#9182](https://github.com/AztecProtocol/aztec-packages/issues/9182))
([ce3d08a](https://github.com/AztecProtocol/aztec-packages/commit/ce3d08a18684da9f5b1289a2b9bdf60a66342590))
</details>

<details><summary>aztec-packages: 0.58.0</summary>

##
[0.58.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.57.0...aztec-packages-v0.58.0)
(2024-10-18)


### ⚠ BREAKING CHANGES

* remove pedersen commitment
([#9107](https://github.com/AztecProtocol/aztec-packages/issues/9107))
* remove pedersen hash opcode
([#9245](https://github.com/AztecProtocol/aztec-packages/issues/9245))
* Brillig and AVM default all uninitialized memory cells to Field 0
([#9057](https://github.com/AztecProtocol/aztec-packages/issues/9057))
* Integer division is not the inverse of integer multiplication
(https://github.com/noir-lang/noir/pull/6243)
* kind size checks (https://github.com/noir-lang/noir/pull/6137)
* Change tag attributes to require a ' prefix
(https://github.com/noir-lang/noir/pull/6235)
* **avm:** remove tags from wire format
([#9198](https://github.com/AztecProtocol/aztec-packages/issues/9198))
* remove keccak256 opcode from ACIR/Brillig
([#9104](https://github.com/AztecProtocol/aztec-packages/issues/9104))
* **avm:** more instr wire format takes u16
([#9174](https://github.com/AztecProtocol/aztec-packages/issues/9174))
* Brillig with a stack and conditional inlining
([#8989](https://github.com/AztecProtocol/aztec-packages/issues/8989))
* unrevert "feat: new per-enqueued-call gas limit"
([#9140](https://github.com/AztecProtocol/aztec-packages/issues/9140))
* protocol contracts
([#9025](https://github.com/AztecProtocol/aztec-packages/issues/9025))

### Features

* Add `checked_transmute` (https://github.com/noir-lang/noir/pull/6262)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Add insturmentation to attestation and epoch quote mem pools
([#9055](https://github.com/AztecProtocol/aztec-packages/issues/9055))
([7dfa295](https://github.com/AztecProtocol/aztec-packages/commit/7dfa2951d4116b104744704901d143b55dd275eb))
* Add more `Type` and `UnresolvedType` methods
(https://github.com/noir-lang/noir/pull/5994)
([26185f0](https://github.com/AztecProtocol/aztec-packages/commit/26185f0e23d54e2f122ae07de573b77b2974e7c1))
* Add sequencer address to metrics
([#9145](https://github.com/AztecProtocol/aztec-packages/issues/9145))
([c33d38b](https://github.com/AztecProtocol/aztec-packages/commit/c33d38b68a8c109e138a2809b530f7fdb1abb122))
* Add validator address to logs
([#9143](https://github.com/AztecProtocol/aztec-packages/issues/9143))
([e245f83](https://github.com/AztecProtocol/aztec-packages/commit/e245f833e56b05cf11850cb8537d9dbba01de746))
* Allow `unconstrained` after visibility
(https://github.com/noir-lang/noir/pull/6246)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* **avm:** Codegen recursive_verifier.cpp
([#9204](https://github.com/AztecProtocol/aztec-packages/issues/9204))
([2592e50](https://github.com/AztecProtocol/aztec-packages/commit/2592e50b2bd9e76d35a3c9caac4d7042fe26b9b6)),
closes
[#8849](https://github.com/AztecProtocol/aztec-packages/issues/8849)
* **avm:** Constrain start and end l2/da gas
([#9031](https://github.com/AztecProtocol/aztec-packages/issues/9031))
([308c03b](https://github.com/AztecProtocol/aztec-packages/commit/308c03b9ad45001570e6232f88403de8cc7d3cfb)),
closes
[#9001](https://github.com/AztecProtocol/aztec-packages/issues/9001)
* **avm:** More instr wire format takes u16
([#9174](https://github.com/AztecProtocol/aztec-packages/issues/9174))
([3a01ad9](https://github.com/AztecProtocol/aztec-packages/commit/3a01ad93e21e9e6cd27b7a2a4c1e2c9f24d6363e))
* **avm:** Remove tags from wire format
([#9198](https://github.com/AztecProtocol/aztec-packages/issues/9198))
([68a7326](https://github.com/AztecProtocol/aztec-packages/commit/68a7326d9f2d4bd891acac12950289d6e9fbe617))
* Better tracing/metrics in validator and archiver
([#9108](https://github.com/AztecProtocol/aztec-packages/issues/9108))
([1801f5b](https://github.com/AztecProtocol/aztec-packages/commit/1801f5b49fb3b153817a1596c6fd568f1c762fe5))
* Brillig and AVM default all uninitialized memory cells to Field 0
([#9057](https://github.com/AztecProtocol/aztec-packages/issues/9057))
([5861d4e](https://github.com/AztecProtocol/aztec-packages/commit/5861d4e5e8a72161dac910e0bc8e635e0d332793))
* Brillig with a stack and conditional inlining
([#8989](https://github.com/AztecProtocol/aztec-packages/issues/8989))
([409b7b8](https://github.com/AztecProtocol/aztec-packages/commit/409b7b8c6b43a91fc1b5be48aee0174d56d914d9))
* Browser tests for UltraHonk
([#9047](https://github.com/AztecProtocol/aztec-packages/issues/9047))
([f0d45dd](https://github.com/AztecProtocol/aztec-packages/commit/f0d45dd8d0c00707cd18989c3a45ff0c3cbc92a6))
* Chaos mesh
([#9196](https://github.com/AztecProtocol/aztec-packages/issues/9196))
([134bef8](https://github.com/AztecProtocol/aztec-packages/commit/134bef8c3820fbf8ed08c7b44cbf5636d9342d99))
* Docker_fast.sh
([#9273](https://github.com/AztecProtocol/aztec-packages/issues/9273))
([57e792e](https://github.com/AztecProtocol/aztec-packages/commit/57e792e6baaa2dfaef7af4c84d4ab75804c9d3de))
* Don't crash LSP when there are errors resolving the workspace
(https://github.com/noir-lang/noir/pull/6257)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Don't suggest private struct fields in LSP
(https://github.com/noir-lang/noir/pull/6256)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Drop epoch duration / block times
([#9149](https://github.com/AztecProtocol/aztec-packages/issues/9149))
([c3e859b](https://github.com/AztecProtocol/aztec-packages/commit/c3e859b86ce66d42ed04dfd1b3d82995490f74ae))
* Externally accessible spartan deployment
([#9171](https://github.com/AztecProtocol/aztec-packages/issues/9171))
([26edb4d](https://github.com/AztecProtocol/aztec-packages/commit/26edb4dd0b47df5d079fa8af7d20adef26da8ad7))
* Fix encoding of public keys
([#9158](https://github.com/AztecProtocol/aztec-packages/issues/9158))
([35c66c9](https://github.com/AztecProtocol/aztec-packages/commit/35c66c9875c6515d719ff4633236e4e11d1b54a1))
* Handwritten parser (https://github.com/noir-lang/noir/pull/6180)
([26185f0](https://github.com/AztecProtocol/aztec-packages/commit/26185f0e23d54e2f122ae07de573b77b2974e7c1))
* **improve:** Remove scan through globals
(https://github.com/noir-lang/noir/pull/6282)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Integrate databus in the private kernels
([#9028](https://github.com/AztecProtocol/aztec-packages/issues/9028))
([1798b1c](https://github.com/AztecProtocol/aztec-packages/commit/1798b1cc701824dd268ed0e49e592febf01a1687))
* Kind size checks (https://github.com/noir-lang/noir/pull/6137)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Make index in inbox global
([#9110](https://github.com/AztecProtocol/aztec-packages/issues/9110))
([375c017](https://github.com/AztecProtocol/aztec-packages/commit/375c017ac130a20f9cc20be11e5199327641013e)),
closes
[#9085](https://github.com/AztecProtocol/aztec-packages/issues/9085)
* Modify contract instance to include public keys
([#9153](https://github.com/AztecProtocol/aztec-packages/issues/9153))
([17c6127](https://github.com/AztecProtocol/aztec-packages/commit/17c612740dc3563321bf69c1760de1ef88b22124))
* Native testnet helper script
([#9260](https://github.com/AztecProtocol/aztec-packages/issues/9260))
([1613c0f](https://github.com/AztecProtocol/aztec-packages/commit/1613c0f0e13101bfa152a6a6fac3a07cf7604ef0))
* Native tmux-based network e2e
([#9036](https://github.com/AztecProtocol/aztec-packages/issues/9036))
([f9fc73a](https://github.com/AztecProtocol/aztec-packages/commit/f9fc73a40f5b9d11ad92a6cee3e29d3fcc80425e))
* New per-enqueued-call gas limit
([#9033](https://github.com/AztecProtocol/aztec-packages/issues/9033))
([6ef0895](https://github.com/AztecProtocol/aztec-packages/commit/6ef0895ed9788c533b0caf2d2c30839552dabbcc))
* New world state
([#8776](https://github.com/AztecProtocol/aztec-packages/issues/8776))
([41f3934](https://github.com/AztecProtocol/aztec-packages/commit/41f393443396cae77e09a09df07d42e6d5ff5618))
* Nomismatokopio
([#8940](https://github.com/AztecProtocol/aztec-packages/issues/8940))
([1f53957](https://github.com/AztecProtocol/aztec-packages/commit/1f53957ffea720fc008a80623d0fb1da8a3cb302))
* Optimize `Quoted::as_expr` by parsing just once
(https://github.com/noir-lang/noir/pull/6237)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Optimize reading a workspace's files
(https://github.com/noir-lang/noir/pull/6281)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Parameterize circuit epoch duration
([#9050](https://github.com/AztecProtocol/aztec-packages/issues/9050))
([1b902f6](https://github.com/AztecProtocol/aztec-packages/commit/1b902f663349198aa8f9b3a22663b5c8adc0d442))
* **perf:** Flamegraphs for test program execution benchmarks
(https://github.com/noir-lang/noir/pull/6253)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* **perf:** Follow array sets backwards in array set from get
optimization (https://github.com/noir-lang/noir/pull/6208)
([26185f0](https://github.com/AztecProtocol/aztec-packages/commit/26185f0e23d54e2f122ae07de573b77b2974e7c1))
* Persistent storage edit for anvil node
([#9089](https://github.com/AztecProtocol/aztec-packages/issues/9089))
([9b72a69](https://github.com/AztecProtocol/aztec-packages/commit/9b72a69940d2d601256dbb88f59c39af2af0f182))
* Protocol contracts
([#9025](https://github.com/AztecProtocol/aztec-packages/issues/9025))
([f3bcff0](https://github.com/AztecProtocol/aztec-packages/commit/f3bcff0c0943d190261de366301ed8f9267543f3))
* Recover from '=' instead of ':' in struct constructor/pattern
(https://github.com/noir-lang/noir/pull/6236)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Remove byte decomposition in `compute_decomposition`
(https://github.com/noir-lang/noir/pull/6159)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Replace Zeromorph with Shplemini in ECCVM
([#9102](https://github.com/AztecProtocol/aztec-packages/issues/9102))
([c857cd9](https://github.com/AztecProtocol/aztec-packages/commit/c857cd9167f696fc237b64ff579952001eba7d40))
* Restore VK tree
([#9156](https://github.com/AztecProtocol/aztec-packages/issues/9156))
([440e729](https://github.com/AztecProtocol/aztec-packages/commit/440e729758c3be99558cd36d4af3f10c324debb7))
* Show LSP diagnostic related information
(https://github.com/noir-lang/noir/pull/6277)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Slightly improve "unexpected token" error message
(https://github.com/noir-lang/noir/pull/6279)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Stable deployments for spartan
([#9147](https://github.com/AztecProtocol/aztec-packages/issues/9147))
([3e1c02e](https://github.com/AztecProtocol/aztec-packages/commit/3e1c02efed2bc10b5f88f3017f9940eb68533510))
* Structured commit
([#9027](https://github.com/AztecProtocol/aztec-packages/issues/9027))
([26f406b](https://github.com/AztecProtocol/aztec-packages/commit/26f406b0591b3f88cb37c5e8f7cb3cbfc625315e))
* Sysstia
([#8941](https://github.com/AztecProtocol/aztec-packages/issues/8941))
([2da2fe2](https://github.com/AztecProtocol/aztec-packages/commit/2da2fe2655ad57ab2bc19d589768b2b84ee8e393))
* **test:** Fuzz poseidon hases against an external library
(https://github.com/noir-lang/noir/pull/6273)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* **test:** Fuzz test poseidon2 hash equivalence
(https://github.com/noir-lang/noir/pull/6265)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* **test:** Fuzz test stdlib hash functions
(https://github.com/noir-lang/noir/pull/6233)
([26185f0](https://github.com/AztecProtocol/aztec-packages/commit/26185f0e23d54e2f122ae07de573b77b2974e7c1))
* **test:** Include the PoseidonHasher in the fuzzing
(https://github.com/noir-lang/noir/pull/6280)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Tracy time with instrumentation
([#9170](https://github.com/AztecProtocol/aztec-packages/issues/9170))
([1c008d9](https://github.com/AztecProtocol/aztec-packages/commit/1c008d9a2fad747142e8ca356d6c00cee1663f2c))
* Trait inheritance (https://github.com/noir-lang/noir/pull/6252)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Unrevert "feat: new per-enqueued-call gas limit"
([#9140](https://github.com/AztecProtocol/aztec-packages/issues/9140))
([1323a34](https://github.com/AztecProtocol/aztec-packages/commit/1323a34c50e7727435129aa31a05ae7bdfb0ca09))
* Use s3 cache in bootstrap fast
([#9111](https://github.com/AztecProtocol/aztec-packages/issues/9111))
([349f938](https://github.com/AztecProtocol/aztec-packages/commit/349f938601f7a4fdbdf83aea62c7b8c244bbe434))
* Visibility for struct fields
(https://github.com/noir-lang/noir/pull/6221)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* World State Re-orgs
([#9035](https://github.com/AztecProtocol/aztec-packages/issues/9035))
([04f4a7b](https://github.com/AztecProtocol/aztec-packages/commit/04f4a7b2ae141b7eee4464e8d2cc91460d0c650a))
* World state synchronizer reorgs
([#9091](https://github.com/AztecProtocol/aztec-packages/issues/9091))
([ba63b43](https://github.com/AztecProtocol/aztec-packages/commit/ba63b43c6e5c09ecda0ed94bdd3b875546400d27))


### Bug Fixes

* Accidental e2e inclusion
([6e651de](https://github.com/AztecProtocol/aztec-packages/commit/6e651de0d37b925900d2109a9c1b1f67f25005c1))
* Address inactive public key check in `verify_signature_noir`
(https://github.com/noir-lang/noir/pull/6270)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Allow passing rayon threads when building aztec images
([#9096](https://github.com/AztecProtocol/aztec-packages/issues/9096))
([05de539](https://github.com/AztecProtocol/aztec-packages/commit/05de539d3a1a9dbfb2885b5b0d6d06e6109bbc77))
* Assert block header matches
([#9172](https://github.com/AztecProtocol/aztec-packages/issues/9172))
([3e0504d](https://github.com/AztecProtocol/aztec-packages/commit/3e0504dc781878578d0e97450593f4628b6a57b0))
* Avoid huge compilation times in base rollup
([#9113](https://github.com/AztecProtocol/aztec-packages/issues/9113))
([6eb43b6](https://github.com/AztecProtocol/aztec-packages/commit/6eb43b64cb13d97ecf8f8025a6d7e622d81b5db6))
* Bb bootstrap_cache.sh
([#9254](https://github.com/AztecProtocol/aztec-packages/issues/9254))
([df37104](https://github.com/AztecProtocol/aztec-packages/commit/df3710477fc7d2e7c44e62b116bea74d4e14f930))
* Better handle async timings in test
([#9178](https://github.com/AztecProtocol/aztec-packages/issues/9178))
([fb35151](https://github.com/AztecProtocol/aztec-packages/commit/fb35151c0d5e08f56b263eb15e0ddfc1565d4b17))
* Buffer instanceof usage
([#9235](https://github.com/AztecProtocol/aztec-packages/issues/9235))
([8e66ef9](https://github.com/AztecProtocol/aztec-packages/commit/8e66ef97b133b3d57d5b3742e0acf2b3792433f7))
* Build error around bb config in cli cmd
([#9134](https://github.com/AztecProtocol/aztec-packages/issues/9134))
([a5b677c](https://github.com/AztecProtocol/aztec-packages/commit/a5b677ca4aec3ace39924869c9517a256749c588))
* Call correct method on fee juice contract
([#9137](https://github.com/AztecProtocol/aztec-packages/issues/9137))
([2dff976](https://github.com/AztecProtocol/aztec-packages/commit/2dff976202022cc474fdcc67bdcd3bc72e61dc70))
* Change tag attributes to require a ' prefix
(https://github.com/noir-lang/noir/pull/6235)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Check for Schnorr null signature
(https://github.com/noir-lang/noir/pull/6226)
([26185f0](https://github.com/AztecProtocol/aztec-packages/commit/26185f0e23d54e2f122ae07de573b77b2974e7c1))
* **ci:** Don't report for now on kind-network-test
([#9163](https://github.com/AztecProtocol/aztec-packages/issues/9163))
([c59d693](https://github.com/AztecProtocol/aztec-packages/commit/c59d6936ea46296359abbd3cbf0823d44e64da90))
* Dockerized vk build
([#9078](https://github.com/AztecProtocol/aztec-packages/issues/9078))
([2aac1fb](https://github.com/AztecProtocol/aztec-packages/commit/2aac1fb78790eb4472529146ab5ef562abe1d0fc))
* Docs pdf generation
([#9114](https://github.com/AztecProtocol/aztec-packages/issues/9114))
([2f9c4e9](https://github.com/AztecProtocol/aztec-packages/commit/2f9c4e9883d3081fc9d6bf73bc2305ae197a61e8))
* Don't warn on unuse global if it has an abi annotation
(https://github.com/noir-lang/noir/pull/6258)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Don't warn on unused struct that has an abi annotation
(https://github.com/noir-lang/noir/pull/6254)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* E2e bot follows pending chain
([#9115](https://github.com/AztecProtocol/aztec-packages/issues/9115))
([9afd190](https://github.com/AztecProtocol/aztec-packages/commit/9afd190fc234b1df64b53293434f1a1ab5e0dc94))
* E2e-p2p attestation timeout
([#9154](https://github.com/AztecProtocol/aztec-packages/issues/9154))
([25bd47b](https://github.com/AztecProtocol/aztec-packages/commit/25bd47bb4faad24822d4671ee524fd6f1a50ff49))
* **frontend:** Do not warn when a nested struct is provided as input to
main (https://github.com/noir-lang/noir/pull/6239)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Handle dfg databus in SSA normalization
(https://github.com/noir-lang/noir/pull/6249)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Handle nested arrays in calldata
(https://github.com/noir-lang/noir/pull/6232)
([26185f0](https://github.com/AztecProtocol/aztec-packages/commit/26185f0e23d54e2f122ae07de573b77b2974e7c1))
* Homogeneous input points for EC ADD
(https://github.com/noir-lang/noir/pull/6241)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Increase l1 propose gas estimate
([#9071](https://github.com/AztecProtocol/aztec-packages/issues/9071))
([9d28414](https://github.com/AztecProtocol/aztec-packages/commit/9d284140bd58a9485fdbc3db52c08496adf1f7d1))
* Integer division is not the inverse of integer multiplication
(https://github.com/noir-lang/noir/pull/6243)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* K8s peer discovery
([#9274](https://github.com/AztecProtocol/aztec-packages/issues/9274))
([61e4d12](https://github.com/AztecProtocol/aztec-packages/commit/61e4d1290a9d019f3a2c54d504d9560fead4c6fa))
* Limit number of bb.js threads to 32
([#9070](https://github.com/AztecProtocol/aztec-packages/issues/9070))
([97e4b9b](https://github.com/AztecProtocol/aztec-packages/commit/97e4b9b2e0d37575b6b5e4c7a22f85b60d1f418b))
* Limit number of threads
([#9135](https://github.com/AztecProtocol/aztec-packages/issues/9135))
([19d2620](https://github.com/AztecProtocol/aztec-packages/commit/19d2620e7536dfe99eaea901da647aaf78478f2e))
* Mac-build
([#9216](https://github.com/AztecProtocol/aztec-packages/issues/9216))
([80ea32c](https://github.com/AztecProtocol/aztec-packages/commit/80ea32cfda8c149980938382518c47a6da123e72))
* Make gate counting functions less confusing and avoid estimations
([#9046](https://github.com/AztecProtocol/aztec-packages/issues/9046))
([0bda0a4](https://github.com/AztecProtocol/aztec-packages/commit/0bda0a4d71ae0fb4352de0746f7d96b63b787888))
* Native_world_state_instance.ts
([#9136](https://github.com/AztecProtocol/aztec-packages/issues/9136))
([4a204c1](https://github.com/AztecProtocol/aztec-packages/commit/4a204c12c8dab688848a1aa2d65fcde7d3ee4982))
* Panic on composite types within databus
(https://github.com/noir-lang/noir/pull/6225)
([26185f0](https://github.com/AztecProtocol/aztec-packages/commit/26185f0e23d54e2f122ae07de573b77b2974e7c1))
* Prevent compiler panic when popping from empty slices
(https://github.com/noir-lang/noir/pull/6274)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Prometheus metrics
([#9226](https://github.com/AztecProtocol/aztec-packages/issues/9226))
([9445a4f](https://github.com/AztecProtocol/aztec-packages/commit/9445a4fba8e3092c3948ffe9d5eaf5f679fce89c))
* Publish-aztec-packages.yml
([#9229](https://github.com/AztecProtocol/aztec-packages/issues/9229))
([4bfeb83](https://github.com/AztecProtocol/aztec-packages/commit/4bfeb830ffc421386f4f9f8b4a23e2bc7fbf832d)),
closes
[#9220](https://github.com/AztecProtocol/aztec-packages/issues/9220)
* Reduce SRS size back to normal
([#9098](https://github.com/AztecProtocol/aztec-packages/issues/9098))
([a306ea5](https://github.com/AztecProtocol/aztec-packages/commit/a306ea5ffeb13019427a96d8152e5642b717c5f6))
* Reject invalid expression with in CLI parser
(https://github.com/noir-lang/noir/pull/6287)
([70fb8fa](https://github.com/AztecProtocol/aztec-packages/commit/70fb8fa97ab0d2484cb49126271df7aa18432f3e))
* Release `master` dockerhub images
([#9117](https://github.com/AztecProtocol/aztec-packages/issues/9117))
([6662fba](https://github.com/AztecProtocol/aztec-packages/commit/6662fbae99808d6d4de9f39db6ef587bb455156c))
* Remove need for duplicate attributes on each function
([#9244](https://github.com/AztecProtocol/aztec-packages/issues/9244))
([ed933ee](https://github.com/AztecProtocol/aztec-packages/commit/ed933eefc2aab4b616dca94fee9a02837aec7fb9)),
closes
[#9243](https://github.com/AztecProtocol/aztec-packages/issues/9243)
* Revert "feat: new per-enqueued-call gas limit"
([#9139](https://github.com/AztecProtocol/aztec-packages/issues/9139))
([7677ca5](https://github.com/AztecProtocol/aztec-packages/commit/7677ca5d9280ac9615a92be36d1958960dbd7353))
* Revert "feat: use s3 cache in bootstrap fast"
([#9181](https://github.com/AztecProtocol/aztec-packages/issues/9181))
([7872d09](https://github.com/AztecProtocol/aztec-packages/commit/7872d092c359298273d7ab1fc23fa61ae1973f8b))
* Revert "fix: Revert "feat: use s3 cache in bootstrap fast""
([#9182](https://github.com/AztecProtocol/aztec-packages/issues/9182))
([ce3d08a](https://github.com/AztecProtocol/aztec-packages/commit/ce3d08a18684da9f5b1289a2b9bdf60a66342590))
* **s3-cache:** Link extracted preset-release-world-state
([#9252](https://github.com/AztecProtocol/aztec-packages/issues/9252))
([8b2d7d9](https://github.com/AztecProtocol/aztec-packages/commit/8b2d7d9c962c975592e17424f4d0b70f9ca7acd4))
* Setup fee juice for e2e tests
([#9094](https://github.com/AztecProtocol/aztec-packages/issues/9094))
([a8ec91a](https://github.com/AztecProtocol/aztec-packages/commit/a8ec91a32d8fee3d309c855ed9d43a6c025c487b))
* Spartan account pre-funding
([#9161](https://github.com/AztecProtocol/aztec-packages/issues/9161))
([f4754f7](https://github.com/AztecProtocol/aztec-packages/commit/f4754f7ea9587edbe8367c49539f65d25e251e23))
* Transaction bot proper configuration
([#9106](https://github.com/AztecProtocol/aztec-packages/issues/9106))
([666fc38](https://github.com/AztecProtocol/aztec-packages/commit/666fc382fba1235ec0bca9a6cd027734e49eb182))
* Unrevert "feat: trace AVM side effects per enqueued call""
([#9095](https://github.com/AztecProtocol/aztec-packages/issues/9095))
([72e4867](https://github.com/AztecProtocol/aztec-packages/commit/72e4867fc0c429563f7c54092470010d1e6553a9))
* Visibility for impl methods
(https://github.com/noir-lang/noir/pull/6261)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))


### Miscellaneous

* Activate peer scoring for other p2p topics
([#9097](https://github.com/AztecProtocol/aztec-packages/issues/9097))
([18d24fb](https://github.com/AztecProtocol/aztec-packages/commit/18d24fbd1083c22507cd7b421976c7c63f11d140))
* Add regression test for
[#5756](https://github.com/AztecProtocol/aztec-packages/issues/5756)
(https://github.com/noir-lang/noir/pull/5770)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Add world_state_napi to bootstrap fast
([#9079](https://github.com/AztecProtocol/aztec-packages/issues/9079))
([e827056](https://github.com/AztecProtocol/aztec-packages/commit/e827056e652a4789c91a617587945d57163fa7ff))
* Added healthcheck and startup check
([#9112](https://github.com/AztecProtocol/aztec-packages/issues/9112))
([ffa012f](https://github.com/AztecProtocol/aztec-packages/commit/ffa012ffb1d0e72ddab68c066ca9e923bd1c0c2b))
* Adjust debug level of received attestations
([#9087](https://github.com/AztecProtocol/aztec-packages/issues/9087))
([eb67dd4](https://github.com/AztecProtocol/aztec-packages/commit/eb67dd4ab47755cd8e1445be3fb1b75a4d6c3f21))
* **avm:** Revert 9080 - re-introducing start/end gas constraining
([#9109](https://github.com/AztecProtocol/aztec-packages/issues/9109))
([763e9b8](https://github.com/AztecProtocol/aztec-packages/commit/763e9b8a98981545b68f96e5b49a0726fc3c80b3))
* **avm:** Type aliasing for VmPublicInputs
([#8884](https://github.com/AztecProtocol/aztec-packages/issues/8884))
([f3ed39b](https://github.com/AztecProtocol/aztec-packages/commit/f3ed39bf7be6f08bcfcabf6c04eb570f4d06ed27))
* **ci:** Disable gossip_network.test.ts
([#9165](https://github.com/AztecProtocol/aztec-packages/issues/9165))
([5e7ab1d](https://github.com/AztecProtocol/aztec-packages/commit/5e7ab1de0a9b4da56ff84381cf3dea44837bd79d))
* **ci:** Parallelise CI for acir-test flows
([#9238](https://github.com/AztecProtocol/aztec-packages/issues/9238))
([73a7c23](https://github.com/AztecProtocol/aztec-packages/commit/73a7c231193d56fdbf2e1160be5ea8d58f5596bb))
* **ci:** Parallelise noir-projects CI
([#9270](https://github.com/AztecProtocol/aztec-packages/issues/9270))
([44ad5e5](https://github.com/AztecProtocol/aztec-packages/commit/44ad5e595c09639eac0913be3b653d32eb4accac))
* **ci:** Try to offload compute burden when merging
([#9213](https://github.com/AztecProtocol/aztec-packages/issues/9213))
([c8dc016](https://github.com/AztecProtocol/aztec-packages/commit/c8dc016a2bfc5b41899c32e3bf2b2d3ffb855140))
* Configure trees instead of duplicating constants
([#9088](https://github.com/AztecProtocol/aztec-packages/issues/9088))
([c1150c9](https://github.com/AztecProtocol/aztec-packages/commit/c1150c9b28581985686b13ba97eb7f0066736652))
* Default logging level to debug if debug set
([#9173](https://github.com/AztecProtocol/aztec-packages/issues/9173))
([febf744](https://github.com/AztecProtocol/aztec-packages/commit/febf7449c80ffe44eaadb88c088e35fa419ed443))
* **deployments:** Native network test
([#9138](https://github.com/AztecProtocol/aztec-packages/issues/9138))
([975ea36](https://github.com/AztecProtocol/aztec-packages/commit/975ea3617d9cddc2d2c35aa56c8e7b1f5d5069ab))
* Different metrics values for production and local
([#9124](https://github.com/AztecProtocol/aztec-packages/issues/9124))
([6888d70](https://github.com/AztecProtocol/aztec-packages/commit/6888d70be014b4d541c1e584248ae6eca8562a04))
* Disable e2e-p2p completely
([#9219](https://github.com/AztecProtocol/aztec-packages/issues/9219))
([286d617](https://github.com/AztecProtocol/aztec-packages/commit/286d617e3f06395ee5c88339b8d57170aad00213))
* Disable flakey rediscovery.test.ts
([#9217](https://github.com/AztecProtocol/aztec-packages/issues/9217))
([14e73e2](https://github.com/AztecProtocol/aztec-packages/commit/14e73e29a784a3b6131b464b40058dcf8bb53a86))
* **docs:** Rewriting bbup script, refactoring bb readme for clarity
([#9073](https://github.com/AztecProtocol/aztec-packages/issues/9073))
([662b61e](https://github.com/AztecProtocol/aztec-packages/commit/662b61e4c20a2d4217980922d4578f4dfeacae6b))
* Eccvm transcript builder
([#9026](https://github.com/AztecProtocol/aztec-packages/issues/9026))
([d2c9ae2](https://github.com/AztecProtocol/aztec-packages/commit/d2c9ae2853bb75cd736583406a57e96645bd2e88))
* Expose util func to convert field compressed string back to string in
aztec js
([#9239](https://github.com/AztecProtocol/aztec-packages/issues/9239))
([ce7e687](https://github.com/AztecProtocol/aztec-packages/commit/ce7e687506104828ddc96f66fd30845bda6494fc)),
closes
[#9233](https://github.com/AztecProtocol/aztec-packages/issues/9233)
* Fix missing migrations to immutable contract fn interaction
([#9053](https://github.com/AztecProtocol/aztec-packages/issues/9053))
([41c496f](https://github.com/AztecProtocol/aztec-packages/commit/41c496f9271ebe3d53fbb6d988a7306617ee7e38))
* Format noir stuff
([#9202](https://github.com/AztecProtocol/aztec-packages/issues/9202))
([2b09709](https://github.com/AztecProtocol/aztec-packages/commit/2b09709932885b8a0de4bf2b91fb381d39baf6b2))
* Goodbye circleci
([#9259](https://github.com/AztecProtocol/aztec-packages/issues/9259))
([dab2a93](https://github.com/AztecProtocol/aztec-packages/commit/dab2a933128a3b42c6a62152a51a46c5e7a3d09d))
* Improve setup_local_k8s.sh to focus kind
([#9228](https://github.com/AztecProtocol/aztec-packages/issues/9228))
([8efdb47](https://github.com/AztecProtocol/aztec-packages/commit/8efdb474611730320ca2aadd87ff6238d464c2c9))
* Increase tx bot delay
([9e0ab97](https://github.com/AztecProtocol/aztec-packages/commit/9e0ab97194b8338e4b4292229c9bf911c7446dcc))
* Log revert reason on publish to L1
([#9067](https://github.com/AztecProtocol/aztec-packages/issues/9067))
([814b6d0](https://github.com/AztecProtocol/aztec-packages/commit/814b6d09d1e4750c5b3277cebde523f17af5f85e))
* Modify note processors and synchronizers to use complete address
([#9152](https://github.com/AztecProtocol/aztec-packages/issues/9152))
([730d90f](https://github.com/AztecProtocol/aztec-packages/commit/730d90fcfdc65c00a1867420fdc8211a72293cd9))
* Move contract stuff from types into circuits.js
([#9151](https://github.com/AztecProtocol/aztec-packages/issues/9151))
([d8131bc](https://github.com/AztecProtocol/aztec-packages/commit/d8131bc5c1b4d47d20c3312598296bfb89cecf11))
* Move public keys to protocol circuits
([#9074](https://github.com/AztecProtocol/aztec-packages/issues/9074))
([8adbdd5](https://github.com/AztecProtocol/aztec-packages/commit/8adbdd5827a81cf7b34bc06883367d0dc47a47a2))
* Offsite network stuff
([#9231](https://github.com/AztecProtocol/aztec-packages/issues/9231))
([155b40b](https://github.com/AztecProtocol/aztec-packages/commit/155b40b67616387f183dcb05d6ab08e9e4c3ab72))
* **p2p:** Refactor pools
([#9065](https://github.com/AztecProtocol/aztec-packages/issues/9065))
([b62235e](https://github.com/AztecProtocol/aztec-packages/commit/b62235ed75b55f79fd84a5ebf1a1f5af28fa289a))
* **p2p:** Store received epoch quotes
([#9064](https://github.com/AztecProtocol/aztec-packages/issues/9064))
([e3b467f](https://github.com/AztecProtocol/aztec-packages/commit/e3b467f70ca1d41bd27ac7231e257f1329ed0896))
* Pass by const reference
([#9083](https://github.com/AztecProtocol/aztec-packages/issues/9083))
([764bba4](https://github.com/AztecProtocol/aztec-packages/commit/764bba4dd8a016d45b201562ec82f9a12de65c2d))
* Pre-initialise validators in cluster
([#9048](https://github.com/AztecProtocol/aztec-packages/issues/9048))
([e2d32a1](https://github.com/AztecProtocol/aztec-packages/commit/e2d32a113ca279ee205a666c24061199e34e1e7b))
* Quieter cache-download.sh
([#9176](https://github.com/AztecProtocol/aztec-packages/issues/9176))
([b75d4c8](https://github.com/AztecProtocol/aztec-packages/commit/b75d4c85531ab149e142b79749eca9320baacf1a))
* Reenable sync test
([#9160](https://github.com/AztecProtocol/aztec-packages/issues/9160))
([a71642f](https://github.com/AztecProtocol/aztec-packages/commit/a71642f052e89f601c30f082b83c372d6e68f9ee))
* Regression test for
[#5462](https://github.com/AztecProtocol/aztec-packages/issues/5462)
(https://github.com/noir-lang/noir/pull/6286)
([5a3a8cc](https://github.com/AztecProtocol/aztec-packages/commit/5a3a8ccd0286a16b93c95a1de21676250926456a))
* Remove AvmVerificationKeyData and tube specific types
([#8569](https://github.com/AztecProtocol/aztec-packages/issues/8569))
([da6c579](https://github.com/AztecProtocol/aztec-packages/commit/da6c579975112d8d629e64834465b6a52b04eb6a))
* Remove end-to-end from circleci
([#9116](https://github.com/AztecProtocol/aztec-packages/issues/9116))
([4d1f7d8](https://github.com/AztecProtocol/aztec-packages/commit/4d1f7d83f9d14b1df70a26c99f696aebd0416ebd))
* Remove keccak256 opcode from ACIR/Brillig
([#9104](https://github.com/AztecProtocol/aztec-packages/issues/9104))
([4c1163a](https://github.com/AztecProtocol/aztec-packages/commit/4c1163a9e9516d298e55421f1cf0ed81081151dd))
* Remove pedersen commitment
([#9107](https://github.com/AztecProtocol/aztec-packages/issues/9107))
([1823bde](https://github.com/AztecProtocol/aztec-packages/commit/1823bde2b486827f33a87899074594f811cfbef4))
* Remove pedersen hash opcode
([#9245](https://github.com/AztecProtocol/aztec-packages/issues/9245))
([1f0538f](https://github.com/AztecProtocol/aztec-packages/commit/1f0538f00cadcf4325d2aa17bdb098d11ca3840f))
* Rename some prover env vars
([#9032](https://github.com/AztecProtocol/aztec-packages/issues/9032))
([e27ead8](https://github.com/AztecProtocol/aztec-packages/commit/e27ead85403d3f21ebc406e7d1a7e18190085603))
* Replace relative paths to noir-protocol-circuits
([424afba](https://github.com/AztecProtocol/aztec-packages/commit/424afbae1b1d4a9a8e01dfe4cca141407bf1bc44))
* Replace relative paths to noir-protocol-circuits
([bef3907](https://github.com/AztecProtocol/aztec-packages/commit/bef39073e2a380bf7ae815053dc6d5e4665aa13a))
* Replace relative paths to noir-protocol-circuits
([1b21a31](https://github.com/AztecProtocol/aztec-packages/commit/1b21a317209be12453d805e29a3112e47cfcf394))
* Replace relative paths to noir-protocol-circuits
([5285348](https://github.com/AztecProtocol/aztec-packages/commit/52853488488b68dde602f9facb5c5d42d5609c8c))
* Replace relative paths to noir-protocol-circuits
([7934d39](https://github.com/AztecProtocol/aztec-packages/commit/7934d3946c856ecbc194be0e59f7a4023fdf66e2))
* Replace relative paths to noir-protocol-circuits
([b787722](https://github.com/AztecProtocol/aztec-packages/commit/b787722d72068160ca57440807edc1939dbb1cfe))
* Replace relative paths to noir-protocol-circuits
([21cb2b1](https://github.com/AztecProtocol/aztec-packages/commit/21cb2b1e68befc5c0cbb051d4521ea39b10cfb48))
* Replace relative paths to noir-protocol-circuits
([facf462](https://github.com/AztecProtocol/aztec-packages/commit/facf4625e7bc4d5506464f4e1d331d1b6ad48bc8))
* Replace relative paths to noir-protocol-circuits
([45a72af](https://github.com/AztecProtocol/aztec-packages/commit/45a72afac98b3be090cf517aaa8948d72015462f))
* Reproduce AVM ecadd bug
([#9019](https://github.com/AztecProtocol/aztec-packages/issues/9019))
([757ccef](https://github.com/AztecProtocol/aztec-packages/commit/757ccefd280a0798d1f6fc5cb62efafe86764bee))
* Revert "feat(avm): constrain start and end l2/da gas
([#9031](https://github.com/AztecProtocol/aztec-packages/issues/9031))"
([#9080](https://github.com/AztecProtocol/aztec-packages/issues/9080))
([07e4c95](https://github.com/AztecProtocol/aztec-packages/commit/07e4c956494154685970849bc4dda60c25af31bc))
* Revert deletion of the old bbup
([#9146](https://github.com/AztecProtocol/aztec-packages/issues/9146))
([3138078](https://github.com/AztecProtocol/aztec-packages/commit/3138078f0062d8426b3c45ac47646169317ab795))
* Script for deploying the spartan network
([#9167](https://github.com/AztecProtocol/aztec-packages/issues/9167))
([4660cec](https://github.com/AztecProtocol/aztec-packages/commit/4660cec92802d0e165a2a1ddff08c6756348b527))
* Swap `pub` and `unconstrained` in function signatures
([#9237](https://github.com/AztecProtocol/aztec-packages/issues/9237))
([1c7e627](https://github.com/AztecProtocol/aztec-packages/commit/1c7e627e28eeabe0cbf9ccae45e107d66b0953b0))
* Update palla/update-env-vars-prover to add new env var to spartan
([#9069](https://github.com/AztecProtocol/aztec-packages/issues/9069))
([077a01c](https://github.com/AztecProtocol/aztec-packages/commit/077a01c9a10d5a30c85e881d4a786eed7e25c492))
* Update validator management policy to be parallel
([#9086](https://github.com/AztecProtocol/aztec-packages/issues/9086))
([f8267f2](https://github.com/AztecProtocol/aztec-packages/commit/f8267f292b9aabfa29e3e056cb42f56d5ad0f163))
* Wire bb skip cleanup for bb prover
([#9100](https://github.com/AztecProtocol/aztec-packages/issues/9100))
([bba5674](https://github.com/AztecProtocol/aztec-packages/commit/bba56743ece19986f8259c4cf5bfdd7573207054))


### Documentation

* Initial pass on node guide
([#9192](https://github.com/AztecProtocol/aztec-packages/issues/9192))
([0fa1423](https://github.com/AztecProtocol/aztec-packages/commit/0fa14238fa83e8ad3939db8d4afd664e179fa887))
</details>

<details><summary>barretenberg: 0.58.0</summary>

##
[0.58.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.57.0...barretenberg-v0.58.0)
(2024-10-18)


### ⚠ BREAKING CHANGES

* remove pedersen commitment
([#9107](https://github.com/AztecProtocol/aztec-packages/issues/9107))
* remove pedersen hash opcode
([#9245](https://github.com/AztecProtocol/aztec-packages/issues/9245))
* Brillig and AVM default all uninitialized memory cells to Field 0
([#9057](https://github.com/AztecProtocol/aztec-packages/issues/9057))
* **avm:** remove tags from wire format
([#9198](https://github.com/AztecProtocol/aztec-packages/issues/9198))
* remove keccak256 opcode from ACIR/Brillig
([#9104](https://github.com/AztecProtocol/aztec-packages/issues/9104))
* **avm:** more instr wire format takes u16
([#9174](https://github.com/AztecProtocol/aztec-packages/issues/9174))
* Brillig with a stack and conditional inlining
([#8989](https://github.com/AztecProtocol/aztec-packages/issues/8989))
* unrevert "feat: new per-enqueued-call gas limit"
([#9140](https://github.com/AztecProtocol/aztec-packages/issues/9140))

### Features

* **avm:** Codegen recursive_verifier.cpp
([#9204](https://github.com/AztecProtocol/aztec-packages/issues/9204))
([2592e50](https://github.com/AztecProtocol/aztec-packages/commit/2592e50b2bd9e76d35a3c9caac4d7042fe26b9b6)),
closes
[#8849](https://github.com/AztecProtocol/aztec-packages/issues/8849)
* **avm:** Constrain start and end l2/da gas
([#9031](https://github.com/AztecProtocol/aztec-packages/issues/9031))
([308c03b](https://github.com/AztecProtocol/aztec-packages/commit/308c03b9ad45001570e6232f88403de8cc7d3cfb)),
closes
[#9001](https://github.com/AztecProtocol/aztec-packages/issues/9001)
* **avm:** More instr wire format takes u16
([#9174](https://github.com/AztecProtocol/aztec-packages/issues/9174))
([3a01ad9](https://github.com/AztecProtocol/aztec-packages/commit/3a01ad93e21e9e6cd27b7a2a4c1e2c9f24d6363e))
* **avm:** Remove tags from wire format
([#9198](https://github.com/AztecProtocol/aztec-packages/issues/9198))
([68a7326](https://github.com/AztecProtocol/aztec-packages/commit/68a7326d9f2d4bd891acac12950289d6e9fbe617))
* Brillig and AVM default all uninitialized memory cells to Field 0
([#9057](https://github.com/AztecProtocol/aztec-packages/issues/9057))
([5861d4e](https://github.com/AztecProtocol/aztec-packages/commit/5861d4e5e8a72161dac910e0bc8e635e0d332793))
* Brillig with a stack and conditional inlining
([#8989](https://github.com/AztecProtocol/aztec-packages/issues/8989))
([409b7b8](https://github.com/AztecProtocol/aztec-packages/commit/409b7b8c6b43a91fc1b5be48aee0174d56d914d9))
* Browser tests for UltraHonk
([#9047](https://github.com/AztecProtocol/aztec-packages/issues/9047))
([f0d45dd](https://github.com/AztecProtocol/aztec-packages/commit/f0d45dd8d0c00707cd18989c3a45ff0c3cbc92a6))
* Integrate databus in the private kernels
([#9028](https://github.com/AztecProtocol/aztec-packages/issues/9028))
([1798b1c](https://github.com/AztecProtocol/aztec-packages/commit/1798b1cc701824dd268ed0e49e592febf01a1687))
* Modify contract instance to include public keys
([#9153](https://github.com/AztecProtocol/aztec-packages/issues/9153))
([17c6127](https://github.com/AztecProtocol/aztec-packages/commit/17c612740dc3563321bf69c1760de1ef88b22124))
* New per-enqueued-call gas limit
([#9033](https://github.com/AztecProtocol/aztec-packages/issues/9033))
([6ef0895](https://github.com/AztecProtocol/aztec-packages/commit/6ef0895ed9788c533b0caf2d2c30839552dabbcc))
* New world state
([#8776](https://github.com/AztecProtocol/aztec-packages/issues/8776))
([41f3934](https://github.com/AztecProtocol/aztec-packages/commit/41f393443396cae77e09a09df07d42e6d5ff5618))
* Replace Zeromorph with Shplemini in ECCVM
([#9102](https://github.com/AztecProtocol/aztec-packages/issues/9102))
([c857cd9](https://github.com/AztecProtocol/aztec-packages/commit/c857cd9167f696fc237b64ff579952001eba7d40))
* Structured commit
([#9027](https://github.com/AztecProtocol/aztec-packages/issues/9027))
([26f406b](https://github.com/AztecProtocol/aztec-packages/commit/26f406b0591b3f88cb37c5e8f7cb3cbfc625315e))
* Tracy time with instrumentation
([#9170](https://github.com/AztecProtocol/aztec-packages/issues/9170))
([1c008d9](https://github.com/AztecProtocol/aztec-packages/commit/1c008d9a2fad747142e8ca356d6c00cee1663f2c))
* Unrevert "feat: new per-enqueued-call gas limit"
([#9140](https://github.com/AztecProtocol/aztec-packages/issues/9140))
([1323a34](https://github.com/AztecProtocol/aztec-packages/commit/1323a34c50e7727435129aa31a05ae7bdfb0ca09))
* Use s3 cache in bootstrap fast
([#9111](https://github.com/AztecProtocol/aztec-packages/issues/9111))
([349f938](https://github.com/AztecProtocol/aztec-packages/commit/349f938601f7a4fdbdf83aea62c7b8c244bbe434))
* World State Re-orgs
([#9035](https://github.com/AztecProtocol/aztec-packages/issues/9035))
([04f4a7b](https://github.com/AztecProtocol/aztec-packages/commit/04f4a7b2ae141b7eee4464e8d2cc91460d0c650a))


### Bug Fixes

* Bb bootstrap_cache.sh
([#9254](https://github.com/AztecProtocol/aztec-packages/issues/9254))
([df37104](https://github.com/AztecProtocol/aztec-packages/commit/df3710477fc7d2e7c44e62b116bea74d4e14f930))
* Limit number of bb.js threads to 32
([#9070](https://github.com/AztecProtocol/aztec-packages/issues/9070))
([97e4b9b](https://github.com/AztecProtocol/aztec-packages/commit/97e4b9b2e0d37575b6b5e4c7a22f85b60d1f418b))
* Mac-build
([#9216](https://github.com/AztecProtocol/aztec-packages/issues/9216))
([80ea32c](https://github.com/AztecProtocol/aztec-packages/commit/80ea32cfda8c149980938382518c47a6da123e72))
* Make gate counting functions less confusing and avoid estimations
([#9046](https://github.com/AztecProtocol/aztec-packages/issues/9046))
([0bda0a4](https://github.com/AztecProtocol/aztec-packages/commit/0bda0a4d71ae0fb4352de0746f7d96b63b787888))
* Reduce SRS size back to normal
([#9098](https://github.com/AztecProtocol/aztec-packages/issues/9098))
([a306ea5](https://github.com/AztecProtocol/aztec-packages/commit/a306ea5ffeb13019427a96d8152e5642b717c5f6))
* Revert "feat: new per-enqueued-call gas limit"
([#9139](https://github.com/AztecProtocol/aztec-packages/issues/9139))
([7677ca5](https://github.com/AztecProtocol/aztec-packages/commit/7677ca5d9280ac9615a92be36d1958960dbd7353))
* Revert "feat: use s3 cache in bootstrap fast"
([#9181](https://github.com/AztecProtocol/aztec-packages/issues/9181))
([7872d09](https://github.com/AztecProtocol/aztec-packages/commit/7872d092c359298273d7ab1fc23fa61ae1973f8b))
* Revert "fix: Revert "feat: use s3 cache in bootstrap fast""
([#9182](https://github.com/AztecProtocol/aztec-packages/issues/9182))
([ce3d08a](https://github.com/AztecProtocol/aztec-packages/commit/ce3d08a18684da9f5b1289a2b9bdf60a66342590))
* **s3-cache:** Link extracted preset-release-world-state
([#9252](https://github.com/AztecProtocol/aztec-packages/issues/9252))
([8b2d7d9](https://github.com/AztecProtocol/aztec-packages/commit/8b2d7d9c962c975592e17424f4d0b70f9ca7acd4))


### Miscellaneous

* Add world_state_napi to bootstrap fast
([#9079](https://github.com/AztecProtocol/aztec-packages/issues/9079))
([e827056](https://github.com/AztecProtocol/aztec-packages/commit/e827056e652a4789c91a617587945d57163fa7ff))
* **avm:** Revert 9080 - re-introducing start/end gas constraining
([#9109](https://github.com/AztecProtocol/aztec-packages/issues/9109))
([763e9b8](https://github.com/AztecProtocol/aztec-packages/commit/763e9b8a98981545b68f96e5b49a0726fc3c80b3))
* **avm:** Type aliasing for VmPublicInputs
([#8884](https://github.com/AztecProtocol/aztec-packages/issues/8884))
([f3ed39b](https://github.com/AztecProtocol/aztec-packages/commit/f3ed39bf7be6f08bcfcabf6c04eb570f4d06ed27))
* **ci:** Parallelise CI for acir-test flows
([#9238](https://github.com/AztecProtocol/aztec-packages/issues/9238))
([73a7c23](https://github.com/AztecProtocol/aztec-packages/commit/73a7c231193d56fdbf2e1160be5ea8d58f5596bb))
* Configure trees instead of duplicating constants
([#9088](https://github.com/AztecProtocol/aztec-packages/issues/9088))
([c1150c9](https://github.com/AztecProtocol/aztec-packages/commit/c1150c9b28581985686b13ba97eb7f0066736652))
* **docs:** Rewriting bbup script, refactoring bb readme for clarity
([#9073](https://github.com/AztecProtocol/aztec-packages/issues/9073))
([662b61e](https://github.com/AztecProtocol/aztec-packages/commit/662b61e4c20a2d4217980922d4578f4dfeacae6b))
* Eccvm transcript builder
([#9026](https://github.com/AztecProtocol/aztec-packages/issues/9026))
([d2c9ae2](https://github.com/AztecProtocol/aztec-packages/commit/d2c9ae2853bb75cd736583406a57e96645bd2e88))
* Pass by const reference
([#9083](https://github.com/AztecProtocol/aztec-packages/issues/9083))
([764bba4](https://github.com/AztecProtocol/aztec-packages/commit/764bba4dd8a016d45b201562ec82f9a12de65c2d))
* Remove keccak256 opcode from ACIR/Brillig
([#9104](https://github.com/AztecProtocol/aztec-packages/issues/9104))
([4c1163a](https://github.com/AztecProtocol/aztec-packages/commit/4c1163a9e9516d298e55421f1cf0ed81081151dd))
* Remove pedersen commitment
([#9107](https://github.com/AztecProtocol/aztec-packages/issues/9107))
([1823bde](https://github.com/AztecProtocol/aztec-packages/commit/1823bde2b486827f33a87899074594f811cfbef4))
* Remove pedersen hash opcode
([#9245](https://github.com/AztecProtocol/aztec-packages/issues/9245))
([1f0538f](https://github.com/AztecProtocol/aztec-packages/commit/1f0538f00cadcf4325d2aa17bdb098d11ca3840f))
* Revert "feat(avm): constrain start and end l2/da gas
([#9031](https://github.com/AztecProtocol/aztec-packages/issues/9031))"
([#9080](https://github.com/AztecProtocol/aztec-packages/issues/9080))
([07e4c95](https://github.com/AztecProtocol/aztec-packages/commit/07e4c956494154685970849bc4dda60c25af31bc))
* Revert deletion of the old bbup
([#9146](https://github.com/AztecProtocol/aztec-packages/issues/9146))
([3138078](https://github.com/AztecProtocol/aztec-packages/commit/3138078f0062d8426b3c45ac47646169317ab795))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants