Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: simplify otel config, 1val setup, fix pod dns, retries #10344

Merged
merged 34 commits into from
Dec 6, 2024

Conversation

ludamad
Copy link
Collaborator

@ludamad ludamad commented Dec 2, 2024

There were a few things in the way of getting a devnet up

  • Added retries as we had 'intrinsic gas too low' before reth got a chance to sync
  • use cluster dns explicitly before host networkinge
  • work around an issue with broker external host

@ludamad ludamad changed the title fix: spartan deploy on gcp chore: simplify otel config, 1val setup, fix pod dns Dec 2, 2024
@ludamad ludamad changed the title chore: simplify otel config, 1val setup, fix pod dns chore: simplify otel config, 1val setup, fix pod dns, retries Dec 2, 2024
Comment on lines 89 to 92
if [ "${OTEL_COLLECTOR_ENDPOINT}" = "" ]; then
OTEL_COLLECTOR_PORT=${OTEL_COLLECTOR_PORT:-4318}
OTEL_COLLECTOR_ENDPOINT="http://metrics-opentelemetry-collector.metrics:$OTEL_COLLECTOR_PORT"
fi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this gets set every time regardless of {{ Values.telemetry.enabled }} flag. Not abig deal.

@@ -153,6 +129,8 @@ Service Address Setup Container
value: "{{ .Values.network.public }}"
- name: NAMESPACE
value: {{ .Release.Namespace }}
- name: OTEL_COLLECTOR_ENDPOINT
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otel collector port is not provided here although it is available for use in the script above?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we want to keep it as the default

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I wanted to make it available potentially in future but it is a bit misleading. You can change the port by changing the full URL but no real reason to change ports imo

# (then `./forward.sh` if you want to see it)
telemetry:
enabled: true
otelCollectorEndpoint: http://34.150.160.154:4318
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be specifying an endpoint here, when all the others have been removed? And should it not be DNs instead of IP?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use DNS you're right - the nodes were not set up with cluster dns at all before

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll leave it in for now

@ludamad ludamad added the network-all Run this CI job. label Dec 4, 2024
Please read [contributing guidelines](CONTRIBUTING.md) and remove this
line.
@PhilWindle PhilWindle enabled auto-merge (squash) December 5, 2024 12:05
Copy link
Contributor

github-actions bot commented Dec 6, 2024

Changes to public function bytecode sizes

Generated at commit: b612e87ed349b6c3a17c437a01f3a3ba3033a423, compared to commit: 4fcbc592c963389a132b5b72f0f68d1f6526943b

🧾 Summary (100% most significant diffs)

Program Bytecode size in bytes (+/-) %
Lending::get_assets +86 ❌ +19.91%
AMM::_swap_exact_tokens_for_tokens +503 ❌ +12.12%
AvmTest::poseidon2_hash +181 ❌ +11.69%
AvmTest::set_storage_map +177 ❌ +10.91%
AuthRegistry::set_authorized +181 ❌ +10.82%
AuthRegistry::_set_authorized +181 ❌ +10.52%
AuthRegistry::is_consumable +181 ❌ +10.48%
AvmTest::add_storage_map +177 ❌ +10.27%
AMM::_swap_tokens_for_exact_tokens +464 ❌ +9.83%
EasyPrivateVoting::add_to_tally_public +177 ❌ +9.43%
EasyPrivateVoting::public_dispatch +445 ❌ +9.36%
StatefulTest::increment_public_value_no_init_check +138 ❌ +8.82%
FeeJuice::_increase_public_balance +177 ❌ +8.67%
NFT::owner_of +192 ❌ +8.58%
StatefulTest::increment_public_value +138 ❌ +8.56%
AuthRegistry::set_reject_all +133 ❌ +8.48%
Benchmarking::broadcast +138 ❌ +8.43%
StatefulTest::get_public_value +134 ❌ +8.36%
Token::set_minter +138 ❌ +8.28%
AvmTest::read_storage_map +129 ❌ +8.18%
TokenBlacklist::_increase_public_balance +187 ❌ +8.13%
Token::_increase_public_balance +187 ❌ +8.13%
CardGame::on_card_played +446 ❌ +8.10%
Spam::public_spam +182 ❌ +8.10%
NFT::_finish_transfer_to_public +133 ❌ +8.05%
Token::is_minter +134 ❌ +8.04%
AuthRegistry::is_reject_all +129 ❌ +7.97%
NFT::set_minter +133 ❌ +7.96%
PriceFeed::set_price +133 ❌ +7.95%
NFT::is_minter +129 ❌ +7.72%
PriceFeed::get_price +125 ❌ +7.68%
FeeJuice::balance_of_public +129 ❌ +7.52%
TokenBlacklist::balance_of_public +129 ❌ +7.29%
Token::balance_of_public +129 ❌ +7.29%
Lending::get_asset +147 ❌ +7.16%
Token::mint_to_public +187 ❌ +6.99%
NFT::mint +183 ❌ +6.89%
Lending::init +190 ❌ +6.88%
Benchmarking::public_dispatch +247 ❌ +6.65%
Benchmarking::increment_balance +143 ❌ +6.39%
CardGame::start_game +421 ❌ +6.38%
FeeJuice::check_balance +133 ❌ +6.37%
Lending::get_position +298 ❌ +6.34%
Lending::_deposit +151 ❌ +6.33%
Spam::public_dispatch +190 ❌ +6.22%
AvmTest::get_args_hash +99 ❌ +5.81%
FeeJuice::public_dispatch +283 ❌ +5.66%
Auth::get_authorized_delay +108 ❌ +5.56%
AvmInitializerTest::constructor +95 ❌ +5.12%
PriceFeed::public_dispatch +146 ❌ +4.95%
CardGame::public_dispatch +721 ❌ +4.73%
CardGame::on_game_joined +221 ❌ +4.60%
DocsExample::public_dispatch +175 ❌ +4.36%
Auth::get_scheduled_authorized +71 ❌ +4.08%
Auth::get_authorized +71 ❌ +3.85%
AvmInitializerTest::public_dispatch +95 ❌ +3.63%
Lending::update_accumulator +195 ❌ +3.52%
Crowdfunding::_publish_donation_receipts +31 ❌ +3.36%
Crowdfunding::public_dispatch +142 ❌ +3.13%
CardGame::on_cards_claimed +221 ❌ +3.12%
Lending::_repay +161 ❌ +2.92%
Router::public_dispatch +55 ❌ +2.39%
InclusionProofs::public_dispatch +87 ❌ +2.37%
TokenBlacklist::mint_public +92 ❌ +2.36%
AuthRegistry::consume +56 ❌ +1.98%
InclusionProofs::constructor +43 ❌ +1.90%
TokenBlacklist::mint_private +69 ❌ +1.88%
Uniswap::constructor +43 ❌ +1.85%
EasyPrivateVoting::constructor +43 ❌ +1.82%
Auth::constructor +43 ❌ +1.82%
Token::finalize_transfer_to_private +113 ❌ +1.77%
Token::_finalize_transfer_to_private_unsafe +113 ❌ +1.75%
NFT::public_dispatch +387 ❌ +1.66%
AMM::constructor +43 ❌ +1.62%
Crowdfunding::init +43 ❌ +1.61%
TestLog::emit_unencrypted_events +18 ❌ +1.59%
NFT::_store_payload_in_transient_storage_unsafe +18 ❌ +1.54%
Token::_store_payload_in_transient_storage_unsafe +18 ❌ +1.54%
AppSubscription::constructor +43 ❌ +1.54%
AvmTest::keccak_hash +35 ❌ +1.48%
TokenBlacklist::get_roles +38 ❌ +1.44%
NFT::finalize_transfer_to_private +71 ❌ +1.33%
NFT::_finalize_transfer_to_private_unsafe +71 ❌ +1.32%
TokenBlacklist::update_roles +79 ❌ +1.31%
Auth::set_authorized +56 ❌ +1.25%
Test::emit_unencrypted +18 ❌ +1.23%
Auth::set_authorized_delay +56 ❌ +1.22%
NFT::constructor +47 ❌ +1.17%
AuthRegistry::public_dispatch +92 ❌ +1.17%
Token::constructor +47 ❌ +1.15%
Auth::public_dispatch +100 ❌ +1.15%
Test::public_dispatch +216 ❌ +1.14%
Lending::_borrow +83 ❌ +1.14%
StatefulTest::public_dispatch +62 ❌ +1.02%
Token::finalize_mint_to_private +58 ❌ +0.96%
Token::_finalize_mint_to_private_unsafe +58 ❌ +0.95%
Parent::public_nested_static_call +30 ❌ +0.90%
AppSubscription::public_dispatch +35 ❌ +0.88%
Router::_check_block_number +8 ❌ +0.83%
Router::_check_timestamp +8 ❌ +0.81%
TokenBlacklist::constructor +43 ❌ +0.70%
Test::consume_message_from_arbitrary_sender_public +46 ❌ +0.58%
TokenBlacklist::burn_public +27 ❌ +0.52%
TokenBlacklist::transfer_public +27 ❌ +0.48%
AvmTest::emit_unencrypted_log +13 ❌ +0.47%
Token::burn_public +14 ❌ +0.34%
Token::transfer_in_public +14 ❌ +0.33%
TestLog::public_dispatch +6 ❌ +0.26%
Token::public_dispatch +78 ❌ +0.25%
TokenBlacklist::shield +14 ❌ +0.24%
Test::create_l2_to_l1_message_public +5 ❌ +0.23%
Claim::public_dispatch +7 ❌ +0.22%
AvmTest::pedersen_hash +5 ❌ +0.16%
AvmTest::pedersen_hash_with_index +5 ❌ +0.16%
StatefulTest::public_constructor +4 ❌ +0.14%
NFT::transfer_in_public +4 ❌ +0.12%
Claim::constructor -1 ✅ -0.04%
TokenBridge::constructor -1 ✅ -0.04%
FPC::constructor -1 ✅ -0.04%
TokenBlacklist::public_dispatch -79 ✅ -0.34%
AvmTest::u128_addition_overflow -5 ✅ -0.37%
Lending::_withdraw -47 ✅ -0.54%
StaticChild::public_dispatch -19 ✅ -0.89%
AuthWitTest::public_dispatch -17 ✅ -1.01%
AvmTest::bulk_testing -249 ✅ -1.09%
AvmTest::u128_from_integer_overflow -9 ✅ -1.09%
Test::consume_mint_to_public_message -135 ✅ -1.24%
AvmTest::sha256_hash -52 ✅ -1.31%
FPC::public_dispatch -109 ✅ -1.51%
TokenBridge::claim_public -174 ✅ -1.52%
AvmTest::pedersen_commit -21 ✅ -1.64%
Token::complete_refund -95 ✅ -1.74%
AvmTest::debug_logging -26 ✅ -1.97%
TokenBridge::public_dispatch -443 ✅ -2.12%
Parent::public_static_call -26 ✅ -2.23%
StaticParent::public_static_call -26 ✅ -2.23%
AvmTest::public_dispatch -1,456 ✅ -2.34%
AvmTest::assert_calldata_copy -13 ✅ -2.39%
Uniswap::_approve_bridge_and_exit_input_asset_to_L1 -165 ✅ -2.62%
Parent::public_dispatch -211 ✅ -2.69%
AvmTest::returndata_copy_oracle -50 ✅ -2.75%
Uniswap::public_dispatch -670 ✅ -2.83%
Uniswap::swap_public -461 ✅ -2.95%
Child::public_dispatch -152 ✅ -3.09%
AMM::public_dispatch -670 ✅ -3.12%
Lending::public_dispatch -970 ✅ -3.46%
AvmTest::elliptic_curve_add_and_double -26 ✅ -3.52%
AvmTest::elliptic_curve_add -26 ✅ -4.29%
Parent::pub_entry_point -26 ✅ -4.30%
StaticParent::public_call -26 ✅ -4.30%
AvmTest::read_storage_list -13 ✅ -4.38%
StaticParent::public_dispatch -278 ✅ -4.60%
Parent::pub_entry_point_twice -52 ✅ -5.06%
Uniswap::_assert_token_is_same -39 ✅ -5.16%
StaticParent::public_nested_static_call -117 ✅ -5.41%
AvmTest::check_selector -13 ✅ -5.42%
DocsExample::get_public_immutable_constrained_public_indirect -39 ✅ -5.61%
Lending::withdraw_public -117 ✅ -5.82%
Lending::borrow_public -117 ✅ -5.82%
TokenBridge::exit_to_l1_public -391 ✅ -5.82%
AuthWitTest::consume_public -39 ✅ -5.90%
FPC::pay_refund -130 ✅ -5.99%
FPC::prepare_fee -130 ✅ -6.14%
Child::set_value_twice_with_nested_first -39 ✅ -6.21%
Child::set_value_twice_with_nested_last -39 ✅ -6.21%
AMM::_remove_liquidity -442 ✅ -6.31%
AvmTest::get_function_selector -13 ✅ -6.34%
AvmTest::nested_static_call_to_add -39 ✅ -6.41%
AvmTest::nested_call_to_add -39 ✅ -6.41%
AvmTest::nested_call_to_assert_same -39 ✅ -6.41%
AMM::_add_liquidity -559 ✅ -6.50%
StaticParent::public_get_value_from_child -39 ✅ -6.57%
AvmTest::nested_call_to_add_with_gas -39 ✅ -6.69%
AvmTest::create_different_nullifier_in_nested_call -39 ✅ -7.32%
AvmTest::create_same_nullifier_in_nested_call -39 ✅ -7.46%
ImportTest::pub_call_public_fn -39 ✅ -7.53%
AvmTest::nested_static_call_to_set_storage -39 ✅ -7.54%
Child::set_value_with_two_nested_calls -78 ✅ -7.74%
AvmTest::nested_call_to_nothing -39 ✅ -7.75%
AvmTest::external_call_to_assertion_failure -39 ✅ -7.75%
AvmTest::external_call_to_divide_by_zero -39 ✅ -7.75%
ImportTest::public_dispatch -91 ✅ -7.90%
Lending::repay_public -221 ✅ -8.35%
Lending::deposit_public -234 ✅ -8.43%

Full diff report 👇
Program Bytecode size in bytes (+/-) %
Lending::get_assets 518 (+86) +19.91%
AMM::_swap_exact_tokens_for_tokens 4,653 (+503) +12.12%
AvmTest::poseidon2_hash 1,729 (+181) +11.69%
AvmTest::set_storage_map 1,799 (+177) +10.91%
AuthRegistry::set_authorized 1,854 (+181) +10.82%
AuthRegistry::_set_authorized 1,901 (+181) +10.52%
AuthRegistry::is_consumable 1,908 (+181) +10.48%
AvmTest::add_storage_map 1,901 (+177) +10.27%
AMM::_swap_tokens_for_exact_tokens 5,184 (+464) +9.83%
EasyPrivateVoting::add_to_tally_public 2,053 (+177) +9.43%
EasyPrivateVoting::public_dispatch 5,199 (+445) +9.36%
StatefulTest::increment_public_value_no_init_check 1,702 (+138) +8.82%
FeeJuice::_increase_public_balance 2,219 (+177) +8.67%
NFT::owner_of 2,429 (+192) +8.58%
StatefulTest::increment_public_value 1,751 (+138) +8.56%
AuthRegistry::set_reject_all 1,702 (+133) +8.48%
Benchmarking::broadcast 1,775 (+138) +8.43%
StatefulTest::get_public_value 1,737 (+134) +8.36%
Token::set_minter 1,804 (+138) +8.28%
AvmTest::read_storage_map 1,706 (+129) +8.18%
TokenBlacklist::_increase_public_balance 2,488 (+187) +8.13%
Token::_increase_public_balance 2,488 (+187) +8.13%
CardGame::on_card_played 5,949 (+446) +8.10%
Spam::public_spam 2,429 (+182) +8.10%
NFT::_finish_transfer_to_public 1,786 (+133) +8.05%
Token::is_minter 1,801 (+134) +8.04%
AuthRegistry::is_reject_all 1,747 (+129) +7.97%
NFT::set_minter 1,804 (+133) +7.96%
PriceFeed::set_price 1,805 (+133) +7.95%
NFT::is_minter 1,801 (+129) +7.72%
PriceFeed::get_price 1,753 (+125) +7.68%
FeeJuice::balance_of_public 1,845 (+129) +7.52%
TokenBlacklist::balance_of_public 1,899 (+129) +7.29%
Token::balance_of_public 1,899 (+129) +7.29%
Lending::get_asset 2,200 (+147) +7.16%
Token::mint_to_public 2,863 (+187) +6.99%
NFT::mint 2,840 (+183) +6.89%
Lending::init 2,953 (+190) +6.88%
Benchmarking::public_dispatch 3,963 (+247) +6.65%
Benchmarking::increment_balance 2,381 (+143) +6.39%
CardGame::start_game 7,022 (+421) +6.38%
FeeJuice::check_balance 2,222 (+133) +6.37%
Lending::get_position 5,000 (+298) +6.34%
Lending::_deposit 2,536 (+151) +6.33%
Spam::public_dispatch 3,244 (+190) +6.22%
AvmTest::get_args_hash 1,804 (+99) +5.81%
FeeJuice::public_dispatch 5,287 (+283) +5.66%
Auth::get_authorized_delay 2,051 (+108) +5.56%
AvmInitializerTest::constructor 1,952 (+95) +5.12%
PriceFeed::public_dispatch 3,093 (+146) +4.95%
CardGame::public_dispatch 15,953 (+721) +4.73%
CardGame::on_game_joined 5,027 (+221) +4.60%
DocsExample::public_dispatch 4,190 (+175) +4.36%
Auth::get_scheduled_authorized 1,813 (+71) +4.08%
Auth::get_authorized 1,913 (+71) +3.85%
AvmInitializerTest::public_dispatch 2,710 (+95) +3.63%
Lending::update_accumulator 5,742 (+195) +3.52%
Crowdfunding::_publish_donation_receipts 953 (+31) +3.36%
Crowdfunding::public_dispatch 4,674 (+142) +3.13%
CardGame::on_cards_claimed 7,298 (+221) +3.12%
Lending::_repay 5,670 (+161) +2.92%
Router::public_dispatch 2,361 (+55) +2.39%
InclusionProofs::public_dispatch 3,762 (+87) +2.37%
TokenBlacklist::mint_public 3,996 (+92) +2.36%
AuthRegistry::consume 2,888 (+56) +1.98%
InclusionProofs::constructor 2,301 (+43) +1.90%
TokenBlacklist::mint_private 3,737 (+69) +1.88%
Uniswap::constructor 2,365 (+43) +1.85%
EasyPrivateVoting::constructor 2,402 (+43) +1.82%
Auth::constructor 2,406 (+43) +1.82%
Token::finalize_transfer_to_private 6,515 (+113) +1.77%
Token::_finalize_transfer_to_private_unsafe 6,562 (+113) +1.75%
NFT::public_dispatch 23,684 (+387) +1.66%
AMM::constructor 2,701 (+43) +1.62%
Crowdfunding::init 2,716 (+43) +1.61%
TestLog::emit_unencrypted_events 1,149 (+18) +1.59%
NFT::_store_payload_in_transient_storage_unsafe 1,185 (+18) +1.54%
Token::_store_payload_in_transient_storage_unsafe 1,185 (+18) +1.54%
AppSubscription::constructor 2,834 (+43) +1.54%
AvmTest::keccak_hash 2,398 (+35) +1.48%
TokenBlacklist::get_roles 2,682 (+38) +1.44%
NFT::finalize_transfer_to_private 5,420 (+71) +1.33%
NFT::_finalize_transfer_to_private_unsafe 5,467 (+71) +1.32%
TokenBlacklist::update_roles 6,132 (+79) +1.31%
Auth::set_authorized 4,544 (+56) +1.25%
Test::emit_unencrypted 1,484 (+18) +1.23%
Auth::set_authorized_delay 4,640 (+56) +1.22%
NFT::constructor 4,050 (+47) +1.17%
AuthRegistry::public_dispatch 7,938 (+92) +1.17%
Token::constructor 4,125 (+47) +1.15%
Auth::public_dispatch 8,790 (+100) +1.15%
Test::public_dispatch 19,125 (+216) +1.14%
Lending::_borrow 7,391 (+83) +1.14%
StatefulTest::public_dispatch 6,132 (+62) +1.02%
Token::finalize_mint_to_private 6,108 (+58) +0.96%
Token::_finalize_mint_to_private_unsafe 6,155 (+58) +0.95%
Parent::public_nested_static_call 3,360 (+30) +0.90%
AppSubscription::public_dispatch 3,995 (+35) +0.88%
Router::_check_block_number 976 (+8) +0.83%
Router::_check_timestamp 993 (+8) +0.81%
TokenBlacklist::constructor 6,227 (+43) +0.70%
Test::consume_message_from_arbitrary_sender_public 7,913 (+46) +0.58%
TokenBlacklist::burn_public 5,223 (+27) +0.52%
TokenBlacklist::transfer_public 5,603 (+27) +0.48%
AvmTest::emit_unencrypted_log 2,777 (+13) +0.47%
Token::burn_public 4,167 (+14) +0.34%
Token::transfer_in_public 4,217 (+14) +0.33%
TestLog::public_dispatch 2,320 (+6) +0.26%
Token::public_dispatch 31,494 (+78) +0.25%
TokenBlacklist::shield 5,791 (+14) +0.24%
Test::create_l2_to_l1_message_public 2,202 (+5) +0.23%
Claim::public_dispatch 3,252 (+7) +0.22%
AvmTest::pedersen_hash 3,095 (+5) +0.16%
AvmTest::pedersen_hash_with_index 3,095 (+5) +0.16%
StatefulTest::public_constructor 2,787 (+4) +0.14%
NFT::transfer_in_public 3,327 (+4) +0.12%
Claim::constructor 2,453 (-1) -0.04%
TokenBridge::constructor 2,357 (-1) -0.04%
FPC::constructor 2,318 (-1) -0.04%
TokenBlacklist::public_dispatch 23,178 (-79) -0.34%
AvmTest::u128_addition_overflow 1,337 (-5) -0.37%
Lending::_withdraw 8,633 (-47) -0.54%
StaticChild::public_dispatch 2,112 (-19) -0.89%
AuthWitTest::public_dispatch 1,659 (-17) -1.01%
AvmTest::bulk_testing 22,633 (-249) -1.09%
AvmTest::u128_from_integer_overflow 817 (-9) -1.09%
Test::consume_mint_to_public_message 10,767 (-135) -1.24%
AvmTest::sha256_hash 3,915 (-52) -1.31%
FPC::public_dispatch 7,131 (-109) -1.51%
TokenBridge::claim_public 11,261 (-174) -1.52%
AvmTest::pedersen_commit 1,263 (-21) -1.64%
Token::complete_refund 5,373 (-95) -1.74%
AvmTest::debug_logging 1,292 (-26) -1.97%
TokenBridge::public_dispatch 20,492 (-443) -2.12%
Parent::public_static_call 1,138 (-26) -2.23%
StaticParent::public_static_call 1,138 (-26) -2.23%
AvmTest::public_dispatch 60,662 (-1,456) -2.34%
AvmTest::assert_calldata_copy 531 (-13) -2.39%
Uniswap::_approve_bridge_and_exit_input_asset_to_L1 6,142 (-165) -2.62%
Parent::public_dispatch 7,629 (-211) -2.69%
AvmTest::returndata_copy_oracle 1,769 (-50) -2.75%
Uniswap::public_dispatch 22,971 (-670) -2.83%
Uniswap::swap_public 15,162 (-461) -2.95%
Child::public_dispatch 4,770 (-152) -3.09%
AMM::public_dispatch 20,802 (-670) -3.12%
Lending::public_dispatch 27,067 (-970) -3.46%
AvmTest::elliptic_curve_add_and_double 713 (-26) -3.52%
AvmTest::elliptic_curve_add 580 (-26) -4.29%
Parent::pub_entry_point 578 (-26) -4.30%
StaticParent::public_call 578 (-26) -4.30%
AvmTest::read_storage_list 284 (-13) -4.38%
StaticParent::public_dispatch 5,764 (-278) -4.60%
Parent::pub_entry_point_twice 975 (-52) -5.06%
Uniswap::_assert_token_is_same 717 (-39) -5.16%
StaticParent::public_nested_static_call 2,046 (-117) -5.41%
AvmTest::check_selector 227 (-13) -5.42%
DocsExample::get_public_immutable_constrained_public_indirect 656 (-39) -5.61%
Lending::withdraw_public 1,894 (-117) -5.82%
Lending::borrow_public 1,894 (-117) -5.82%
TokenBridge::exit_to_l1_public 6,327 (-391) -5.82%
AuthWitTest::consume_public 622 (-39) -5.90%
FPC::pay_refund 2,041 (-130) -5.99%
FPC::prepare_fee 1,986 (-130) -6.14%
Child::set_value_twice_with_nested_first 589 (-39) -6.21%
Child::set_value_twice_with_nested_last 589 (-39) -6.21%
AMM::_remove_liquidity 6,560 (-442) -6.31%
AvmTest::get_function_selector 192 (-13) -6.34%
AvmTest::nested_static_call_to_add 569 (-39) -6.41%
AvmTest::nested_call_to_add 569 (-39) -6.41%
AvmTest::nested_call_to_assert_same 569 (-39) -6.41%
AMM::_add_liquidity 8,043 (-559) -6.50%
StaticParent::public_get_value_from_child 555 (-39) -6.57%
AvmTest::nested_call_to_add_with_gas 544 (-39) -6.69%
AvmTest::create_different_nullifier_in_nested_call 494 (-39) -7.32%
AvmTest::create_same_nullifier_in_nested_call 484 (-39) -7.46%
ImportTest::pub_call_public_fn 479 (-39) -7.53%
AvmTest::nested_static_call_to_set_storage 478 (-39) -7.54%
Child::set_value_with_two_nested_calls 930 (-78) -7.74%
AvmTest::nested_call_to_nothing 464 (-39) -7.75%
AvmTest::external_call_to_assertion_failure 464 (-39) -7.75%
AvmTest::external_call_to_divide_by_zero 464 (-39) -7.75%
ImportTest::public_dispatch 1,061 (-91) -7.90%
Lending::repay_public 2,425 (-221) -8.35%
Lending::deposit_public 2,542 (-234) -8.43%

Copy link
Contributor

github-actions bot commented Dec 6, 2024

Changes to circuit sizes

Generated at commit: b612e87ed349b6c3a17c437a01f3a3ba3033a423, compared to commit: 4fcbc592c963389a132b5b72f0f68d1f6526943b

🧾 Summary (100% most significant diffs)

Program ACIR opcodes (+/-) % Circuit size (+/-) %
private_kernel_reset_4_4_4_4_4_4_4_4_4 +2,098 ❌ +5.74% +13,627 ❌ +14.75%
parity_base +492 ❌ +13.83% +528 ❌ +1.76%
private_kernel_reset -2,201 ✅ -2.26% +3,818 ❌ +0.60%
rollup_merge +328 ❌ +11.22% +352 ❌ +0.02%
parity_root +492 ❌ +11.47% +528 ❌ +0.01%
rollup_block_root +330 ❌ +8.54% +354 ❌ +0.01%
private_kernel_tail -6 ✅ -0.11% -7 ✅ -0.05%
rollup_block_merge -2,323 ✅ -16.75% -2,263 ✅ -0.12%
rollup_root -2,323 ✅ -16.77% -2,263 ✅ -0.12%
private_kernel_inner -1,584 ✅ -3.43% -2,321 ✅ -3.61%
private_kernel_init -1,542 ✅ -5.52% -2,272 ✅ -5.61%
private_kernel_tail_to_public -1,176 ✅ -6.30% -2,842 ✅ -8.51%
rollup_base_public -2,114,283 ✅ -74.57% -3,634,599 ✅ -12.41%
rollup_base_private -2,099,150 ✅ -90.49% -3,599,111 ✅ -50.00%

Full diff report 👇
Program ACIR opcodes (+/-) % Circuit size (+/-) %
private_kernel_reset_4_4_4_4_4_4_4_4_4 38,676 (+2,098) +5.74% 105,995 (+13,627) +14.75%
parity_base 4,049 (+492) +13.83% 30,482 (+528) +1.76%
private_kernel_reset 95,121 (-2,201) -2.26% 642,517 (+3,818) +0.60%
rollup_merge 3,252 (+328) +11.22% 1,826,923 (+352) +0.02%
parity_root 4,782 (+492) +11.47% 3,636,544 (+528) +0.01%
rollup_block_root 4,192 (+330) +8.54% 2,739,382 (+354) +0.01%
private_kernel_tail 5,327 (-6) -0.11% 15,176 (-7) -0.05%
rollup_block_merge 11,544 (-2,323) -16.75% 1,858,081 (-2,263) -0.12%
rollup_root 11,528 (-2,323) -16.77% 1,858,067 (-2,263) -0.12%
private_kernel_inner 44,664 (-1,584) -3.43% 62,034 (-2,321) -3.61%
private_kernel_init 26,397 (-1,542) -5.52% 38,197 (-2,272) -5.61%
private_kernel_tail_to_public 17,502 (-1,176) -6.30% 30,552 (-2,842) -8.51%
rollup_base_public 721,202 (-2,114,283) -74.57% 25,650,146 (-3,634,599) -12.41%
rollup_base_private 220,672 (-2,099,150) -90.49% 3,598,501 (-3,599,111) -50.00%

@PhilWindle PhilWindle merged commit be91d80 into master Dec 6, 2024
130 of 136 checks passed
@PhilWindle PhilWindle deleted the ad/fix/deploy_spartan.sh branch December 6, 2024 09:12
just-mitch pushed a commit that referenced this pull request Dec 6, 2024
🤖 I have created a release *beep* *boop*
---


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

##
[0.66.0](aztec-package-v0.65.2...aztec-package-v0.66.0)
(2024-12-06)


### ⚠ BREAKING CHANGES

* Remove debug and winston in favor of pino
([#10355](#10355))

### Features

* Agent and broker expose OTEL metrics
([#10264](#10264))
([c2c8cc6](c2c8cc6))
* Epoch cache, do not attest if not in committee or from current
proposer
([#10327](#10327))
([9ebaa65](9ebaa65))
* Staking integration
([#10403](#10403))
([ecd6c4f](ecd6c4f))


### Miscellaneous

* Remove debug and winston in favor of pino
([#10355](#10355))
([c246aba](c246aba))
</details>

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

##
[0.66.0](barretenberg.js-v0.65.2...barretenberg.js-v0.66.0)
(2024-12-06)


### Miscellaneous

* **barretenberg.js:** Synchronize aztec-packages versions
</details>

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

##
[0.66.0](aztec-packages-v0.65.2...aztec-packages-v0.66.0)
(2024-12-06)


### ⚠ BREAKING CHANGES

* remove `ec` module from stdlib
(noir-lang/noir#6612)
* Disallow `#[export]` on associated methods
(noir-lang/noir#6626)
* Require types of globals to be specified
(noir-lang/noir#6592)
* remove eddsa from stdlib (noir-lang/noir#6591)
* Remove debug and winston in favor of pino
([#10355](#10355))
* remove SchnorrVerify opcode
([#9897](#9897))

### Features

* Add `array_refcount` and `slice_refcount` builtins for debugging
(noir-lang/noir#6584)
([3304046](3304046))
* Add `BoundedVec::from_parts` and `BoundedVec::from_parts_unchecked`
(noir-lang/noir#6691)
([3304046](3304046))
* Add memory report into the CI
(noir-lang/noir#6630)
([3304046](3304046))
* Add workflow_call trigger to network-deploy
([#10451](#10451))
([18254e6](18254e6))
* Adding configurable data dir and p2p pk for testnet nodes
([#10422](#10422))
([77b0039](77b0039))
* Agent and broker expose OTEL metrics
([#10264](#10264))
([c2c8cc6](c2c8cc6))
* Allow filtering which SSA passes are printed
(noir-lang/noir#6636)
([3304046](3304046))
* Allow ignoring test failures from foreign calls
(noir-lang/noir#6660)
([3304046](3304046))
* Allow querying block number for tree indices
([#10332](#10332))
([cf05a7a](cf05a7a))
* AMM
([#10153](#10153))
([90668c3](90668c3))
* Avoid incrementing reference counts in some cases
(noir-lang/noir#6568)
([3304046](3304046))
* Avoid inserting an empty leaf in indexed trees on update
([#10281](#10281))
([5a04ca8](5a04ca8))
* Avoid inserting an empty leaf in indexed trees on update
([#10334](#10334))
([80fad45](80fad45))
* **bb:** Define std::hash for field
([#10312](#10312))
([752bc59](752bc59))
* Better error message when trying to invoke struct function field
(noir-lang/noir#6661)
([3304046](3304046))
* Client IVC API
([#10217](#10217))
([cc54a1e](cc54a1e))
* **comptime:** Implement blackbox functions in comptime interpreter
(noir-lang/noir#6551)
([3304046](3304046))
* Delete attestations older than a slot
([#10326](#10326))
([24abcfe](24abcfe))
* Deploy devnet to k8s
([#10449](#10449))
([27506c1](27506c1))
* Deploy networks via github actions
([#10381](#10381))
([7e19b39](7e19b39))
* **docs:** Applied structure feedback
([#9288](#9288))
([5b0b721](5b0b721))
* Epoch cache, do not attest if not in committee or from current
proposer
([#10327](#10327))
([9ebaa65](9ebaa65))
* Gas Utils for L1 operations
([#9834](#9834))
([17fa214](17fa214))
* Improve parser recovery of constructor field with '::' instead of ':'
(noir-lang/noir#6701)
([3304046](3304046))
* Integrate verify_proof calls in mock protocol circuits
([#9253](#9253))
([7ed89aa](7ed89aa))
* Making testnet script write a docker compose file
([#10333](#10333))
([be54cc3](be54cc3))
* Manage enqueued calls & phases in AVM witgen
([#10310](#10310))
([e7ebef8](e7ebef8))
* Mock IVC state from arbitrary acir IVC recursion constraints
([#10314](#10314))
([ac7c0da](ac7c0da))
* Optionally emit public bytecode
([#10365](#10365))
([84ff623](84ff623))
* **p2p:** Persist node private p2p keys
([#10324](#10324))
([1c32eda](1c32eda))
* **p2p:** Snappy compress p2p messages
([#10417](#10417))
([c643a54](c643a54))
* **perf:** Track last loads per block in mem2reg and remove them if
possible (noir-lang/noir#6088)
([3304046](3304046))
* Process blocks in parallel during epoch proving
([#10263](#10263))
([a9d418c](a9d418c))
* Reduce memory consumption by storing array length as `u32` during SSA
(noir-lang/noir#6606)
([3304046](3304046))
* Release please for release branch
([#10467](#10467))
([38941bf](38941bf))
* Replace quadratic removal of `rc` instructions
(noir-lang/noir#6705)
([3304046](3304046))
* Replace quadratic removal of rc instructions
([#10416](#10416))
([9d833c5](9d833c5))
* Revert changes to `ValueMerger` and `Instruction::IfElse`
(noir-lang/noir#6673)
([3304046](3304046))
* Show printable byte arrays as byte strings in SSA
(noir-lang/noir#6709)
([3304046](3304046))
* Simplify `jmpif`s by reversing branches if condition is negated
(noir-lang/noir#5891)
([3304046](3304046))
* **ssa:** Deduplicate intrinsics with predicates
(noir-lang/noir#6615)
([3304046](3304046))
* **ssa:** Hoisting of array get using known induction variable maximum
(noir-lang/noir#6639)
([3304046](3304046))
* **ssa:** Loop invariant code motion
(noir-lang/noir#6563)
([3304046](3304046))
* **ssa:** Option to set the maximum acceptable Brillig bytecode
increase in unrolling (noir-lang/noir#6641)
([3304046](3304046))
* **ssa:** Simplify array get from set that writes to the same dynamic
index (noir-lang/noir#6684)
([3304046](3304046))
* Staking integration
([#10403](#10403))
([ecd6c4f](ecd6c4f))
* Standalone ssd
([#10317](#10317))
([c324781](c324781))
* Switch to using an external noir implementation of Schnorr
([#10330](#10330))
([6cbd375](6cbd375))
* Sync from aztec-packages (noir-lang/noir#6576)
([3304046](3304046))
* Sync from aztec-packages (noir-lang/noir#6634)
([3304046](3304046))
* Sync from aztec-packages (noir-lang/noir#6656)
([3304046](3304046))
* Terraform for alerting on metrics
([#10192](#10192))
([05c9e5d](05c9e5d)),
closes
[#9956](#9956)
* Test release network via ci workflow
([#10388](#10388))
([e6060ec](e6060ec)),
closes
[#10383](#10383)
* **tooling:** Skip program transformation when loaded from cache
(noir-lang/noir#6689)
([3304046](3304046))
* Try to inline brillig calls with all constant arguments
(noir-lang/noir#6548)
([3304046](3304046))
* Ultra rollup flows
([#10162](#10162))
([c53f4cf](c53f4cf))
* Zip and propagate private logs
([#10210](#10210))
([5c32747](5c32747))
* Zip and silo and propagate private logs
([#10308](#10308))
([90d4385](90d4385))


### Bug Fixes

* Add helm
([#10454](#10454))
([2eb9ade](2eb9ade))
* Add secret
([#10453](#10453))
([95601df](95601df))
* Add type
([#10452](#10452))
([cd9699f](cd9699f))
* Allow multiple `_` parameters, and disallow `_` as an expression you
can read from (noir-lang/noir#6657)
([3304046](3304046))
* Always return an array of `u8`s when simplifying `Intrinsic::ToRadix`
calls (noir-lang/noir#6663)
([3304046](3304046))
* Await block unwind when a reorg happens
([#10380](#10380))
([5a02480](5a02480))
* Bbup cleanup and fix
([#10067](#10067))
([0ff8177](0ff8177))
* Bootstrapping devnet
([#10396](#10396))
([f3c7294](f3c7294))
* Bot waits for pxe synch
([#10316](#10316))
([ebd4165](ebd4165))
* Consider prereleases to be compatible with pre-1.0.0 releases
(noir-lang/noir#6580)
([3304046](3304046))
* Correct signed integer handling in `noirc_abi`
(noir-lang/noir#6638)
([3304046](3304046))
* Correct type when simplifying `derive_pedersen_generators`
(noir-lang/noir#6579)
([3304046](3304046))
* Correct types returned by constant EC operations simplified within SSA
(noir-lang/noir#6652)
([3304046](3304046))
* Disallow `#[export]` on associated methods
(noir-lang/noir#6626)
([3304046](3304046))
* Do not warn on unused functions marked with #[export]
(noir-lang/noir#6625)
([3304046](3304046))
* Don't pass default value for --node-url
([#10427](#10427))
([5299481](5299481)),
closes
[#10419](#10419)
* Don't remove necessary RC instructions in DIE pass
(noir-lang/noir#6585)
([3304046](3304046))
* Don't report visibility errors when elaborating comptime value
(noir-lang/noir#6498)
([3304046](3304046))
* Get node info from a PXE
([#10420](#10420))
([ed972f3](ed972f3))
* Increase timeouts
([#10412](#10412))
([d3b8838](d3b8838))
* LSP auto-import text indent
(noir-lang/noir#6699)
([3304046](3304046))
* LSP code action wasn't triggering on beginning or end of identifier
(noir-lang/noir#6616)
([3304046](3304046))
* **LSP:** Use generic self type to narrow down methods to complete
(noir-lang/noir#6617)
([3304046](3304046))
* Move spartan-script tf to spartan, use file in bucket
([#10395](#10395))
([5cef628](5cef628))
* Nit
([#10392](#10392))
([d6985a8](d6985a8))
* Optimize array ref counts to copy arrays much less often
(noir-lang/noir#6685)
([3304046](3304046))
* **p2p:** Override msg Id
([#10415](#10415))
([990d11b](990d11b))
* Parse a bit more SSA stuff
(noir-lang/noir#6599)
([3304046](3304046))
* Preserve newlines between comments when formatting statements
(noir-lang/noir#6601)
([3304046](3304046))
* Prevent hoisting binary instructions which can overflow
(noir-lang/noir#6672)
([3304046](3304046))
* **prover:** Handle starting blocks out of order in prover
([#10350](#10350))
([9106102](9106102))
* Publicly register contract classes
([#10385](#10385))
([94e6e1a](94e6e1a))
* Remove `compiler_version` from new `Nargo.toml`
(noir-lang/noir#6590)
([3304046](3304046))
* Revert "feat: Avoid inserting an empty leaf in indexed trees on
update"
([#10319](#10319))
([887c011](887c011))
* Revert "feat: zip and propagate private logs"
([#10302](#10302))
([9d70728](9d70728))
* Safely insert sibling paths
([#10423](#10423))
([41f7645](41f7645))
* **ssa:** Don't deduplicate constraints in blocks that are not
dominated (noir-lang/noir#6627)
([3304046](3304046))
* **ssa:** Remove RC tracker in DIE
(noir-lang/noir#6700)
([3304046](3304046))
* **ssa:** Track all local allocations during flattening
(noir-lang/noir#6619)
([3304046](3304046))
* Tf vars
([#10457](#10457))
([00aaef6](00aaef6))
* Typo in u128 docs (noir-lang/noir#6711)
([3304046](3304046))
* Url in bbup install
([#10456](#10456))
([1b0dfb7](1b0dfb7))
* Use correct type for attribute arguments
(noir-lang/noir#6640)
([3304046](3304046))
* Used signed division for signed modulo
(noir-lang/noir#6635)
([3304046](3304046))
* Witness changes in file sponge.hpp
([#10345](#10345))
([4a38edf](4a38edf))


### Miscellaneous

* Add `ram_blowup_regression` to memory report
(noir-lang/noir#6683)
([3304046](3304046))
* Add panic for compiler error described in
[#6620](#6620)
(noir-lang/noir#6621)
([3304046](3304046))
* **avm:** Fake verification routine for avm recursion in public base
rollup
([#10382](#10382))
([a1e5966](a1e5966)),
closes
[#10243](#10243)
* **avm:** Remove function selector type of getenv opcode
([#10406](#10406))
([38c0c14](38c0c14)),
closes
[#9396](#9396)
* Batch archiver requests
([#10442](#10442))
([9443e8e](9443e8e))
* Boot node has fixed peer id private key
([#10352](#10352))
([cae1203](cae1203))
* Bump alert in gossip_network.test.ts
([#10430](#10430))
([2c2169b](2c2169b))
* Centralized helm flag for proving and clean release tf deploys
([#10221](#10221))
([c2c1744](c2c1744))
* **ci:** Move playwright install to `+deps`
([#10293](#10293))
([d7bd306](d7bd306))
* Clean up archiver logs
([#10429](#10429))
([4fcbc59](4fcbc59))
* Consolidate some CI workflows to reduce sprawl
(noir-lang/noir#6696)
([3304046](3304046))
* Contracts on a diet
([#10389](#10389))
([dddb008](dddb008))
* Deduplicate constants across blocks
([#9972](#9972))
([69bb64f](69bb64f))
* Derive PartialEq and Hash for FieldElement
(noir-lang/noir#6610)
([3304046](3304046))
* **docs:** Remove additional `DEBUG` references, add note on
`LOG_LEVEL`s
([#10434](#10434))
([e1e5906](e1e5906))
* Don't generate proofs of verifier circuits in test
([#10405](#10405))
([c00ebdd](c00ebdd))
* Fix sassy-salamander chores v1
([#10218](#10218))
([7227b48](7227b48)),
closes
[#10074](#10074)
[#10075](#10075)
[#10077](#10077)
* Fix tests in `noirc_abi_wasm`
(noir-lang/noir#6688)
([3304046](3304046))
* Fix traces endpoint url in native testnet script
([#10309](#10309))
([2367c62](2367c62))
* Fix typo in test name (noir-lang/noir#6589)
([3304046](3304046))
* Fix warning when compiling `noir_wasm`
(noir-lang/noir#6686)
([3304046](3304046))
* Ignore almost-empty directories in nargo_cli tests
(noir-lang/noir#6611)
([3304046](3304046))
* Improve error message of `&T`
(noir-lang/noir#6633)
([3304046](3304046))
* Log manual contract class registrations
([#10354](#10354))
([da1470d](da1470d))
* Making bbup a shell script
([#10426](#10426))
([1c29554](1c29554))
* **network_test.sh:** Work around 143 by disabling stern
([#10436](#10436))
([64f6dad](64f6dad))
* Parallelise construction of perturbator coefficients at each level
([#10304](#10304))
([ba335bd](ba335bd))
* Parallelise inverse polynomial construction for lookup relations
([#10413](#10413))
([427cf59](427cf59))
* Pin foundry version in CI
(noir-lang/noir#6642)
([3304046](3304046))
* Public inputs in unit tests with proving were incorrectly set
([#10300](#10300))
([0311bf3](0311bf3))
* Pull out cfg simplification changes
([#10279](#10279))
([c48ae90](c48ae90))
* Pull out constant brillig inliner
([#10291](#10291))
([0577c1a](0577c1a))
* Pull out loop invariant optimization
([#10277](#10277))
([94cba37](94cba37))
* Pull out sync changes
([#10292](#10292))
([49f80b3](49f80b3))
* Random typos
([#10393](#10393))
([ed47a42](ed47a42))
* Redo typo PR by Dimitrolito
([#10364](#10364))
([da809c5](da809c5))
* Redo typo PR by Dimitrolito
(noir-lang/noir#6614)
([3304046](3304046))
* Redo typo PR by donatik27
(noir-lang/noir#6575)
([3304046](3304046))
* Redo typo PR by leopardracer
([#10363](#10363))
([0d1b722](0d1b722))
* Redo typo PR by leopardracer
([#10444](#10444))
([3653c4c](3653c4c))
* Refactor foreign call executors
(noir-lang/noir#6659)
([3304046](3304046))
* Refactor indexed tree to use traits
([#10361](#10361))
([621cbaf](621cbaf))
* Refactor poseidon2 (noir-lang/noir#6655)
([3304046](3304046))
* Release Noir(1.0.0-beta.0)
(noir-lang/noir#6562)
([3304046](3304046))
* Remove `ec` module from stdlib
(noir-lang/noir#6612)
([3304046](3304046))
* Remove debug and winston in favor of pino
([#10355](#10355))
([c246aba](c246aba))
* Remove eddsa from stdlib (noir-lang/noir#6591)
([3304046](3304046))
* Remove inliner override for `reference_counts` test
(noir-lang/noir#6714)
([3304046](3304046))
* Remove SchnorrVerify opcode
([#9897](#9897))
([93cd323](93cd323))
* Remove temporary allocations from `num_bits`
(noir-lang/noir#6600)
([3304046](3304046))
* Remove unused dep
([#10295](#10295))
([2a07355](2a07355))
* Replace relative paths to noir-protocol-circuits
([8fd8236](8fd8236))
* Replace relative paths to noir-protocol-circuits
([5d11e24](5d11e24))
* Replace relative paths to noir-protocol-circuits
([e7a99f2](e7a99f2))
* Replace relative paths to noir-protocol-circuits
([2496118](2496118))
* Replace relative paths to noir-protocol-circuits
([d77dc96](d77dc96))
* Replace relative paths to noir-protocol-circuits
([46d12e3](46d12e3))
* Require types of globals to be specified
(noir-lang/noir#6592)
([3304046](3304046))
* Revert "fix: Don't remove necessary RC instructions in DIE pass
(noir-lang/noir#6585)"
(noir-lang/noir#6693)
([3304046](3304046))
* Sassy network
([#10468](#10468))
([92eb377](92eb377))
* Simplify otel config, 1val setup, fix pod dns, retries
([#10344](#10344))
([be91d80](be91d80))
* Skip A-&gt;B B->A e2e_2_pxes test
([#10297](#10297))
([b75bfd0](b75bfd0))
* Sync logging with jest
([#10459](#10459))
([6e33cb9](6e33cb9))
* Typo in oracles how to (noir-lang/noir#6598)
([3304046](3304046))
* Update noir-bench-report version
(noir-lang/noir#6675)
([3304046](3304046))
* Update pprof (noir-lang/noir#6710)
([3304046](3304046))
* Update release-please action
(noir-lang/noir#6704)
([3304046](3304046))
* Use non default mnemonic for releases
([#10400](#10400))
([bb5f364](bb5f364))
</details>

<details><summary>barretenberg: 0.66.0</summary>

##
[0.66.0](barretenberg-v0.65.2...barretenberg-v0.66.0)
(2024-12-06)


### ⚠ BREAKING CHANGES

* remove SchnorrVerify opcode
([#9897](#9897))

### Features

* Allow querying block number for tree indices
([#10332](#10332))
([cf05a7a](cf05a7a))
* Avoid inserting an empty leaf in indexed trees on update
([#10281](#10281))
([5a04ca8](5a04ca8))
* Avoid inserting an empty leaf in indexed trees on update
([#10334](#10334))
([80fad45](80fad45))
* **bb:** Define std::hash for field
([#10312](#10312))
([752bc59](752bc59))
* Client IVC API
([#10217](#10217))
([cc54a1e](cc54a1e))
* Integrate verify_proof calls in mock protocol circuits
([#9253](#9253))
([7ed89aa](7ed89aa))
* Manage enqueued calls & phases in AVM witgen
([#10310](#10310))
([e7ebef8](e7ebef8))
* Mock IVC state from arbitrary acir IVC recursion constraints
([#10314](#10314))
([ac7c0da](ac7c0da))
* Ultra rollup flows
([#10162](#10162))
([c53f4cf](c53f4cf))


### Bug Fixes

* Bbup cleanup and fix
([#10067](#10067))
([0ff8177](0ff8177))
* Revert "feat: Avoid inserting an empty leaf in indexed trees on
update"
([#10319](#10319))
([887c011](887c011))
* Url in bbup install
([#10456](#10456))
([1b0dfb7](1b0dfb7))
* Witness changes in file sponge.hpp
([#10345](#10345))
([4a38edf](4a38edf))


### Miscellaneous

* **avm:** Fake verification routine for avm recursion in public base
rollup
([#10382](#10382))
([a1e5966](a1e5966)),
closes
[#10243](#10243)
* **avm:** Remove function selector type of getenv opcode
([#10406](#10406))
([38c0c14](38c0c14)),
closes
[#9396](#9396)
* Don't generate proofs of verifier circuits in test
([#10405](#10405))
([c00ebdd](c00ebdd))
* Making bbup a shell script
([#10426](#10426))
([1c29554](1c29554))
* Parallelise construction of perturbator coefficients at each level
([#10304](#10304))
([ba335bd](ba335bd))
* Parallelise inverse polynomial construction for lookup relations
([#10413](#10413))
([427cf59](427cf59))
* Public inputs in unit tests with proving were incorrectly set
([#10300](#10300))
([0311bf3](0311bf3))
* Redo typo PR by Dimitrolito
([#10364](#10364))
([da809c5](da809c5))
* Redo typo PR by leopardracer
([#10363](#10363))
([0d1b722](0d1b722))
* Remove SchnorrVerify opcode
([#9897](#9897))
([93cd323](93cd323))
</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 Dec 7, 2024
🤖 I have created a release *beep* *boop*
---


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

##
[0.66.0](AztecProtocol/aztec-packages@aztec-package-v0.65.2...aztec-package-v0.66.0)
(2024-12-06)


### ⚠ BREAKING CHANGES

* Remove debug and winston in favor of pino
([#10355](AztecProtocol/aztec-packages#10355))

### Features

* Agent and broker expose OTEL metrics
([#10264](AztecProtocol/aztec-packages#10264))
([c2c8cc6](AztecProtocol/aztec-packages@c2c8cc6))
* Epoch cache, do not attest if not in committee or from current
proposer
([#10327](AztecProtocol/aztec-packages#10327))
([9ebaa65](AztecProtocol/aztec-packages@9ebaa65))
* Staking integration
([#10403](AztecProtocol/aztec-packages#10403))
([ecd6c4f](AztecProtocol/aztec-packages@ecd6c4f))


### Miscellaneous

* Remove debug and winston in favor of pino
([#10355](AztecProtocol/aztec-packages#10355))
([c246aba](AztecProtocol/aztec-packages@c246aba))
</details>

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

##
[0.66.0](AztecProtocol/aztec-packages@barretenberg.js-v0.65.2...barretenberg.js-v0.66.0)
(2024-12-06)


### Miscellaneous

* **barretenberg.js:** Synchronize aztec-packages versions
</details>

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

##
[0.66.0](AztecProtocol/aztec-packages@aztec-packages-v0.65.2...aztec-packages-v0.66.0)
(2024-12-06)


### ⚠ BREAKING CHANGES

* remove `ec` module from stdlib
(noir-lang/noir#6612)
* Disallow `#[export]` on associated methods
(noir-lang/noir#6626)
* Require types of globals to be specified
(noir-lang/noir#6592)
* remove eddsa from stdlib (noir-lang/noir#6591)
* Remove debug and winston in favor of pino
([#10355](AztecProtocol/aztec-packages#10355))
* remove SchnorrVerify opcode
([#9897](AztecProtocol/aztec-packages#9897))

### Features

* Add `array_refcount` and `slice_refcount` builtins for debugging
(noir-lang/noir#6584)
([3304046](AztecProtocol/aztec-packages@3304046))
* Add `BoundedVec::from_parts` and `BoundedVec::from_parts_unchecked`
(noir-lang/noir#6691)
([3304046](AztecProtocol/aztec-packages@3304046))
* Add memory report into the CI
(noir-lang/noir#6630)
([3304046](AztecProtocol/aztec-packages@3304046))
* Add workflow_call trigger to network-deploy
([#10451](AztecProtocol/aztec-packages#10451))
([18254e6](AztecProtocol/aztec-packages@18254e6))
* Adding configurable data dir and p2p pk for testnet nodes
([#10422](AztecProtocol/aztec-packages#10422))
([77b0039](AztecProtocol/aztec-packages@77b0039))
* Agent and broker expose OTEL metrics
([#10264](AztecProtocol/aztec-packages#10264))
([c2c8cc6](AztecProtocol/aztec-packages@c2c8cc6))
* Allow filtering which SSA passes are printed
(noir-lang/noir#6636)
([3304046](AztecProtocol/aztec-packages@3304046))
* Allow ignoring test failures from foreign calls
(noir-lang/noir#6660)
([3304046](AztecProtocol/aztec-packages@3304046))
* Allow querying block number for tree indices
([#10332](AztecProtocol/aztec-packages#10332))
([cf05a7a](AztecProtocol/aztec-packages@cf05a7a))
* AMM
([#10153](AztecProtocol/aztec-packages#10153))
([90668c3](AztecProtocol/aztec-packages@90668c3))
* Avoid incrementing reference counts in some cases
(noir-lang/noir#6568)
([3304046](AztecProtocol/aztec-packages@3304046))
* Avoid inserting an empty leaf in indexed trees on update
([#10281](AztecProtocol/aztec-packages#10281))
([5a04ca8](AztecProtocol/aztec-packages@5a04ca8))
* Avoid inserting an empty leaf in indexed trees on update
([#10334](AztecProtocol/aztec-packages#10334))
([80fad45](AztecProtocol/aztec-packages@80fad45))
* **bb:** Define std::hash for field
([#10312](AztecProtocol/aztec-packages#10312))
([752bc59](AztecProtocol/aztec-packages@752bc59))
* Better error message when trying to invoke struct function field
(noir-lang/noir#6661)
([3304046](AztecProtocol/aztec-packages@3304046))
* Client IVC API
([#10217](AztecProtocol/aztec-packages#10217))
([cc54a1e](AztecProtocol/aztec-packages@cc54a1e))
* **comptime:** Implement blackbox functions in comptime interpreter
(noir-lang/noir#6551)
([3304046](AztecProtocol/aztec-packages@3304046))
* Delete attestations older than a slot
([#10326](AztecProtocol/aztec-packages#10326))
([24abcfe](AztecProtocol/aztec-packages@24abcfe))
* Deploy devnet to k8s
([#10449](AztecProtocol/aztec-packages#10449))
([27506c1](AztecProtocol/aztec-packages@27506c1))
* Deploy networks via github actions
([#10381](AztecProtocol/aztec-packages#10381))
([7e19b39](AztecProtocol/aztec-packages@7e19b39))
* **docs:** Applied structure feedback
([#9288](AztecProtocol/aztec-packages#9288))
([5b0b721](AztecProtocol/aztec-packages@5b0b721))
* Epoch cache, do not attest if not in committee or from current
proposer
([#10327](AztecProtocol/aztec-packages#10327))
([9ebaa65](AztecProtocol/aztec-packages@9ebaa65))
* Gas Utils for L1 operations
([#9834](AztecProtocol/aztec-packages#9834))
([17fa214](AztecProtocol/aztec-packages@17fa214))
* Improve parser recovery of constructor field with '::' instead of ':'
(noir-lang/noir#6701)
([3304046](AztecProtocol/aztec-packages@3304046))
* Integrate verify_proof calls in mock protocol circuits
([#9253](AztecProtocol/aztec-packages#9253))
([7ed89aa](AztecProtocol/aztec-packages@7ed89aa))
* Making testnet script write a docker compose file
([#10333](AztecProtocol/aztec-packages#10333))
([be54cc3](AztecProtocol/aztec-packages@be54cc3))
* Manage enqueued calls & phases in AVM witgen
([#10310](AztecProtocol/aztec-packages#10310))
([e7ebef8](AztecProtocol/aztec-packages@e7ebef8))
* Mock IVC state from arbitrary acir IVC recursion constraints
([#10314](AztecProtocol/aztec-packages#10314))
([ac7c0da](AztecProtocol/aztec-packages@ac7c0da))
* Optionally emit public bytecode
([#10365](AztecProtocol/aztec-packages#10365))
([84ff623](AztecProtocol/aztec-packages@84ff623))
* **p2p:** Persist node private p2p keys
([#10324](AztecProtocol/aztec-packages#10324))
([1c32eda](AztecProtocol/aztec-packages@1c32eda))
* **p2p:** Snappy compress p2p messages
([#10417](AztecProtocol/aztec-packages#10417))
([c643a54](AztecProtocol/aztec-packages@c643a54))
* **perf:** Track last loads per block in mem2reg and remove them if
possible (noir-lang/noir#6088)
([3304046](AztecProtocol/aztec-packages@3304046))
* Process blocks in parallel during epoch proving
([#10263](AztecProtocol/aztec-packages#10263))
([a9d418c](AztecProtocol/aztec-packages@a9d418c))
* Reduce memory consumption by storing array length as `u32` during SSA
(noir-lang/noir#6606)
([3304046](AztecProtocol/aztec-packages@3304046))
* Release please for release branch
([#10467](AztecProtocol/aztec-packages#10467))
([38941bf](AztecProtocol/aztec-packages@38941bf))
* Replace quadratic removal of `rc` instructions
(noir-lang/noir#6705)
([3304046](AztecProtocol/aztec-packages@3304046))
* Replace quadratic removal of rc instructions
([#10416](AztecProtocol/aztec-packages#10416))
([9d833c5](AztecProtocol/aztec-packages@9d833c5))
* Revert changes to `ValueMerger` and `Instruction::IfElse`
(noir-lang/noir#6673)
([3304046](AztecProtocol/aztec-packages@3304046))
* Show printable byte arrays as byte strings in SSA
(noir-lang/noir#6709)
([3304046](AztecProtocol/aztec-packages@3304046))
* Simplify `jmpif`s by reversing branches if condition is negated
(noir-lang/noir#5891)
([3304046](AztecProtocol/aztec-packages@3304046))
* **ssa:** Deduplicate intrinsics with predicates
(noir-lang/noir#6615)
([3304046](AztecProtocol/aztec-packages@3304046))
* **ssa:** Hoisting of array get using known induction variable maximum
(noir-lang/noir#6639)
([3304046](AztecProtocol/aztec-packages@3304046))
* **ssa:** Loop invariant code motion
(noir-lang/noir#6563)
([3304046](AztecProtocol/aztec-packages@3304046))
* **ssa:** Option to set the maximum acceptable Brillig bytecode
increase in unrolling (noir-lang/noir#6641)
([3304046](AztecProtocol/aztec-packages@3304046))
* **ssa:** Simplify array get from set that writes to the same dynamic
index (noir-lang/noir#6684)
([3304046](AztecProtocol/aztec-packages@3304046))
* Staking integration
([#10403](AztecProtocol/aztec-packages#10403))
([ecd6c4f](AztecProtocol/aztec-packages@ecd6c4f))
* Standalone ssd
([#10317](AztecProtocol/aztec-packages#10317))
([c324781](AztecProtocol/aztec-packages@c324781))
* Switch to using an external noir implementation of Schnorr
([#10330](AztecProtocol/aztec-packages#10330))
([6cbd375](AztecProtocol/aztec-packages@6cbd375))
* Sync from aztec-packages (noir-lang/noir#6576)
([3304046](AztecProtocol/aztec-packages@3304046))
* Sync from aztec-packages (noir-lang/noir#6634)
([3304046](AztecProtocol/aztec-packages@3304046))
* Sync from aztec-packages (noir-lang/noir#6656)
([3304046](AztecProtocol/aztec-packages@3304046))
* Terraform for alerting on metrics
([#10192](AztecProtocol/aztec-packages#10192))
([05c9e5d](AztecProtocol/aztec-packages@05c9e5d)),
closes
[#9956](AztecProtocol/aztec-packages#9956)
* Test release network via ci workflow
([#10388](AztecProtocol/aztec-packages#10388))
([e6060ec](AztecProtocol/aztec-packages@e6060ec)),
closes
[#10383](AztecProtocol/aztec-packages#10383)
* **tooling:** Skip program transformation when loaded from cache
(noir-lang/noir#6689)
([3304046](AztecProtocol/aztec-packages@3304046))
* Try to inline brillig calls with all constant arguments
(noir-lang/noir#6548)
([3304046](AztecProtocol/aztec-packages@3304046))
* Ultra rollup flows
([#10162](AztecProtocol/aztec-packages#10162))
([c53f4cf](AztecProtocol/aztec-packages@c53f4cf))
* Zip and propagate private logs
([#10210](AztecProtocol/aztec-packages#10210))
([5c32747](AztecProtocol/aztec-packages@5c32747))
* Zip and silo and propagate private logs
([#10308](AztecProtocol/aztec-packages#10308))
([90d4385](AztecProtocol/aztec-packages@90d4385))


### Bug Fixes

* Add helm
([#10454](AztecProtocol/aztec-packages#10454))
([2eb9ade](AztecProtocol/aztec-packages@2eb9ade))
* Add secret
([#10453](AztecProtocol/aztec-packages#10453))
([95601df](AztecProtocol/aztec-packages@95601df))
* Add type
([#10452](AztecProtocol/aztec-packages#10452))
([cd9699f](AztecProtocol/aztec-packages@cd9699f))
* Allow multiple `_` parameters, and disallow `_` as an expression you
can read from (noir-lang/noir#6657)
([3304046](AztecProtocol/aztec-packages@3304046))
* Always return an array of `u8`s when simplifying `Intrinsic::ToRadix`
calls (noir-lang/noir#6663)
([3304046](AztecProtocol/aztec-packages@3304046))
* Await block unwind when a reorg happens
([#10380](AztecProtocol/aztec-packages#10380))
([5a02480](AztecProtocol/aztec-packages@5a02480))
* Bbup cleanup and fix
([#10067](AztecProtocol/aztec-packages#10067))
([0ff8177](AztecProtocol/aztec-packages@0ff8177))
* Bootstrapping devnet
([#10396](AztecProtocol/aztec-packages#10396))
([f3c7294](AztecProtocol/aztec-packages@f3c7294))
* Bot waits for pxe synch
([#10316](AztecProtocol/aztec-packages#10316))
([ebd4165](AztecProtocol/aztec-packages@ebd4165))
* Consider prereleases to be compatible with pre-1.0.0 releases
(noir-lang/noir#6580)
([3304046](AztecProtocol/aztec-packages@3304046))
* Correct signed integer handling in `noirc_abi`
(noir-lang/noir#6638)
([3304046](AztecProtocol/aztec-packages@3304046))
* Correct type when simplifying `derive_pedersen_generators`
(noir-lang/noir#6579)
([3304046](AztecProtocol/aztec-packages@3304046))
* Correct types returned by constant EC operations simplified within SSA
(noir-lang/noir#6652)
([3304046](AztecProtocol/aztec-packages@3304046))
* Disallow `#[export]` on associated methods
(noir-lang/noir#6626)
([3304046](AztecProtocol/aztec-packages@3304046))
* Do not warn on unused functions marked with #[export]
(noir-lang/noir#6625)
([3304046](AztecProtocol/aztec-packages@3304046))
* Don't pass default value for --node-url
([#10427](AztecProtocol/aztec-packages#10427))
([5299481](AztecProtocol/aztec-packages@5299481)),
closes
[#10419](AztecProtocol/aztec-packages#10419)
* Don't remove necessary RC instructions in DIE pass
(noir-lang/noir#6585)
([3304046](AztecProtocol/aztec-packages@3304046))
* Don't report visibility errors when elaborating comptime value
(noir-lang/noir#6498)
([3304046](AztecProtocol/aztec-packages@3304046))
* Get node info from a PXE
([#10420](AztecProtocol/aztec-packages#10420))
([ed972f3](AztecProtocol/aztec-packages@ed972f3))
* Increase timeouts
([#10412](AztecProtocol/aztec-packages#10412))
([d3b8838](AztecProtocol/aztec-packages@d3b8838))
* LSP auto-import text indent
(noir-lang/noir#6699)
([3304046](AztecProtocol/aztec-packages@3304046))
* LSP code action wasn't triggering on beginning or end of identifier
(noir-lang/noir#6616)
([3304046](AztecProtocol/aztec-packages@3304046))
* **LSP:** Use generic self type to narrow down methods to complete
(noir-lang/noir#6617)
([3304046](AztecProtocol/aztec-packages@3304046))
* Move spartan-script tf to spartan, use file in bucket
([#10395](AztecProtocol/aztec-packages#10395))
([5cef628](AztecProtocol/aztec-packages@5cef628))
* Nit
([#10392](AztecProtocol/aztec-packages#10392))
([d6985a8](AztecProtocol/aztec-packages@d6985a8))
* Optimize array ref counts to copy arrays much less often
(noir-lang/noir#6685)
([3304046](AztecProtocol/aztec-packages@3304046))
* **p2p:** Override msg Id
([#10415](AztecProtocol/aztec-packages#10415))
([990d11b](AztecProtocol/aztec-packages@990d11b))
* Parse a bit more SSA stuff
(noir-lang/noir#6599)
([3304046](AztecProtocol/aztec-packages@3304046))
* Preserve newlines between comments when formatting statements
(noir-lang/noir#6601)
([3304046](AztecProtocol/aztec-packages@3304046))
* Prevent hoisting binary instructions which can overflow
(noir-lang/noir#6672)
([3304046](AztecProtocol/aztec-packages@3304046))
* **prover:** Handle starting blocks out of order in prover
([#10350](AztecProtocol/aztec-packages#10350))
([9106102](AztecProtocol/aztec-packages@9106102))
* Publicly register contract classes
([#10385](AztecProtocol/aztec-packages#10385))
([94e6e1a](AztecProtocol/aztec-packages@94e6e1a))
* Remove `compiler_version` from new `Nargo.toml`
(noir-lang/noir#6590)
([3304046](AztecProtocol/aztec-packages@3304046))
* Revert "feat: Avoid inserting an empty leaf in indexed trees on
update"
([#10319](AztecProtocol/aztec-packages#10319))
([887c011](AztecProtocol/aztec-packages@887c011))
* Revert "feat: zip and propagate private logs"
([#10302](AztecProtocol/aztec-packages#10302))
([9d70728](AztecProtocol/aztec-packages@9d70728))
* Safely insert sibling paths
([#10423](AztecProtocol/aztec-packages#10423))
([41f7645](AztecProtocol/aztec-packages@41f7645))
* **ssa:** Don't deduplicate constraints in blocks that are not
dominated (noir-lang/noir#6627)
([3304046](AztecProtocol/aztec-packages@3304046))
* **ssa:** Remove RC tracker in DIE
(noir-lang/noir#6700)
([3304046](AztecProtocol/aztec-packages@3304046))
* **ssa:** Track all local allocations during flattening
(noir-lang/noir#6619)
([3304046](AztecProtocol/aztec-packages@3304046))
* Tf vars
([#10457](AztecProtocol/aztec-packages#10457))
([00aaef6](AztecProtocol/aztec-packages@00aaef6))
* Typo in u128 docs (noir-lang/noir#6711)
([3304046](AztecProtocol/aztec-packages@3304046))
* Url in bbup install
([#10456](AztecProtocol/aztec-packages#10456))
([1b0dfb7](AztecProtocol/aztec-packages@1b0dfb7))
* Use correct type for attribute arguments
(noir-lang/noir#6640)
([3304046](AztecProtocol/aztec-packages@3304046))
* Used signed division for signed modulo
(noir-lang/noir#6635)
([3304046](AztecProtocol/aztec-packages@3304046))
* Witness changes in file sponge.hpp
([#10345](AztecProtocol/aztec-packages#10345))
([4a38edf](AztecProtocol/aztec-packages@4a38edf))


### Miscellaneous

* Add `ram_blowup_regression` to memory report
(noir-lang/noir#6683)
([3304046](AztecProtocol/aztec-packages@3304046))
* Add panic for compiler error described in
[#6620](AztecProtocol/aztec-packages#6620)
(noir-lang/noir#6621)
([3304046](AztecProtocol/aztec-packages@3304046))
* **avm:** Fake verification routine for avm recursion in public base
rollup
([#10382](AztecProtocol/aztec-packages#10382))
([a1e5966](AztecProtocol/aztec-packages@a1e5966)),
closes
[#10243](AztecProtocol/aztec-packages#10243)
* **avm:** Remove function selector type of getenv opcode
([#10406](AztecProtocol/aztec-packages#10406))
([38c0c14](AztecProtocol/aztec-packages@38c0c14)),
closes
[#9396](AztecProtocol/aztec-packages#9396)
* Batch archiver requests
([#10442](AztecProtocol/aztec-packages#10442))
([9443e8e](AztecProtocol/aztec-packages@9443e8e))
* Boot node has fixed peer id private key
([#10352](AztecProtocol/aztec-packages#10352))
([cae1203](AztecProtocol/aztec-packages@cae1203))
* Bump alert in gossip_network.test.ts
([#10430](AztecProtocol/aztec-packages#10430))
([2c2169b](AztecProtocol/aztec-packages@2c2169b))
* Centralized helm flag for proving and clean release tf deploys
([#10221](AztecProtocol/aztec-packages#10221))
([c2c1744](AztecProtocol/aztec-packages@c2c1744))
* **ci:** Move playwright install to `+deps`
([#10293](AztecProtocol/aztec-packages#10293))
([d7bd306](AztecProtocol/aztec-packages@d7bd306))
* Clean up archiver logs
([#10429](AztecProtocol/aztec-packages#10429))
([4fcbc59](AztecProtocol/aztec-packages@4fcbc59))
* Consolidate some CI workflows to reduce sprawl
(noir-lang/noir#6696)
([3304046](AztecProtocol/aztec-packages@3304046))
* Contracts on a diet
([#10389](AztecProtocol/aztec-packages#10389))
([dddb008](AztecProtocol/aztec-packages@dddb008))
* Deduplicate constants across blocks
([#9972](AztecProtocol/aztec-packages#9972))
([69bb64f](AztecProtocol/aztec-packages@69bb64f))
* Derive PartialEq and Hash for FieldElement
(noir-lang/noir#6610)
([3304046](AztecProtocol/aztec-packages@3304046))
* **docs:** Remove additional `DEBUG` references, add note on
`LOG_LEVEL`s
([#10434](AztecProtocol/aztec-packages#10434))
([e1e5906](AztecProtocol/aztec-packages@e1e5906))
* Don't generate proofs of verifier circuits in test
([#10405](AztecProtocol/aztec-packages#10405))
([c00ebdd](AztecProtocol/aztec-packages@c00ebdd))
* Fix sassy-salamander chores v1
([#10218](AztecProtocol/aztec-packages#10218))
([7227b48](AztecProtocol/aztec-packages@7227b48)),
closes
[#10074](AztecProtocol/aztec-packages#10074)
[#10075](AztecProtocol/aztec-packages#10075)
[#10077](AztecProtocol/aztec-packages#10077)
* Fix tests in `noirc_abi_wasm`
(noir-lang/noir#6688)
([3304046](AztecProtocol/aztec-packages@3304046))
* Fix traces endpoint url in native testnet script
([#10309](AztecProtocol/aztec-packages#10309))
([2367c62](AztecProtocol/aztec-packages@2367c62))
* Fix typo in test name (noir-lang/noir#6589)
([3304046](AztecProtocol/aztec-packages@3304046))
* Fix warning when compiling `noir_wasm`
(noir-lang/noir#6686)
([3304046](AztecProtocol/aztec-packages@3304046))
* Ignore almost-empty directories in nargo_cli tests
(noir-lang/noir#6611)
([3304046](AztecProtocol/aztec-packages@3304046))
* Improve error message of `&T`
(noir-lang/noir#6633)
([3304046](AztecProtocol/aztec-packages@3304046))
* Log manual contract class registrations
([#10354](AztecProtocol/aztec-packages#10354))
([da1470d](AztecProtocol/aztec-packages@da1470d))
* Making bbup a shell script
([#10426](AztecProtocol/aztec-packages#10426))
([1c29554](AztecProtocol/aztec-packages@1c29554))
* **network_test.sh:** Work around 143 by disabling stern
([#10436](AztecProtocol/aztec-packages#10436))
([64f6dad](AztecProtocol/aztec-packages@64f6dad))
* Parallelise construction of perturbator coefficients at each level
([#10304](AztecProtocol/aztec-packages#10304))
([ba335bd](AztecProtocol/aztec-packages@ba335bd))
* Parallelise inverse polynomial construction for lookup relations
([#10413](AztecProtocol/aztec-packages#10413))
([427cf59](AztecProtocol/aztec-packages@427cf59))
* Pin foundry version in CI
(noir-lang/noir#6642)
([3304046](AztecProtocol/aztec-packages@3304046))
* Public inputs in unit tests with proving were incorrectly set
([#10300](AztecProtocol/aztec-packages#10300))
([0311bf3](AztecProtocol/aztec-packages@0311bf3))
* Pull out cfg simplification changes
([#10279](AztecProtocol/aztec-packages#10279))
([c48ae90](AztecProtocol/aztec-packages@c48ae90))
* Pull out constant brillig inliner
([#10291](AztecProtocol/aztec-packages#10291))
([0577c1a](AztecProtocol/aztec-packages@0577c1a))
* Pull out loop invariant optimization
([#10277](AztecProtocol/aztec-packages#10277))
([94cba37](AztecProtocol/aztec-packages@94cba37))
* Pull out sync changes
([#10292](AztecProtocol/aztec-packages#10292))
([49f80b3](AztecProtocol/aztec-packages@49f80b3))
* Random typos
([#10393](AztecProtocol/aztec-packages#10393))
([ed47a42](AztecProtocol/aztec-packages@ed47a42))
* Redo typo PR by Dimitrolito
([#10364](AztecProtocol/aztec-packages#10364))
([da809c5](AztecProtocol/aztec-packages@da809c5))
* Redo typo PR by Dimitrolito
(noir-lang/noir#6614)
([3304046](AztecProtocol/aztec-packages@3304046))
* Redo typo PR by donatik27
(noir-lang/noir#6575)
([3304046](AztecProtocol/aztec-packages@3304046))
* Redo typo PR by leopardracer
([#10363](AztecProtocol/aztec-packages#10363))
([0d1b722](AztecProtocol/aztec-packages@0d1b722))
* Redo typo PR by leopardracer
([#10444](AztecProtocol/aztec-packages#10444))
([3653c4c](AztecProtocol/aztec-packages@3653c4c))
* Refactor foreign call executors
(noir-lang/noir#6659)
([3304046](AztecProtocol/aztec-packages@3304046))
* Refactor indexed tree to use traits
([#10361](AztecProtocol/aztec-packages#10361))
([621cbaf](AztecProtocol/aztec-packages@621cbaf))
* Refactor poseidon2 (noir-lang/noir#6655)
([3304046](AztecProtocol/aztec-packages@3304046))
* Release Noir(1.0.0-beta.0)
(noir-lang/noir#6562)
([3304046](AztecProtocol/aztec-packages@3304046))
* Remove `ec` module from stdlib
(noir-lang/noir#6612)
([3304046](AztecProtocol/aztec-packages@3304046))
* Remove debug and winston in favor of pino
([#10355](AztecProtocol/aztec-packages#10355))
([c246aba](AztecProtocol/aztec-packages@c246aba))
* Remove eddsa from stdlib (noir-lang/noir#6591)
([3304046](AztecProtocol/aztec-packages@3304046))
* Remove inliner override for `reference_counts` test
(noir-lang/noir#6714)
([3304046](AztecProtocol/aztec-packages@3304046))
* Remove SchnorrVerify opcode
([#9897](AztecProtocol/aztec-packages#9897))
([93cd323](AztecProtocol/aztec-packages@93cd323))
* Remove temporary allocations from `num_bits`
(noir-lang/noir#6600)
([3304046](AztecProtocol/aztec-packages@3304046))
* Remove unused dep
([#10295](AztecProtocol/aztec-packages#10295))
([2a07355](AztecProtocol/aztec-packages@2a07355))
* Replace relative paths to noir-protocol-circuits
([8fd8236](AztecProtocol/aztec-packages@8fd8236))
* Replace relative paths to noir-protocol-circuits
([5d11e24](AztecProtocol/aztec-packages@5d11e24))
* Replace relative paths to noir-protocol-circuits
([e7a99f2](AztecProtocol/aztec-packages@e7a99f2))
* Replace relative paths to noir-protocol-circuits
([2496118](AztecProtocol/aztec-packages@2496118))
* Replace relative paths to noir-protocol-circuits
([d77dc96](AztecProtocol/aztec-packages@d77dc96))
* Replace relative paths to noir-protocol-circuits
([46d12e3](AztecProtocol/aztec-packages@46d12e3))
* Require types of globals to be specified
(noir-lang/noir#6592)
([3304046](AztecProtocol/aztec-packages@3304046))
* Revert "fix: Don't remove necessary RC instructions in DIE pass
(noir-lang/noir#6585)"
(noir-lang/noir#6693)
([3304046](AztecProtocol/aztec-packages@3304046))
* Sassy network
([#10468](AztecProtocol/aztec-packages#10468))
([92eb377](AztecProtocol/aztec-packages@92eb377))
* Simplify otel config, 1val setup, fix pod dns, retries
([#10344](AztecProtocol/aztec-packages#10344))
([be91d80](AztecProtocol/aztec-packages@be91d80))
* Skip A-&gt;B B->A e2e_2_pxes test
([#10297](AztecProtocol/aztec-packages#10297))
([b75bfd0](AztecProtocol/aztec-packages@b75bfd0))
* Sync logging with jest
([#10459](AztecProtocol/aztec-packages#10459))
([6e33cb9](AztecProtocol/aztec-packages@6e33cb9))
* Typo in oracles how to (noir-lang/noir#6598)
([3304046](AztecProtocol/aztec-packages@3304046))
* Update noir-bench-report version
(noir-lang/noir#6675)
([3304046](AztecProtocol/aztec-packages@3304046))
* Update pprof (noir-lang/noir#6710)
([3304046](AztecProtocol/aztec-packages@3304046))
* Update release-please action
(noir-lang/noir#6704)
([3304046](AztecProtocol/aztec-packages@3304046))
* Use non default mnemonic for releases
([#10400](AztecProtocol/aztec-packages#10400))
([bb5f364](AztecProtocol/aztec-packages@bb5f364))
</details>

<details><summary>barretenberg: 0.66.0</summary>

##
[0.66.0](AztecProtocol/aztec-packages@barretenberg-v0.65.2...barretenberg-v0.66.0)
(2024-12-06)


### ⚠ BREAKING CHANGES

* remove SchnorrVerify opcode
([#9897](AztecProtocol/aztec-packages#9897))

### Features

* Allow querying block number for tree indices
([#10332](AztecProtocol/aztec-packages#10332))
([cf05a7a](AztecProtocol/aztec-packages@cf05a7a))
* Avoid inserting an empty leaf in indexed trees on update
([#10281](AztecProtocol/aztec-packages#10281))
([5a04ca8](AztecProtocol/aztec-packages@5a04ca8))
* Avoid inserting an empty leaf in indexed trees on update
([#10334](AztecProtocol/aztec-packages#10334))
([80fad45](AztecProtocol/aztec-packages@80fad45))
* **bb:** Define std::hash for field
([#10312](AztecProtocol/aztec-packages#10312))
([752bc59](AztecProtocol/aztec-packages@752bc59))
* Client IVC API
([#10217](AztecProtocol/aztec-packages#10217))
([cc54a1e](AztecProtocol/aztec-packages@cc54a1e))
* Integrate verify_proof calls in mock protocol circuits
([#9253](AztecProtocol/aztec-packages#9253))
([7ed89aa](AztecProtocol/aztec-packages@7ed89aa))
* Manage enqueued calls & phases in AVM witgen
([#10310](AztecProtocol/aztec-packages#10310))
([e7ebef8](AztecProtocol/aztec-packages@e7ebef8))
* Mock IVC state from arbitrary acir IVC recursion constraints
([#10314](AztecProtocol/aztec-packages#10314))
([ac7c0da](AztecProtocol/aztec-packages@ac7c0da))
* Ultra rollup flows
([#10162](AztecProtocol/aztec-packages#10162))
([c53f4cf](AztecProtocol/aztec-packages@c53f4cf))


### Bug Fixes

* Bbup cleanup and fix
([#10067](AztecProtocol/aztec-packages#10067))
([0ff8177](AztecProtocol/aztec-packages@0ff8177))
* Revert "feat: Avoid inserting an empty leaf in indexed trees on
update"
([#10319](AztecProtocol/aztec-packages#10319))
([887c011](AztecProtocol/aztec-packages@887c011))
* Url in bbup install
([#10456](AztecProtocol/aztec-packages#10456))
([1b0dfb7](AztecProtocol/aztec-packages@1b0dfb7))
* Witness changes in file sponge.hpp
([#10345](AztecProtocol/aztec-packages#10345))
([4a38edf](AztecProtocol/aztec-packages@4a38edf))


### Miscellaneous

* **avm:** Fake verification routine for avm recursion in public base
rollup
([#10382](AztecProtocol/aztec-packages#10382))
([a1e5966](AztecProtocol/aztec-packages@a1e5966)),
closes
[#10243](AztecProtocol/aztec-packages#10243)
* **avm:** Remove function selector type of getenv opcode
([#10406](AztecProtocol/aztec-packages#10406))
([38c0c14](AztecProtocol/aztec-packages@38c0c14)),
closes
[#9396](AztecProtocol/aztec-packages#9396)
* Don't generate proofs of verifier circuits in test
([#10405](AztecProtocol/aztec-packages#10405))
([c00ebdd](AztecProtocol/aztec-packages@c00ebdd))
* Making bbup a shell script
([#10426](AztecProtocol/aztec-packages#10426))
([1c29554](AztecProtocol/aztec-packages@1c29554))
* Parallelise construction of perturbator coefficients at each level
([#10304](AztecProtocol/aztec-packages#10304))
([ba335bd](AztecProtocol/aztec-packages@ba335bd))
* Parallelise inverse polynomial construction for lookup relations
([#10413](AztecProtocol/aztec-packages#10413))
([427cf59](AztecProtocol/aztec-packages@427cf59))
* Public inputs in unit tests with proving were incorrectly set
([#10300](AztecProtocol/aztec-packages#10300))
([0311bf3](AztecProtocol/aztec-packages@0311bf3))
* Redo typo PR by Dimitrolito
([#10364](AztecProtocol/aztec-packages#10364))
([da809c5](AztecProtocol/aztec-packages@da809c5))
* Redo typo PR by leopardracer
([#10363](AztecProtocol/aztec-packages#10363))
([0d1b722](AztecProtocol/aztec-packages@0d1b722))
* Remove SchnorrVerify opcode
([#9897](AztecProtocol/aztec-packages#9897))
([93cd323](AztecProtocol/aztec-packages@93cd323))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
@alexghr alexghr mentioned this pull request Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
network-all Run this CI job.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants