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!: Brillig with a stack and conditional inlining #8989

Merged
merged 43 commits into from
Oct 10, 2024

Conversation

sirasistant
Copy link
Contributor

@sirasistant sirasistant commented Oct 3, 2024

Adds a stack to brillig by using relative addressing. Also adds conditional inlining based on a heuristic on function size and callsite size. This should succesfully deduplicate any large shared function in the program that is not monomorphized.

@sirasistant sirasistant changed the title feat: Brillig with a stack and conditional inlining (WIP) feat: Brillig with a stack and conditional inlining [WIP] Oct 3, 2024
@sirasistant sirasistant marked this pull request as ready for review October 3, 2024 10:51
@sirasistant
Copy link
Contributor Author

Just taking out of draft to get some size metrics

Copy link
Contributor

github-actions bot commented Oct 3, 2024

Changes to public function bytecode sizes

Generated at commit: 4cdd2812d9fddc9ac724d3dec027c8f2f79da2c4, compared to commit: f4754f7ea9587edbe8367c49539f65d25e251e23

🧾 Summary (100% most significant diffs)

Program Bytecode size in bytes (+/-) %
AvmTest::elliptic_curve_add_and_double +522 ❌ +305.26%
AvmTest::assertion_failure +97 ❌ +115.48%
Child::set_value_with_two_nested_calls +621 ❌ +84.15%
AvmTest::get_fee_per_l2_gas +37 ❌ +53.62%
AvmTest::get_timestamp +37 ❌ +53.62%
AvmTest::get_sender +37 ❌ +53.62%
AvmTest::get_storage_address +37 ❌ +53.62%
AvmTest::get_version +37 ❌ +53.62%
AvmTest::get_fee_per_da_gas +37 ❌ +53.62%
AvmTest::get_da_gas_left +37 ❌ +53.62%
AvmTest::get_l2_gas_left +37 ❌ +53.62%
AvmTest::get_transaction_fee +37 ❌ +53.62%
AvmTest::get_address +37 ❌ +53.62%
AvmTest::get_chain_id +37 ❌ +53.62%
AvmTest::set_opcode_u8 +37 ❌ +53.62%
AvmTest::get_block_number +37 ❌ +53.62%
AvmTest::new_nullifier +37 ❌ +52.86%
AvmTest::new_note_hash +37 ❌ +52.86%
Test::emit_nullifier_public +37 ❌ +52.86%
AvmTest::set_opcode_u32 +37 ❌ +50.68%
AvmTest::nullifier_collision +37 ❌ +48.68%
AvmTest::set_opcode_u64 +37 ❌ +48.05%
DocsExample::spend_public_authwit +37 ❌ +46.84%
AvmTest::send_l2_to_l1_msg +37 ❌ +46.25%
Test::create_l2_to_l1_message_arbitrary_recipient_public +37 ❌ +46.25%
Test::dummy_public_call +37 ❌ +44.05%
AvmTest::set_opcode_small_field +37 ❌ +43.53%
AvmTest::add_args_return +37 ❌ +43.02%
AvmTest::modulo2 +37 ❌ +40.66%
AvmTest::assert_timestamp +37 ❌ +40.22%
AvmTest::nullifier_exists +37 ❌ +39.78%
AvmTest::note_hash_exists +37 ❌ +39.36%
AvmTest::l1_to_l2_msg_exists +37 ❌ +39.36%
AvmTest::assert_nullifier_exists +37 ❌ +37.76%
Test::is_time_equal +37 ❌ +37.76%
AvmTest::set_opcode_big_field +37 ❌ +36.63%
AvmTest::set_opcode_really_big_field +37 ❌ +36.63%
AvmTest::emit_nullifier_and_check +37 ❌ +35.58%
InclusionProofs::push_nullifier_public +37 ❌ +33.94%
AvmTest::assert_same +33 ❌ +32.67%
InclusionProofs::test_nullifier_inclusion_from_public +37 ❌ +28.03%
Child::pub_get_value +33 ❌ +26.83%
AvmTest::get_function_selector +37 ❌ +24.83%
AvmTest::check_selector +37 ❌ +22.56%
StaticChild::pub_get_value +33 ❌ +22.15%
AvmTest::add_u128 +33 ❌ +17.46%
Parent::pub_entry_point_twice +179 ❌ +17.06%
AvmTest::set_storage_single +37 ❌ +16.67%
Test::assert_public_global_vars +37 ❌ +16.30%
DelegatedOn::public_set_value +37 ❌ +16.23%
AvmTest::to_radix_le +37 ❌ +16.09%
AvmTest::set_storage_list +37 ❌ +15.23%
DocsExample::update_leader +37 ❌ +13.17%
Router::_check_block_number +144 ❌ +12.20%
Router::_check_timestamp +144 ❌ +12.03%
Child::pub_set_value +37 ❌ +11.78%
StaticChild::pub_set_value +37 ❌ +11.78%
AvmTest::return_oracle +37 ❌ +11.28%
FPC::pay_refund_with_shielded_rebate +169 ❌ +11.00%
NFT::_store_point_in_transient_storage +37 ❌ +10.98%
AvmTest::pedersen_commit +37 ❌ +10.57%
AvmTest::test_get_contract_instance_raw +37 ❌ +10.14%
DocsExample::get_shared_immutable_constrained_public_indirect +41 ❌ +9.74%
TokenBlacklist::_reduce_total_supply +80 ❌ +9.13%
Token::_reduce_total_supply +80 ❌ +9.13%
AvmTest::assert_calldata_copy +37 ❌ +8.67%
Lending::init +234 ❌ +8.50%
AvmTest::read_storage_single +37 ❌ +8.41%
AvmTest::variable_base_msm +37 ❌ +8.37%
AvmTest::keccak_f1600 +37 ❌ +7.96%
Uniswap::_assert_token_is_same +37 ❌ +7.94%
AvmInitializerTest::read_storage_immutable +37 ❌ +7.72%
Child::public_dispatch +413 ❌ +7.52%
NFT::public_get_symbol +37 ❌ +7.40%
TokenBridge::get_token +37 ❌ +7.40%
Token::get_admin +37 ❌ +7.40%
NFT::get_admin +37 ❌ +7.33%
NFT::public_get_name +37 ❌ +7.33%
Token::public_get_name +37 ❌ +7.33%
Token::public_get_symbol +37 ❌ +7.33%
TokenBridge::_assert_token_is_same +37 ❌ +7.16%
Token::public_get_decimals +37 ❌ +7.12%
AvmTest::elliptic_curve_add +37 ❌ +7.10%
DocsExample::get_shared_immutable_constrained_public +37 ❌ +7.09%
TokenBridge::get_portal_address_public +37 ❌ +6.89%
FPC::pay_refund +112 ❌ +6.74%
AvmTest::set_read_storage_single +37 ❌ +6.28%
TokenBlacklist::total_supply +37 ❌ +6.15%
Token::total_supply +37 ❌ +6.15%
EasyPrivateVoting::end_vote +37 ❌ +5.80%
NFT::set_admin +37 ❌ +5.79%
Token::set_admin +37 ❌ +5.79%
AvmTest::nested_static_call_to_set_storage +37 ❌ +5.47%
Child::pub_inc_value +37 ❌ +5.47%
ImportTest::pub_call_public_fn +37 ❌ +5.47%
StaticChild::pub_inc_value +37 ❌ +5.47%
AvmTest::create_same_nullifier_in_nested_call +37 ❌ +5.41%
AvmTest::create_different_nullifier_in_nested_call +37 ❌ +5.32%
AvmTest::read_storage_list +33 ❌ +5.31%
StaticChild::pub_illegal_inc_value +37 ❌ +5.30%
Child::pub_inc_value_internal +37 ❌ +5.26%
AvmTest::u128_from_integer_overflow +37 ❌ +5.12%
DocsExample::initialize_public_immutable +37 ❌ +4.71%
DocsExample::initialize_shared_immutable +37 ❌ +4.71%
StaticParent::public_get_value_from_child +33 ❌ +4.65%
DocsExample::get_shared_immutable_constrained_public_multiple +33 ❌ +4.61%
Parent::pub_entry_point +33 ❌ +4.60%
StaticParent::public_call +33 ❌ +4.60%
AvmTest::test_get_contract_instance +37 ❌ +4.40%
AuthWitTest::consume_public +37 ❌ +4.21%
Delegator::public_delegate_set_value +37 ❌ +4.21%
Child::set_value_twice_with_nested_first +37 ❌ +4.02%
Child::set_value_twice_with_nested_last +37 ❌ +4.02%
AvmTest::nested_call_to_add_with_gas +33 ❌ +3.94%
AvmTest::nested_call_to_add +33 ❌ +3.82%
AvmTest::nested_call_to_assert_same +33 ❌ +3.82%
AvmTest::nested_static_call_to_add +33 ❌ +3.82%
Test::create_l2_to_l1_message_public +85 ❌ +3.65%
AvmTest::get_args_hash +55 ❌ +3.38%
Parent::public_static_call +33 ❌ +3.36%
StaticParent::public_static_call +33 ❌ +3.36%
TokenBridge::_call_mint_on_token +37 ❌ +2.96%
DelegatedOn::public_dispatch +37 ❌ +2.95%
Crowdfunding::_publish_donation_receipts +37 ❌ +2.91%
AvmTest::debug_logging +37 ❌ +2.78%
AvmTest::pedersen_hash +81 ❌ +2.38%
AvmTest::pedersen_hash_with_index +81 ❌ +2.38%
Delegator::public_dispatch +48 ❌ +2.37%
AvmTest::poseidon2_hash +37 ❌ +2.37%
Test::emit_unencrypted +37 ❌ +2.28%
ImportTest::public_dispatch +37 ❌ +2.14%
Uniswap::swap_public +290 ❌ +1.89%
FeeJuice::check_balance +41 ❌ +1.88%
AvmTest::emit_unencrypted_log +37 ❌ +1.26%
AvmTest::keccak_hash +33 ❌ +1.21%
AvmInitializerTest::constructor +14 ❌ +0.49%
AuthWitTest::public_dispatch +8 ❌ +0.36%
CardGame::on_cards_claimed +21 ❌ +0.28%
AvmInitializerTest::public_dispatch +10 ❌ +0.27%
StaticParent::public_nested_static_call -9 ✅ -0.66%
Lending::get_assets -6 ✅ -0.71%
Auth::get_authorized_delay -22 ✅ -1.00%
Lending::get_asset -25 ✅ -1.21%
NFT::set_minter -35 ✅ -1.74%
Token::set_minter -35 ✅ -1.74%
CardGame::on_game_joined -83 ✅ -1.74%
StatefulTest::increment_public_value -35 ✅ -1.77%
TokenBlacklist::balance_of_public -35 ✅ -1.79%
Token::balance_of_public -35 ✅ -1.79%
StatefulTest::increment_public_value_no_init_check -35 ✅ -1.80%
FeeJuice::balance_of_public -35 ✅ -1.83%
Benchmarking::broadcast -35 ✅ -1.87%
NFT::is_minter -35 ✅ -1.87%
Token::is_minter -35 ✅ -1.87%
PriceFeed::get_price -35 ✅ -1.89%
AuthRegistry::is_reject_all -35 ✅ -1.91%
StatefulTest::get_public_value -35 ✅ -1.92%
AvmTest::read_storage_map -35 ✅ -1.93%
PriceFeed::set_price -35 ✅ -1.93%
NFT::_finish_transfer_to_public -35 ✅ -1.97%
AuthRegistry::set_reject_all -35 ✅ -2.03%
Token::assert_minter_and_mint -56 ✅ -2.29%
FeeJuice::set_portal -32 ✅ -3.15%
NFT::finalize_transfer_to_private -209 ✅ -3.39%
Lending::_deposit -94 ✅ -3.78%
CardGame::on_card_played -232 ✅ -4.05%
Auth::get_authorized -105 ✅ -5.30%
Auth::get_scheduled_authorized -101 ✅ -5.38%
AvmTest::u128_addition_overflow -77 ✅ -5.67%
DocsExample::public_dispatch -346 ✅ -5.97%
Lending::repay_public -128 ✅ -6.89%
TestLog::public_dispatch -260 ✅ -7.53%
TokenBridge::exit_to_l1_public -717 ✅ -8.92%
Lending::deposit_public -185 ✅ -9.12%
CardGame::start_game -681 ✅ -9.35%
AvmTest::sha256_hash -388 ✅ -10.94%
Parent::public_nested_static_call -529 ✅ -11.76%
TestLog::emit_unencrypted_events -313 ✅ -14.69%
TokenBridge::constructor -676 ✅ -15.97%
PrivateFPC::public_dispatch -847 ✅ -16.15%
PrivateFPC::constructor -684 ✅ -16.71%
StatefulTest::public_constructor -804 ✅ -17.64%
AvmTest::bulk_testing -5,654 ✅ -17.69%
StaticChild::public_dispatch -657 ✅ -17.86%
Auth::constructor -758 ✅ -18.11%
FPC::constructor -758 ✅ -18.21%
Uniswap::constructor -758 ✅ -18.21%
Test::consume_message_from_arbitrary_sender_public -1,607 ✅ -18.64%
FPC::public_dispatch -2,191 ✅ -18.69%
EasyPrivateVoting::constructor -864 ✅ -19.46%
Claim::public_dispatch -1,132 ✅ -19.84%
Crowdfunding::public_dispatch -1,673 ✅ -20.41%
InclusionProofs::public_dispatch -1,164 ✅ -20.63%
Token::mint_private -912 ✅ -20.86%
Spam::public_dispatch -956 ✅ -20.98%
Benchmarking::increment_balance -842 ✅ -21.17%
StaticParent::public_dispatch -1,646 ✅ -21.17%
NFT::owner_of -696 ✅ -21.30%
Claim::constructor -974 ✅ -21.38%
TokenBlacklist::_increase_public_balance -729 ✅ -21.63%
Token::_increase_public_balance -729 ✅ -21.63%
TokenBlacklist::get_roles -723 ✅ -21.67%
InclusionProofs::constructor -824 ✅ -21.89%
Parent::public_dispatch -2,538 ✅ -22.51%
PriceFeed::public_dispatch -1,120 ✅ -22.72%
Spam::public_spam -793 ✅ -23.39%
Router::public_dispatch -905 ✅ -23.52%
Crowdfunding::init -1,241 ✅ -24.20%
Uniswap::public_dispatch -8,332 ✅ -24.89%
TokenBlacklist::mint_private -1,524 ✅ -26.06%
Benchmarking::public_dispatch -1,910 ✅ -27.23%
TokenBridge::claim_public -4,084 ✅ -27.60%
FeeJuice::_increase_public_balance -927 ✅ -27.79%
EasyPrivateVoting::add_to_tally_public -1,022 ✅ -30.30%
Token::constructor -2,383 ✅ -30.41%
NFT::constructor -2,256 ✅ -30.71%
Test::consume_mint_public_message -4,108 ✅ -30.75%
EasyPrivateVoting::public_dispatch -2,827 ✅ -30.76%
NFT::transfer_in_public -1,743 ✅ -31.35%
Token::complete_refund -1,513 ✅ -31.85%
AppSubscription::public_dispatch -2,634 ✅ -32.76%
AppSubscription::constructor -2,024 ✅ -33.34%
Token::burn_public -2,493 ✅ -34.09%
Lending::get_position -2,635 ✅ -34.69%
Uniswap::_approve_bridge_and_exit_input_asset_to_L1 -3,263 ✅ -34.76%
TokenBridge::public_dispatch -11,194 ✅ -34.78%
AuthRegistry::is_consumable -1,064 ✅ -35.06%
AvmTest::set_storage_map -994 ✅ -35.53%
AuthRegistry::_set_authorized -1,064 ✅ -36.09%
StatefulTest::public_dispatch -4,536 ✅ -36.26%
AuthRegistry::set_authorized -1,064 ✅ -36.43%
Token::mint_public -1,910 ✅ -36.48%
Token::shield -3,288 ✅ -37.04%
AvmTest::public_dispatch -34,899 ✅ -37.30%
FeeJuice::public_dispatch -3,820 ✅ -38.73%
Lending::_withdraw -5,406 ✅ -40.53%
Lending::_repay -3,884 ✅ -41.50%
TokenBlacklist::burn_public -4,298 ✅ -41.82%
Auth::set_authorized_delay -4,151 ✅ -41.98%
CardGame::public_dispatch -11,725 ✅ -42.14%
Auth::set_authorized -4,259 ✅ -42.23%
Test::public_dispatch -13,845 ✅ -42.25%
NFT::public_dispatch -16,879 ✅ -42.34%
TokenBlacklist::shield -5,088 ✅ -42.97%
TokenBlacklist::constructor -6,553 ✅ -44.44%
NFT::mint -2,794 ✅ -47.16%
Lending::_borrow -7,455 ✅ -48.64%
TokenBlacklist::update_roles -7,144 ✅ -49.03%
Token::transfer_public -4,797 ✅ -49.31%
AvmTest::add_storage_map -2,081 ✅ -49.51%
TokenBlacklist::mint_public -5,164 ✅ -53.89%
Token::public_dispatch -37,691 ✅ -56.19%
Lending::update_accumulator -7,304 ✅ -57.14%
TokenBlacklist::transfer_public -9,156 ✅ -58.84%
AuthRegistry::consume -5,173 ✅ -62.78%
Auth::public_dispatch -18,786 ✅ -63.01%
AuthRegistry::public_dispatch -14,928 ✅ -64.32%
Lending::public_dispatch -50,858 ✅ -65.01%
TokenBlacklist::public_dispatch -104,637 ✅ -79.98%

Full diff report 👇
Program Bytecode size in bytes (+/-) %
AvmTest::elliptic_curve_add_and_double 693 (+522) +305.26%
AvmTest::assertion_failure 181 (+97) +115.48%
Child::set_value_with_two_nested_calls 1,359 (+621) +84.15%
AvmTest::get_fee_per_l2_gas 106 (+37) +53.62%
AvmTest::get_timestamp 106 (+37) +53.62%
AvmTest::get_sender 106 (+37) +53.62%
AvmTest::get_storage_address 106 (+37) +53.62%
AvmTest::get_version 106 (+37) +53.62%
AvmTest::get_fee_per_da_gas 106 (+37) +53.62%
AvmTest::get_da_gas_left 106 (+37) +53.62%
AvmTest::get_l2_gas_left 106 (+37) +53.62%
AvmTest::get_transaction_fee 106 (+37) +53.62%
AvmTest::get_address 106 (+37) +53.62%
AvmTest::get_chain_id 106 (+37) +53.62%
AvmTest::set_opcode_u8 106 (+37) +53.62%
AvmTest::get_block_number 106 (+37) +53.62%
AvmTest::new_nullifier 107 (+37) +52.86%
AvmTest::new_note_hash 107 (+37) +52.86%
Test::emit_nullifier_public 107 (+37) +52.86%
AvmTest::set_opcode_u32 110 (+37) +50.68%
AvmTest::nullifier_collision 113 (+37) +48.68%
AvmTest::set_opcode_u64 114 (+37) +48.05%
DocsExample::spend_public_authwit 116 (+37) +46.84%
AvmTest::send_l2_to_l1_msg 117 (+37) +46.25%
Test::create_l2_to_l1_message_arbitrary_recipient_public 117 (+37) +46.25%
Test::dummy_public_call 121 (+37) +44.05%
AvmTest::set_opcode_small_field 122 (+37) +43.53%
AvmTest::add_args_return 123 (+37) +43.02%
AvmTest::modulo2 128 (+37) +40.66%
AvmTest::assert_timestamp 129 (+37) +40.22%
AvmTest::nullifier_exists 130 (+37) +39.78%
AvmTest::note_hash_exists 131 (+37) +39.36%
AvmTest::l1_to_l2_msg_exists 131 (+37) +39.36%
AvmTest::assert_nullifier_exists 135 (+37) +37.76%
Test::is_time_equal 135 (+37) +37.76%
AvmTest::set_opcode_big_field 138 (+37) +36.63%
AvmTest::set_opcode_really_big_field 138 (+37) +36.63%
AvmTest::emit_nullifier_and_check 141 (+37) +35.58%
InclusionProofs::push_nullifier_public 146 (+37) +33.94%
AvmTest::assert_same 134 (+33) +32.67%
InclusionProofs::test_nullifier_inclusion_from_public 169 (+37) +28.03%
Child::pub_get_value 156 (+33) +26.83%
AvmTest::get_function_selector 186 (+37) +24.83%
AvmTest::check_selector 201 (+37) +22.56%
StaticChild::pub_get_value 182 (+33) +22.15%
AvmTest::add_u128 222 (+33) +17.46%
Parent::pub_entry_point_twice 1,228 (+179) +17.06%
AvmTest::set_storage_single 259 (+37) +16.67%
Test::assert_public_global_vars 264 (+37) +16.30%
DelegatedOn::public_set_value 265 (+37) +16.23%
AvmTest::to_radix_le 267 (+37) +16.09%
AvmTest::set_storage_list 280 (+37) +15.23%
DocsExample::update_leader 318 (+37) +13.17%
Router::_check_block_number 1,324 (+144) +12.20%
Router::_check_timestamp 1,341 (+144) +12.03%
Child::pub_set_value 351 (+37) +11.78%
StaticChild::pub_set_value 351 (+37) +11.78%
AvmTest::return_oracle 365 (+37) +11.28%
FPC::pay_refund_with_shielded_rebate 1,705 (+169) +11.00%
NFT::_store_point_in_transient_storage 374 (+37) +10.98%
AvmTest::pedersen_commit 387 (+37) +10.57%
AvmTest::test_get_contract_instance_raw 402 (+37) +10.14%
DocsExample::get_shared_immutable_constrained_public_indirect 462 (+41) +9.74%
TokenBlacklist::_reduce_total_supply 956 (+80) +9.13%
Token::_reduce_total_supply 956 (+80) +9.13%
AvmTest::assert_calldata_copy 464 (+37) +8.67%
Lending::init 2,988 (+234) +8.50%
AvmTest::read_storage_single 477 (+37) +8.41%
AvmTest::variable_base_msm 479 (+37) +8.37%
AvmTest::keccak_f1600 502 (+37) +7.96%
Uniswap::_assert_token_is_same 503 (+37) +7.94%
AvmInitializerTest::read_storage_immutable 516 (+37) +7.72%
Child::public_dispatch 5,907 (+413) +7.52%
NFT::public_get_symbol 537 (+37) +7.40%
TokenBridge::get_token 537 (+37) +7.40%
Token::get_admin 537 (+37) +7.40%
NFT::get_admin 542 (+37) +7.33%
NFT::public_get_name 542 (+37) +7.33%
Token::public_get_name 542 (+37) +7.33%
Token::public_get_symbol 542 (+37) +7.33%
TokenBridge::_assert_token_is_same 554 (+37) +7.16%
Token::public_get_decimals 557 (+37) +7.12%
AvmTest::elliptic_curve_add 558 (+37) +7.10%
DocsExample::get_shared_immutable_constrained_public 559 (+37) +7.09%
TokenBridge::get_portal_address_public 574 (+37) +6.89%
FPC::pay_refund 1,773 (+112) +6.74%
AvmTest::set_read_storage_single 626 (+37) +6.28%
TokenBlacklist::total_supply 639 (+37) +6.15%
Token::total_supply 639 (+37) +6.15%
EasyPrivateVoting::end_vote 675 (+37) +5.80%
NFT::set_admin 676 (+37) +5.79%
Token::set_admin 676 (+37) +5.79%
AvmTest::nested_static_call_to_set_storage 713 (+37) +5.47%
Child::pub_inc_value 714 (+37) +5.47%
ImportTest::pub_call_public_fn 714 (+37) +5.47%
StaticChild::pub_inc_value 714 (+37) +5.47%
AvmTest::create_same_nullifier_in_nested_call 721 (+37) +5.41%
AvmTest::create_different_nullifier_in_nested_call 732 (+37) +5.32%
AvmTest::read_storage_list 654 (+33) +5.31%
StaticChild::pub_illegal_inc_value 735 (+37) +5.30%
Child::pub_inc_value_internal 740 (+37) +5.26%
AvmTest::u128_from_integer_overflow 760 (+37) +5.12%
DocsExample::initialize_public_immutable 823 (+37) +4.71%
DocsExample::initialize_shared_immutable 823 (+37) +4.71%
StaticParent::public_get_value_from_child 742 (+33) +4.65%
DocsExample::get_shared_immutable_constrained_public_multiple 749 (+33) +4.61%
Parent::pub_entry_point 751 (+33) +4.60%
StaticParent::public_call 751 (+33) +4.60%
AvmTest::test_get_contract_instance 878 (+37) +4.40%
AuthWitTest::consume_public 915 (+37) +4.21%
Delegator::public_delegate_set_value 916 (+37) +4.21%
Child::set_value_twice_with_nested_first 957 (+37) +4.02%
Child::set_value_twice_with_nested_last 957 (+37) +4.02%
AvmTest::nested_call_to_add_with_gas 871 (+33) +3.94%
AvmTest::nested_call_to_add 896 (+33) +3.82%
AvmTest::nested_call_to_assert_same 896 (+33) +3.82%
AvmTest::nested_static_call_to_add 896 (+33) +3.82%
Test::create_l2_to_l1_message_public 2,415 (+85) +3.65%
AvmTest::get_args_hash 1,684 (+55) +3.38%
Parent::public_static_call 1,015 (+33) +3.36%
StaticParent::public_static_call 1,015 (+33) +3.36%
TokenBridge::_call_mint_on_token 1,286 (+37) +2.96%
DelegatedOn::public_dispatch 1,293 (+37) +2.95%
Crowdfunding::_publish_donation_receipts 1,307 (+37) +2.91%
AvmTest::debug_logging 1,368 (+37) +2.78%
AvmTest::pedersen_hash 3,482 (+81) +2.38%
AvmTest::pedersen_hash_with_index 3,482 (+81) +2.38%
Delegator::public_dispatch 2,073 (+48) +2.37%
AvmTest::poseidon2_hash 1,600 (+37) +2.37%
Test::emit_unencrypted 1,660 (+37) +2.28%
ImportTest::public_dispatch 1,769 (+37) +2.14%
Uniswap::swap_public 15,606 (+290) +1.89%
FeeJuice::check_balance 2,217 (+41) +1.88%
AvmTest::emit_unencrypted_log 2,964 (+37) +1.26%
AvmTest::keccak_hash 2,752 (+33) +1.21%
AvmInitializerTest::constructor 2,891 (+14) +0.49%
AuthWitTest::public_dispatch 2,209 (+8) +0.36%
CardGame::on_cards_claimed 7,493 (+21) +0.28%
AvmInitializerTest::public_dispatch 3,681 (+10) +0.27%
StaticParent::public_nested_static_call 1,365 (-9) -0.66%
Lending::get_assets 838 (-6) -0.71%
Auth::get_authorized_delay 2,183 (-22) -1.00%
Lending::get_asset 2,039 (-25) -1.21%
NFT::set_minter 1,975 (-35) -1.74%
Token::set_minter 1,975 (-35) -1.74%
CardGame::on_game_joined 4,681 (-83) -1.74%
StatefulTest::increment_public_value 1,943 (-35) -1.77%
TokenBlacklist::balance_of_public 1,921 (-35) -1.79%
Token::balance_of_public 1,921 (-35) -1.79%
StatefulTest::increment_public_value_no_init_check 1,909 (-35) -1.80%
FeeJuice::balance_of_public 1,882 (-35) -1.83%
Benchmarking::broadcast 1,840 (-35) -1.87%
NFT::is_minter 1,839 (-35) -1.87%
Token::is_minter 1,839 (-35) -1.87%
PriceFeed::get_price 1,821 (-35) -1.89%
AuthRegistry::is_reject_all 1,800 (-35) -1.91%
StatefulTest::get_public_value 1,790 (-35) -1.92%
AvmTest::read_storage_map 1,779 (-35) -1.93%
PriceFeed::set_price 1,775 (-35) -1.93%
NFT::_finish_transfer_to_public 1,740 (-35) -1.97%
AuthRegistry::set_reject_all 1,691 (-35) -2.03%
Token::assert_minter_and_mint 2,388 (-56) -2.29%
FeeJuice::set_portal 985 (-32) -3.15%
NFT::finalize_transfer_to_private 5,957 (-209) -3.39%
Lending::_deposit 2,394 (-94) -3.78%
CardGame::on_card_played 5,491 (-232) -4.05%
Auth::get_authorized 1,875 (-105) -5.30%
Auth::get_scheduled_authorized 1,778 (-101) -5.38%
AvmTest::u128_addition_overflow 1,280 (-77) -5.67%
DocsExample::public_dispatch 5,454 (-346) -5.97%
Lending::repay_public 1,730 (-128) -6.89%
TestLog::public_dispatch 3,195 (-260) -7.53%
TokenBridge::exit_to_l1_public 7,318 (-717) -8.92%
Lending::deposit_public 1,843 (-185) -9.12%
CardGame::start_game 6,601 (-681) -9.35%
AvmTest::sha256_hash 3,158 (-388) -10.94%
Parent::public_nested_static_call 3,971 (-529) -11.76%
TestLog::emit_unencrypted_events 1,817 (-313) -14.69%
TokenBridge::constructor 3,556 (-676) -15.97%
PrivateFPC::public_dispatch 4,397 (-847) -16.15%
PrivateFPC::constructor 3,410 (-684) -16.71%
StatefulTest::public_constructor 3,754 (-804) -17.64%
AvmTest::bulk_testing 26,310 (-5,654) -17.69%
StaticChild::public_dispatch 3,022 (-657) -17.86%
Auth::constructor 3,427 (-758) -18.11%
FPC::constructor 3,405 (-758) -18.21%
Uniswap::constructor 3,405 (-758) -18.21%
Test::consume_message_from_arbitrary_sender_public 7,014 (-1,607) -18.64%
FPC::public_dispatch 9,529 (-2,191) -18.69%
EasyPrivateVoting::constructor 3,576 (-864) -19.46%
Claim::public_dispatch 4,573 (-1,132) -19.84%
Crowdfunding::public_dispatch 6,522 (-1,673) -20.41%
InclusionProofs::public_dispatch 4,479 (-1,164) -20.63%
Token::mint_private 3,461 (-912) -20.86%
Spam::public_dispatch 3,600 (-956) -20.98%
Benchmarking::increment_balance 3,136 (-842) -21.17%
StaticParent::public_dispatch 6,128 (-1,646) -21.17%
NFT::owner_of 2,571 (-696) -21.30%
Claim::constructor 3,581 (-974) -21.38%
TokenBlacklist::_increase_public_balance 2,641 (-729) -21.63%
Token::_increase_public_balance 2,641 (-729) -21.63%
TokenBlacklist::get_roles 2,613 (-723) -21.67%
InclusionProofs::constructor 2,941 (-824) -21.89%
Parent::public_dispatch 8,738 (-2,538) -22.51%
PriceFeed::public_dispatch 3,809 (-1,120) -22.72%
Spam::public_spam 2,597 (-793) -23.39%
Router::public_dispatch 2,942 (-905) -23.52%
Crowdfunding::init 3,888 (-1,241) -24.20%
Uniswap::public_dispatch 25,138 (-8,332) -24.89%
TokenBlacklist::mint_private 4,325 (-1,524) -26.06%
Benchmarking::public_dispatch 5,105 (-1,910) -27.23%
TokenBridge::claim_public 10,712 (-4,084) -27.60%
FeeJuice::_increase_public_balance 2,409 (-927) -27.79%
EasyPrivateVoting::add_to_tally_public 2,351 (-1,022) -30.30%
Token::constructor 5,452 (-2,383) -30.41%
NFT::constructor 5,090 (-2,256) -30.71%
Test::consume_mint_public_message 9,253 (-4,108) -30.75%
EasyPrivateVoting::public_dispatch 6,363 (-2,827) -30.76%
NFT::transfer_in_public 3,816 (-1,743) -31.35%
Token::complete_refund 3,237 (-1,513) -31.85%
AppSubscription::public_dispatch 5,406 (-2,634) -32.76%
AppSubscription::constructor 4,047 (-2,024) -33.34%
Token::burn_public 4,820 (-2,493) -34.09%
Lending::get_position 4,961 (-2,635) -34.69%
Uniswap::_approve_bridge_and_exit_input_asset_to_L1 6,124 (-3,263) -34.76%
TokenBridge::public_dispatch 20,992 (-11,194) -34.78%
AuthRegistry::is_consumable 1,971 (-1,064) -35.06%
AvmTest::set_storage_map 1,804 (-994) -35.53%
AuthRegistry::_set_authorized 1,884 (-1,064) -36.09%
StatefulTest::public_dispatch 7,974 (-4,536) -36.26%
AuthRegistry::set_authorized 1,857 (-1,064) -36.43%
Token::mint_public 3,326 (-1,910) -36.48%
Token::shield 5,589 (-3,288) -37.04%
AvmTest::public_dispatch 58,672 (-34,899) -37.30%
FeeJuice::public_dispatch 6,043 (-3,820) -38.73%
Lending::_withdraw 7,933 (-5,406) -40.53%
Lending::_repay 5,474 (-3,884) -41.50%
TokenBlacklist::burn_public 5,979 (-4,298) -41.82%
Auth::set_authorized_delay 5,738 (-4,151) -41.98%
CardGame::public_dispatch 16,097 (-11,725) -42.14%
Auth::set_authorized 5,826 (-4,259) -42.23%
Test::public_dispatch 18,925 (-13,845) -42.25%
NFT::public_dispatch 22,982 (-16,879) -42.34%
TokenBlacklist::shield 6,753 (-5,088) -42.97%
TokenBlacklist::constructor 8,192 (-6,553) -44.44%
NFT::mint 3,131 (-2,794) -47.16%
Lending::_borrow 7,871 (-7,455) -48.64%
TokenBlacklist::update_roles 7,426 (-7,144) -49.03%
Token::transfer_public 4,931 (-4,797) -49.31%
AvmTest::add_storage_map 2,122 (-2,081) -49.51%
TokenBlacklist::mint_public 4,418 (-5,164) -53.89%
Token::public_dispatch 29,386 (-37,691) -56.19%
Lending::update_accumulator 5,479 (-7,304) -57.14%
TokenBlacklist::transfer_public 6,406 (-9,156) -58.84%
AuthRegistry::consume 3,067 (-5,173) -62.78%
Auth::public_dispatch 11,029 (-18,786) -63.01%
AuthRegistry::public_dispatch 8,281 (-14,928) -64.32%
Lending::public_dispatch 27,371 (-50,858) -65.01%
TokenBlacklist::public_dispatch 26,193 (-104,637) -79.98%

Copy link
Contributor

github-actions bot commented Oct 3, 2024

Changes to circuit sizes

Generated at commit: 4cdd2812d9fddc9ac724d3dec027c8f2f79da2c4, compared to commit: f4754f7ea9587edbe8367c49539f65d25e251e23

🧾 Summary (100% most significant diffs)

Program ACIR opcodes (+/-) % Circuit size (+/-) %
private_kernel_tail -96 ✅ -2.02% -20 ✅ -0.22%

Full diff report 👇
Program ACIR opcodes (+/-) % Circuit size (+/-) %
private_kernel_tail 4,648 (-96) -2.02% 9,021 (-20) -0.22%

@sirasistant
Copy link
Contributor Author

Will fix transpiler now

@TomAFrench
Copy link
Member

TomAFrench commented Oct 10, 2024

Is there an ETA on when the AVM team is going to be ready for this PR to be merged? I'm fine with it sitting for a while but I just want to make sure I've got the other serialisation change PRs ready to go at the same time.

@sirasistant
Copy link
Contributor Author

@jeanmon is just testing e2e the impl

@sirasistant sirasistant enabled auto-merge (squash) October 10, 2024 17:51
@fcarreiro fcarreiro changed the title feat!: Brillig with a stack and conditional inlining [WIP] feat!: Brillig with a stack and conditional inlining Oct 10, 2024
@ludamad ludamad disabled auto-merge October 10, 2024 19:19
@ludamad ludamad merged commit 409b7b8 into master Oct 10, 2024
8 checks passed
@ludamad ludamad deleted the arv/stack_implementation branch October 10, 2024 19:19
TomAFrench added a commit that referenced this pull request Oct 10, 2024
* master: (155 commits)
  fix(ci): don't report for now on kind-network-test (#9163)
  chore(ci): disable gossip_network.test.ts (#9165)
  chore: script for deploying the spartan network (#9167)
  feat!: Brillig with a stack and conditional inlining (#8989)
  fix: spartan account pre-funding (#9161)
  chore: reenable sync test (#9160)
  feat: Browser tests for UltraHonk (#9047)
  feat: make index in inbox global (#9110)
  feat: add sequencer address to metrics (#9145)
  feat: add validator address to logs (#9143)
  refactor(avm): type aliasing for VmPublicInputs (#8884)
  feat: drop epoch duration / block times (#9149)
  feat: stable deployments for spartan (#9147)
  fix: e2e-p2p attestation timeout (#9154)
  feat!: unrevert "feat: new per-enqueued-call gas limit" (#9140)
  feat: better tracing/metrics in validator and archiver (#9108)
  chore: revert deletion of the old bbup (#9146)
  chore(docs): rewriting bbup script, refactoring bb readme for clarity (#9073)
  git subrepo push --branch=master noir-projects/aztec-nr
  git_subrepo.sh: Fix parent in .gitrepo file. [skip ci]
  ...
TomAFrench added a commit that referenced this pull request Oct 11, 2024
This PR removes the keccak256 opcode as we never emit this now,
preferring keccakf1600. As we have #8989 making a breaking change to
serialisation, this is a good time to do this to avoid an extra
serialisation change.
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).
github-merge-queue bot pushed a commit to noir-lang/noir that referenced this pull request Oct 22, 2024
Automated pull of Noir development from
[aztec-packages](https://github.com/AztecProtocol/aztec-packages).
BEGIN_COMMIT_OVERRIDE
feat: Sync from noir
(AztecProtocol/aztec-packages#9275)
chore!: remove pedersen commitment
(AztecProtocol/aztec-packages#9107)
fix: remove need for duplicate attributes on each function
(AztecProtocol/aztec-packages#9244)
chore!: remove pedersen hash opcode
(AztecProtocol/aztec-packages#9245)
feat!: Brillig and AVM default all uninitialized memory cells to Field 0
(AztecProtocol/aztec-packages#9057)
feat: Sync from noir
(AztecProtocol/aztec-packages#9099)
chore: swap `pub` and `unconstrained` in function signatures
(AztecProtocol/aztec-packages#9237)
chore!: remove keccak256 opcode from ACIR/Brillig
(AztecProtocol/aztec-packages#9104)
feat!: Brillig with a stack and conditional inlining
(AztecProtocol/aztec-packages#8989)
feat: Integrate databus in the private kernels
(AztecProtocol/aztec-packages#9028)
feat: Sync from noir
(AztecProtocol/aztec-packages#9034)
chore: prove_then_verify_ultra_honk on all existing acir tests
(AztecProtocol/aztec-packages#9042)
refactor(avm)!: remove CMOV opcode
(AztecProtocol/aztec-packages#9030)
feat: Sync from noir
(AztecProtocol/aztec-packages#8934)
END_COMMIT_OVERRIDE

---------

Co-authored-by: TomAFrench <tom@tomfren.ch>
github-merge-queue bot pushed a commit to noir-lang/noir that referenced this pull request Oct 23, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>0.36.0</summary>

## [0.36.0](v0.35.0...v0.36.0)
(2024-10-22)


### ⚠ BREAKING CHANGES

* remove pedersen commitment
(AztecProtocol/aztec-packages#9107)
* remove pedersen hash opcode
(AztecProtocol/aztec-packages#9245)
* Brillig and AVM default all uninitialized memory cells to Field 0
(AztecProtocol/aztec-packages#9057)
* remove keccak256 opcode from ACIR/Brillig
(AztecProtocol/aztec-packages#9104)
* Brillig with a stack and conditional inlining
(AztecProtocol/aztec-packages#8989)
* **avm:** remove CMOV opcode
(AztecProtocol/aztec-packages#9030)
* Integer division is not the inverse of integer multiplication
([#6243](#6243))
* kind size checks
([#6137](#6137))
* Change tag attributes to require a ' prefix
([#6235](#6235))

### Features

* Add `checked_transmute`
([#6262](#6262))
([2618061](2618061))
* Add more `Type` and `UnresolvedType` methods
([#5994](#5994))
([8236cbd](8236cbd))
* Allow `unconstrained` after visibility
([#6246](#6246))
([f6dfbcf](f6dfbcf))
* Brillig and AVM default all uninitialized memory cells to Field 0
(AztecProtocol/aztec-packages#9057)
([70dcf4a](70dcf4a))
* Brillig with a stack and conditional inlining
(AztecProtocol/aztec-packages#8989)
([70dcf4a](70dcf4a))
* Don't crash LSP when there are errors resolving the workspace
([#6257](#6257))
([7cc7197](7cc7197))
* Don't suggest private struct fields in LSP
([#6256](#6256))
([2a727b3](2a727b3))
* Handwritten parser
([#6180](#6180))
([c4273a0](c4273a0))
* **improve:** Remove scan through globals
([#6282](#6282))
([fd91913](fd91913))
* Inclusive for loop
([#6200](#6200))
([bd861f2](bd861f2))
* Integrate databus in the private kernels
(AztecProtocol/aztec-packages#9028)
([70dcf4a](70dcf4a))
* **interpreter:** Comptime derive generators
([#6303](#6303))
([d8767b3](d8767b3))
* Kind size checks
([#6137](#6137))
([6e40f62](6e40f62))
* New formatter ([#6300](#6300))
([62404d7](62404d7))
* Optimize `Quoted::as_expr` by parsing just once
([#6237](#6237))
([a4fcd00](a4fcd00))
* Optimize reading a workspace's files
([#6281](#6281))
([b54ed26](b54ed26))
* **perf:** Flamegraphs for test program execution benchmarks
([#6253](#6253))
([c186791](c186791))
* **perf:** Follow array sets backwards in array set from get
optimization ([#6208](#6208))
([999071b](999071b))
* Recover from '=' instead of ':' in struct constructor/pattern
([#6236](#6236))
([9a12f31](9a12f31))
* Remove byte decomposition in `compute_decomposition`
([#6159](#6159))
([a8bcae2](a8bcae2))
* Show LSP diagnostic related information
([#6277](#6277))
([c8a91a5](c8a91a5))
* Slightly improve "unexpected token" error message
([#6279](#6279))
([8232bfa](8232bfa))
* Sync from noir
(AztecProtocol/aztec-packages#8934)
([70dcf4a](70dcf4a))
* Sync from noir
(AztecProtocol/aztec-packages#9034)
([70dcf4a](70dcf4a))
* Sync from noir
(AztecProtocol/aztec-packages#9099)
([70dcf4a](70dcf4a))
* Sync from noir
(AztecProtocol/aztec-packages#9275)
([70dcf4a](70dcf4a))
* **test:** Fuzz poseidon hases against an external library
([#6273](#6273))
([8d8ea89](8d8ea89))
* **test:** Fuzz test poseidon2 hash equivalence
([#6265](#6265))
([f61ba03](f61ba03))
* **test:** Fuzz test stdlib hash functions
([#6233](#6233))
([1a2ca46](1a2ca46))
* **test:** Include the PoseidonHasher in the fuzzing
([#6280](#6280))
([afb8a7c](afb8a7c))
* Trait inheritance
([#6252](#6252))
([d3301a4](d3301a4))
* Visibility for impl functions
([#6179](#6179))
([1b26440](1b26440))
* Visibility for struct fields
([#6221](#6221))
([fc1c7ab](fc1c7ab))
* Warn about private types leaking in public functions and struct fields
([#6296](#6296))
([67ac0d6](67ac0d6))


### Bug Fixes

* Add missing visibility for auto-import names
([#6205](#6205))
([c3cb38a](c3cb38a))
* Address inactive public key check in `verify_signature_noir`
([#6270](#6270))
([e4325aa](e4325aa))
* Allow array map on empty arrays
([#6305](#6305))
([51ae1b3](51ae1b3))
* Change tag attributes to require a ' prefix
([#6235](#6235))
([b43dcb2](b43dcb2))
* Check for Schnorr null signature
([#6226](#6226))
([2430920](2430920))
* Display function name and body when inlining recursion limit hit
([#6291](#6291))
([33a1e7d](33a1e7d))
* Do not warn on unused self in traits
([#6298](#6298))
([4d524bf](4d524bf))
* Don't warn on unuse global if it has an abi annotation
([#6258](#6258))
([e13f617](e13f617))
* Don't warn on unused struct that has an abi annotation
([#6254](#6254))
([8a31632](8a31632))
* Don't warn twice when referring to private item
([#6216](#6216))
([619c545](619c545))
* Enforce correctness of decompositions performed at compile time
([#6278](#6278))
([53252fd](53252fd))
* **frontend:** Do not warn when a nested struct is provided as input to
main ([#6239](#6239))
([9dfe223](9dfe223))
* Handle dfg databus in SSA normalization
([#6249](#6249))
([9d8bee5](9d8bee5))
* Handle nested arrays in calldata
([#6232](#6232))
([0ab8f5e](0ab8f5e))
* Homogeneous input points for EC ADD
([#6241](#6241))
([f6a7306](f6a7306))
* Integer division is not the inverse of integer multiplication
([#6243](#6243))
([1cd2587](1cd2587))
* Panic on composite types within databus
([#6225](#6225))
([29bd125](29bd125))
* Prevent compiler panic when popping from empty slices
([#6274](#6274))
([87137d8](87137d8))
* Reject invalid expression with in CLI parser
([#6287](#6287))
([052aee8](052aee8))
* Remove need for duplicate attributes on each function
(AztecProtocol/aztec-packages#9244)
([70dcf4a](70dcf4a))
* Visibility for impl methods
([#6261](#6261))
([70cbeb4](70cbeb4))


### Miscellaneous Chores

* Remove keccak256 opcode from ACIR/Brillig
(AztecProtocol/aztec-packages#9104)
([70dcf4a](70dcf4a))
* Remove pedersen commitment
(AztecProtocol/aztec-packages#9107)
([70dcf4a](70dcf4a))
* Remove pedersen hash opcode
(AztecProtocol/aztec-packages#9245)
([70dcf4a](70dcf4a))


### Code Refactoring

* **avm:** Remove CMOV opcode
(AztecProtocol/aztec-packages#9030)
([70dcf4a](70dcf4a))
</details>

<details><summary>0.52.0</summary>

## [0.52.0](v0.51.0...v0.52.0)
(2024-10-22)


### ⚠ BREAKING CHANGES

* remove pedersen commitment
(AztecProtocol/aztec-packages#9107)
* remove pedersen hash opcode
(AztecProtocol/aztec-packages#9245)
* Brillig and AVM default all uninitialized memory cells to Field 0
(AztecProtocol/aztec-packages#9057)
* remove keccak256 opcode from ACIR/Brillig
(AztecProtocol/aztec-packages#9104)
* Brillig with a stack and conditional inlining
(AztecProtocol/aztec-packages#8989)
* **avm:** remove CMOV opcode
(AztecProtocol/aztec-packages#9030)
* remove sha256 opcode
(AztecProtocol/aztec-packages#4571)
* add support for u1 in the avm, ToRadix's radix arg is a memory addr
(AztecProtocol/aztec-packages#8570)
* Add Not instruction in brillig
(AztecProtocol/aztec-packages#8488)
* **avm:** variants for SET opcode
(AztecProtocol/aztec-packages#8441)
* **avm/brillig:** take addresses in calldatacopy
(AztecProtocol/aztec-packages#8388)
* constant inputs for blackbox
(AztecProtocol/aztec-packages#7222)

### Features

* (bb) 128-bit challenges
(AztecProtocol/aztec-packages#8406)
([3c3ed1e](3c3ed1e))
* **acir_gen:** Width aware ACIR gen addition
([#5493](#5493))
([85fa592](85fa592))
* Add assertions for ACVM `FunctionInput` `bit_size`
([#5864](#5864))
([8712f4c](8712f4c))
* Add Not instruction in brillig
(AztecProtocol/aztec-packages#8488)
([95e19ab](95e19ab))
* Add recursive aggregation object to proving/verification keys
(AztecProtocol/aztec-packages#6770)
([4ea25db](4ea25db))
* Add reusable procedures to brillig generation
(AztecProtocol/aztec-packages#7981)
([5c4f19f](5c4f19f))
* Add support for u1 in the avm, ToRadix's radix arg is a memory addr
(AztecProtocol/aztec-packages#8570)
([e8bbce7](e8bbce7))
* Added indirect const instruction
(AztecProtocol/aztec-packages#8065)
([5c4f19f](5c4f19f))
* Adding aggregation to honk and rollup
(AztecProtocol/aztec-packages#7466)
([4ea25db](4ea25db))
* Automate verify_honk_proof input generation
(AztecProtocol/aztec-packages#8092)
([5c4f19f](5c4f19f))
* **avm/brillig:** Take addresses in calldatacopy
(AztecProtocol/aztec-packages#8388)
([3c3ed1e](3c3ed1e))
* **avm:** Variants for SET opcode
(AztecProtocol/aztec-packages#8441)
([3c3ed1e](3c3ed1e))
* Avoid heap allocs when going to/from field
(AztecProtocol/aztec-packages#7547)
([daad75c](daad75c))
* Brillig and AVM default all uninitialized memory cells to Field 0
(AztecProtocol/aztec-packages#9057)
([70dcf4a](70dcf4a))
* Brillig with a stack and conditional inlining
(AztecProtocol/aztec-packages#8989)
([70dcf4a](70dcf4a))
* Change the layout of arrays and vectors to be a single pointer
(AztecProtocol/aztec-packages#8448)
([d4832ec](d4832ec))
* Constant inputs for blackbox
(AztecProtocol/aztec-packages#7222)
([fb97bb9](fb97bb9))
* Hook up secondary calldata column in dsl
(AztecProtocol/aztec-packages#7759)
([4ea25db](4ea25db))
* Integrate databus in the private kernels
(AztecProtocol/aztec-packages#9028)
([70dcf4a](70dcf4a))
* Integrate new proving systems in e2e
(AztecProtocol/aztec-packages#6971)
([daad75c](daad75c))
* Make Brillig do integer arithmetic operations using u128 instead of
Bigint (AztecProtocol/aztec-packages#7518)
([daad75c](daad75c))
* Make token transfer be recursive
(AztecProtocol/aztec-packages#7730)
([4ea25db](4ea25db))
* New test programs for wasm benchmarking
(AztecProtocol/aztec-packages#8389)
([95e19ab](95e19ab))
* Note hashes as points
(AztecProtocol/aztec-packages#7618)
([4ea25db](4ea25db))
* Optimize allocating immediate amounts of memory
(AztecProtocol/aztec-packages#8579)
([e8bbce7](e8bbce7))
* Optimize constant array handling in brillig_gen
(AztecProtocol/aztec-packages#7661)
([4ea25db](4ea25db))
* Optimize to_radix
(AztecProtocol/aztec-packages#8073)
([5c4f19f](5c4f19f))
* Pass calldata ids to the backend
(AztecProtocol/aztec-packages#7875)
([4ea25db](4ea25db))
* Poseidon2 gates for Ultra arithmetisation
(AztecProtocol/aztec-packages#7494)
([5c4f19f](5c4f19f))
* **profiler:** Add support for brillig functions in opcodes-flamegraph
(AztecProtocol/aztec-packages#7698)
([4ea25db](4ea25db))
* Remove sha256 opcode
(AztecProtocol/aztec-packages#4571)
([e8bbce7](e8bbce7))
* Removing superfluous call to MSM
(AztecProtocol/aztec-packages#7708)
([4ea25db](4ea25db))
* Report gates and VKs of private protocol circuits with megahonk
(AztecProtocol/aztec-packages#7722)
([4ea25db](4ea25db))
* Simplify constant calls to `poseidon2_permutation`, `schnorr_verify`
and `embedded_curve_add`
([#5140](#5140))
([2823ba7](2823ba7))
* Small optimization in toradix
(AztecProtocol/aztec-packages#8040)
([5c4f19f](5c4f19f))
* Sync from noir
(AztecProtocol/aztec-packages#7392)
([fb97bb9](fb97bb9))
* Sync from noir
(AztecProtocol/aztec-packages#7400)
([fb97bb9](fb97bb9))
* Sync from noir
(AztecProtocol/aztec-packages#7432)
([daad75c](daad75c))
* Sync from noir
(AztecProtocol/aztec-packages#7444)
([daad75c](daad75c))
* Sync from noir
(AztecProtocol/aztec-packages#7454)
([daad75c](daad75c))
* Sync from noir
(AztecProtocol/aztec-packages#7512)
([daad75c](daad75c))
* Sync from noir
(AztecProtocol/aztec-packages#7577)
([daad75c](daad75c))
* Sync from noir
(AztecProtocol/aztec-packages#7583)
([daad75c](daad75c))
* Sync from noir
(AztecProtocol/aztec-packages#7743)
([4ea25db](4ea25db))
* Sync from noir
(AztecProtocol/aztec-packages#7862)
([4ea25db](4ea25db))
* Sync from noir
(AztecProtocol/aztec-packages#7945)
([4ea25db](4ea25db))
* Sync from noir
(AztecProtocol/aztec-packages#7958)
([5c4f19f](5c4f19f))
* Sync from noir
(AztecProtocol/aztec-packages#8008)
([5c4f19f](5c4f19f))
* Sync from noir
(AztecProtocol/aztec-packages#8093)
([5c4f19f](5c4f19f))
* Sync from noir
(AztecProtocol/aztec-packages#8125)
([f0c2686](f0c2686))
* Sync from noir
(AztecProtocol/aztec-packages#8237)
([f0c2686](f0c2686))
* Sync from noir
(AztecProtocol/aztec-packages#8423)
([3c3ed1e](3c3ed1e))
* Sync from noir
(AztecProtocol/aztec-packages#8435)
([3c3ed1e](3c3ed1e))
* Sync from noir
(AztecProtocol/aztec-packages#8466)
([3c3ed1e](3c3ed1e))
* Sync from noir
(AztecProtocol/aztec-packages#8482)
([d4832ec](d4832ec))
* Sync from noir
(AztecProtocol/aztec-packages#8512)
([95e19ab](95e19ab))
* Sync from noir
(AztecProtocol/aztec-packages#8526)
([95e19ab](95e19ab))
* Sync from noir
(AztecProtocol/aztec-packages#8934)
([70dcf4a](70dcf4a))
* Sync from noir
(AztecProtocol/aztec-packages#9034)
([70dcf4a](70dcf4a))
* Sync from noir
(AztecProtocol/aztec-packages#9099)
([70dcf4a](70dcf4a))
* Sync from noir
(AztecProtocol/aztec-packages#9275)
([70dcf4a](70dcf4a))
* **test:** Fuzz test poseidon2 hash equivalence
([#6265](#6265))
([f61ba03](f61ba03))
* **test:** Fuzz test stdlib hash functions
([#6233](#6233))
([1a2ca46](1a2ca46))
* TXE nr deployments, dependency cleanup for CLI
(AztecProtocol/aztec-packages#7548)
([4ea25db](4ea25db))
* Typing return values of embedded_curve_ops
(AztecProtocol/aztec-packages#7413)
([daad75c](daad75c))
* Unify all acir recursion constraints based on RecursionConstraint and
proof_type (AztecProtocol/aztec-packages#7993)
([5c4f19f](5c4f19f))


### Bug Fixes

* Add trailing extra arguments for backend in gates_flamegraph
(AztecProtocol/aztec-packages#7472)
([daad75c](daad75c))
* **debugger:** Update the debugger to handle the new Brillig debug
metadata format ([#5706](#5706))
([a31f82e](a31f82e))
* Deflatten databus visibilities
(AztecProtocol/aztec-packages#7761)
([4ea25db](4ea25db))
* Do not duplicate redundant Brillig debug metadata
([#5696](#5696))
([e4f7dbe](e4f7dbe))
* Export brillig names in contract functions
(AztecProtocol/aztec-packages#8212)
([f0c2686](f0c2686))
* Handle multiple entry points for Brillig call stack resolution after
metadata deduplication
([#5788](#5788))
([38fe9dd](38fe9dd))
* Homogeneous input points for EC ADD
([#6241](#6241))
([f6a7306](f6a7306))
* Move BigInt modulus checks to runtime in brillig
([#5374](#5374))
([741d339](741d339))
* Reject invalid expression with in CLI parser
([#6287](#6287))
([052aee8](052aee8))
* Remove need for duplicate attributes on each function
(AztecProtocol/aztec-packages#9244)
([70dcf4a](70dcf4a))
* Restrict keccak256_injective test input to 8 bits
([#5977](#5977))
([a1b1346](a1b1346))
* Revert "feat: Sync from noir
(AztecProtocol/aztec-packages#7512)"
(AztecProtocol/aztec-packages#7558)
([daad75c](daad75c))


### Miscellaneous Chores

* Remove keccak256 opcode from ACIR/Brillig
(AztecProtocol/aztec-packages#9104)
([70dcf4a](70dcf4a))
* Remove pedersen commitment
(AztecProtocol/aztec-packages#9107)
([70dcf4a](70dcf4a))
* Remove pedersen hash opcode
(AztecProtocol/aztec-packages#9245)
([70dcf4a](70dcf4a))


### Code Refactoring

* **avm:** Remove CMOV opcode
(AztecProtocol/aztec-packages#9030)
([70dcf4a](70dcf4a))
</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
bench-all CI: Enables this CI job. e2e-all CI: Enables this CI job.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants