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: better reqresp logging + handle empty responses in snappy #10657

Merged
merged 3 commits into from
Dec 13, 2024

Conversation

Maddiaa0
Copy link
Member

@Maddiaa0 Maddiaa0 commented Dec 12, 2024

Catch all error handling meant that some things were logged as errors when really they were not, such as the snappy compressing an empty item.

@Maddiaa0 Maddiaa0 requested a review from spalladino December 12, 2024 14:22
Copy link
Collaborator

@spalladino spalladino left a comment

Choose a reason for hiding this comment

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

Looks good! Left a few nits and a question, but nothing blocker.

if (data.length === 0) {
return data;
}
return Buffer.from(uncompressSync(data));
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

I take it neiter the asBuffer: true nor the Uint8Array wrapper are needed?

Copy link
Collaborator

Choose a reason for hiding this comment

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

(same for the Uint8Array in output)

@@ -4,7 +4,7 @@ import { sleep } from '@aztec/foundation/sleep';
import { describe, expect, it, jest } from '@jest/globals';
import { type MockProxy, mock } from 'jest-mock-extended';

import { CollectiveReqRespTimeoutError } from '../../errors/reqresp.error.js';
import { CollectiveReqRespTimeoutError, IndiviualReqRespTimeoutError } from '../../errors/reqresp.error.js';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
import { CollectiveReqRespTimeoutError, IndiviualReqRespTimeoutError } from '../../errors/reqresp.error.js';
import { CollectiveReqRespTimeoutError, IndividualReqRespTimeoutError } from '../../errors/reqresp.error.js';

Comment on lines 255 to 257
this.logger.debug(
`Non-punishable error: ${e.message} | peerId: ${peerId.toString()} | subProtocol: ${subProtocol}`,
);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit: let's log stuff like the peerId as labels, so we can filter by them in loki more easily.

Suggested change
this.logger.debug(
`Non-punishable error: ${e.message} | peerId: ${peerId.toString()} | subProtocol: ${subProtocol}`,
);
this.logger.debug(
`Non-punishable error ${e.message} in subProtocol: ${subProtocol}`, { peerId: peerId.toString(), subProtocol }
);

@Maddiaa0 Maddiaa0 enabled auto-merge (squash) December 13, 2024 18:23
Copy link
Contributor

github-actions bot commented Dec 13, 2024

Changes to public function bytecode sizes

Generated at commit: 87f117d756b85a9dc73b83b7b92f5ec41397efd8, compared to commit: 84ea539145173a88bddfdc617051f16a7aba9834

🧾 Summary (100% most significant diffs)

Program Bytecode size in bytes (+/-) %
AMM::public_dispatch +189 ❌ +0.88%
TokenBlacklist::public_dispatch -52 ✅ -0.21%
FeeJuice::public_dispatch -13 ✅ -0.26%
EasyPrivateVoting::public_dispatch -13 ✅ -0.26%
Auth::public_dispatch -26 ✅ -0.27%
Token::burn_public -13 ✅ -0.30%
AuthRegistry::public_dispatch -26 ✅ -0.32%
InclusionProofs::public_dispatch -13 ✅ -0.33%
Lending::_borrow -26 ✅ -0.35%
TokenBlacklist::constructor -26 ✅ -0.37%
TokenBlacklist::update_roles -26 ✅ -0.39%
StatefulTest::public_dispatch -26 ✅ -0.41%
Spam::public_dispatch -13 ✅ -0.42%
StaticParent::public_dispatch -26 ✅ -0.43%
StatefulTest::public_constructor -13 ✅ -0.43%
PriceFeed::public_dispatch -13 ✅ -0.44%
Crowdfunding::init -13 ✅ -0.46%
AMM::constructor -13 ✅ -0.46%
Lending::update_accumulator -26 ✅ -0.47%
Lending::_repay -26 ✅ -0.47%
TokenBlacklist::burn_public -26 ✅ -0.48%
AvmInitializerTest::public_dispatch -13 ✅ -0.48%
Token::mint_to_public -13 ✅ -0.48%
NFT::mint -13 ✅ -0.49%
Auth::constructor -13 ✅ -0.49%
EasyPrivateVoting::constructor -13 ✅ -0.49%
Uniswap::constructor -13 ✅ -0.50%
InclusionProofs::constructor -13 ✅ -0.51%
Child::public_dispatch -26 ✅ -0.53%
Lending::get_position -26 ✅ -0.55%
TokenBlacklist::_increase_public_balance -13 ✅ -0.56%
Token::_increase_public_balance -13 ✅ -0.56%
Token::transfer_in_public -26 ✅ -0.57%
Spam::public_spam -13 ✅ -0.58%
TokenBridge::exit_to_l1_public -39 ✅ -0.58%
Benchmarking::increment_balance -13 ✅ -0.58%
NFT::owner_of -13 ✅ -0.58%
Token::constructor -26 ✅ -0.59%
CardGame::public_dispatch -91 ✅ -0.59%
NFT::constructor -26 ✅ -0.60%
FPC::pay_refund -13 ✅ -0.60%
StaticParent::public_nested_static_call -13 ✅ -0.60%
AppSubscription::public_dispatch -26 ✅ -0.60%
FPC::prepare_fee -13 ✅ -0.61%
FeeJuice::check_balance -13 ✅ -0.62%
TokenBlacklist::shield -39 ✅ -0.62%
FeeJuice::_increase_public_balance -13 ✅ -0.63%
Parent::public_dispatch -52 ✅ -0.64%
TokenBlacklist::mint_public -26 ✅ -0.64%
Lending::withdraw_public -13 ✅ -0.64%
Lending::borrow_public -13 ✅ -0.64%
Auth::get_authorized_delay -13 ✅ -0.64%
DocsExample::public_dispatch -26 ✅ -0.64%
TokenBlacklist::transfer_public -39 ✅ -0.65%
AvmInitializerTest::constructor -13 ✅ -0.67%
TokenBlacklist::mint_private -26 ✅ -0.68%
FPC::public_dispatch -52 ✅ -0.68%
EasyPrivateVoting::add_to_tally_public -13 ✅ -0.69%
Benchmarking::public_dispatch -26 ✅ -0.69%
Claim::public_dispatch -26 ✅ -0.71%
NFT::transfer_in_public -26 ✅ -0.71%
TokenBlacklist::balance_of_public -13 ✅ -0.73%
Token::balance_of_public -13 ✅ -0.73%
Lending::_withdraw -65 ✅ -0.74%
AuthRegistry::is_consumable -13 ✅ -0.75%
AvmTest::add_storage_map -13 ✅ -0.75%
Auth::set_authorized_delay -39 ✅ -0.75%
AuthRegistry::_set_authorized -13 ✅ -0.75%
FeeJuice::balance_of_public -13 ✅ -0.75%
Auth::set_authorized -39 ✅ -0.76%
AuthRegistry::set_authorized -13 ✅ -0.77%
NFT::is_minter -13 ✅ -0.77%
PriceFeed::set_price -13 ✅ -0.77%
NFT::set_minter -13 ✅ -0.77%
Token::is_minter -13 ✅ -0.77%
Token::set_minter -13 ✅ -0.77%
NFT::_finish_transfer_to_public -13 ✅ -0.78%
CardGame::start_game -52 ✅ -0.78%
NFT::public_dispatch -195 ✅ -0.79%
Benchmarking::broadcast -13 ✅ -0.79%
PriceFeed::get_price -13 ✅ -0.79%
AvmTest::set_storage_map -13 ✅ -0.80%
AuthRegistry::is_reject_all -13 ✅ -0.80%
StatefulTest::increment_public_value -13 ✅ -0.80%
StatefulTest::get_public_value -13 ✅ -0.80%
Test::public_dispatch -156 ✅ -0.81%
AvmTest::read_storage_map -13 ✅ -0.82%
AppSubscription::constructor -26 ✅ -0.82%
AuthRegistry::set_reject_all -13 ✅ -0.82%
StatefulTest::increment_public_value_no_init_check -13 ✅ -0.82%
Crowdfunding::public_dispatch -39 ✅ -0.83%
AvmTest::poseidon2_hash -13 ✅ -0.83%
AvmTest::pedersen_hash -26 ✅ -0.83%
AvmTest::pedersen_hash_with_index -26 ✅ -0.83%
AuthRegistry::consume -26 ✅ -0.84%
TokenBridge::public_dispatch -182 ✅ -0.85%
Uniswap::public_dispatch -221 ✅ -0.88%
Uniswap::swap_public -143 ✅ -0.89%
Claim::constructor -26 ✅ -0.91%
AvmTest::public_dispatch -598 ✅ -0.92%
Lending::deposit_public -26 ✅ -0.93%
TokenBlacklist::get_roles -26 ✅ -0.93%
Lending::init -26 ✅ -0.93%
CardGame::on_card_played -52 ✅ -0.94%
TokenBridge::constructor -26 ✅ -0.94%
FPC::constructor -26 ✅ -0.95%
Test::consume_message_from_arbitrary_sender_public -78 ✅ -0.96%
Lending::repay_public -26 ✅ -0.97%
TokenBridge::claim_public -117 ✅ -0.99%
AvmTest::pedersen_commit -13 ✅ -1.00%
Lending::public_dispatch -286 ✅ -1.01%
Test::consume_mint_to_public_message -117 ✅ -1.04%
AMM::_add_liquidity -91 ✅ -1.05%
NFT::_store_payload_in_transient_storage_unsafe -13 ✅ -1.07%
Token::_store_payload_in_transient_storage_unsafe -13 ✅ -1.07%
CardGame::on_game_joined -52 ✅ -1.07%
AvmTest::bulk_testing -260 ✅ -1.08%
Lending::_deposit -26 ✅ -1.08%
AMM::_remove_liquidity -78 ✅ -1.10%
Uniswap::_approve_bridge_and_exit_input_asset_to_L1 -78 ✅ -1.11%
ImportTest::public_dispatch -13 ✅ -1.12%
TestLog::emit_unencrypted_events -13 ✅ -1.14%
Test::create_l2_to_l1_message_public -26 ✅ -1.17%
Lending::get_asset -26 ✅ -1.25%
AvmTest::sha256_hash -52 ✅ -1.29%
Auth::get_authorized -26 ✅ -1.35%
AvmTest::get_args_hash -26 ✅ -1.36%
Token::_finalize_transfer_to_private_unsafe -91 ✅ -1.38%
Token::finalize_transfer_to_private -91 ✅ -1.39%
Token::complete_refund -78 ✅ -1.39%
Auth::get_scheduled_authorized -26 ✅ -1.43%
Parent::public_nested_static_call -52 ✅ -1.43%
CardGame::on_cards_claimed -104 ✅ -1.45%
Token::_finalize_mint_to_private_unsafe -91 ✅ -1.45%
Token::finalize_mint_to_private -91 ✅ -1.47%
NFT::_finalize_transfer_to_private_unsafe -91 ✅ -1.64%
NFT::finalize_transfer_to_private -91 ✅ -1.65%
TestLog::public_dispatch -39 ✅ -1.66%
Test::emit_unencrypted -26 ✅ -1.74%
Token::public_dispatch -665 ✅ -1.99%
AvmTest::returndata_copy_oracle -39 ✅ -2.10%
AvmTest::keccak_hash -52 ✅ -2.15%
AvmTest::emit_unencrypted_log -65 ✅ -2.30%
AvmTest::n_storage_writes -39 ✅ -2.35%
Crowdfunding::_publish_donation_receipts -26 ✅ -2.74%
AvmTest::nested_call_to_nothing_recovers -13 ✅ -4.13%

Full diff report 👇
Program Bytecode size in bytes (+/-) %
AMM::public_dispatch 21,625 (+189) +0.88%
TokenBlacklist::public_dispatch 24,546 (-52) -0.21%
FeeJuice::public_dispatch 5,004 (-13) -0.26%
EasyPrivateVoting::public_dispatch 4,980 (-13) -0.26%
Auth::public_dispatch 9,592 (-26) -0.27%
Token::burn_public 4,272 (-13) -0.30%
AuthRegistry::public_dispatch 8,089 (-26) -0.32%
InclusionProofs::public_dispatch 3,945 (-13) -0.33%
Lending::_borrow 7,308 (-26) -0.35%
TokenBlacklist::constructor 6,969 (-26) -0.37%
TokenBlacklist::update_roles 6,650 (-26) -0.39%
StatefulTest::public_dispatch 6,267 (-26) -0.41%
Spam::public_dispatch 3,054 (-13) -0.42%
StaticParent::public_dispatch 6,042 (-26) -0.43%
StatefulTest::public_constructor 2,980 (-13) -0.43%
PriceFeed::public_dispatch 2,947 (-13) -0.44%
Crowdfunding::init 2,826 (-13) -0.46%
AMM::constructor 2,811 (-13) -0.46%
Lending::update_accumulator 5,547 (-26) -0.47%
Lending::_repay 5,509 (-26) -0.47%
TokenBlacklist::burn_public 5,440 (-26) -0.48%
AvmInitializerTest::public_dispatch 2,681 (-13) -0.48%
Token::mint_to_public 2,676 (-13) -0.48%
NFT::mint 2,657 (-13) -0.49%
Auth::constructor 2,633 (-13) -0.49%
EasyPrivateVoting::constructor 2,629 (-13) -0.49%
Uniswap::constructor 2,592 (-13) -0.50%
InclusionProofs::constructor 2,523 (-13) -0.51%
Child::public_dispatch 4,922 (-26) -0.53%
Lending::get_position 4,702 (-26) -0.55%
TokenBlacklist::_increase_public_balance 2,301 (-13) -0.56%
Token::_increase_public_balance 2,301 (-13) -0.56%
Token::transfer_in_public 4,503 (-26) -0.57%
Spam::public_spam 2,247 (-13) -0.58%
TokenBridge::exit_to_l1_public 6,718 (-39) -0.58%
Benchmarking::increment_balance 2,238 (-13) -0.58%
NFT::owner_of 2,237 (-13) -0.58%
Token::constructor 4,418 (-26) -0.59%
CardGame::public_dispatch 15,232 (-91) -0.59%
NFT::constructor 4,343 (-26) -0.60%
FPC::pay_refund 2,171 (-13) -0.60%
StaticParent::public_nested_static_call 2,163 (-13) -0.60%
AppSubscription::public_dispatch 4,308 (-26) -0.60%
FPC::prepare_fee 2,116 (-13) -0.61%
FeeJuice::check_balance 2,089 (-13) -0.62%
TokenBlacklist::shield 6,202 (-39) -0.62%
FeeJuice::_increase_public_balance 2,042 (-13) -0.63%
Parent::public_dispatch 8,073 (-52) -0.64%
TokenBlacklist::mint_public 4,029 (-26) -0.64%
Lending::withdraw_public 2,011 (-13) -0.64%
Lending::borrow_public 2,011 (-13) -0.64%
Auth::get_authorized_delay 2,009 (-13) -0.64%
DocsExample::public_dispatch 4,015 (-26) -0.64%
TokenBlacklist::transfer_public 6,001 (-39) -0.65%
AvmInitializerTest::constructor 1,923 (-13) -0.67%
TokenBlacklist::mint_private 3,793 (-26) -0.68%
FPC::public_dispatch 7,579 (-52) -0.68%
EasyPrivateVoting::add_to_tally_public 1,876 (-13) -0.69%
Benchmarking::public_dispatch 3,716 (-26) -0.69%
Claim::public_dispatch 3,637 (-26) -0.71%
NFT::transfer_in_public 3,623 (-26) -0.71%
TokenBlacklist::balance_of_public 1,770 (-13) -0.73%
Token::balance_of_public 1,770 (-13) -0.73%
Lending::_withdraw 8,680 (-65) -0.74%
AuthRegistry::is_consumable 1,727 (-13) -0.75%
AvmTest::add_storage_map 1,724 (-13) -0.75%
Auth::set_authorized_delay 5,166 (-39) -0.75%
AuthRegistry::_set_authorized 1,720 (-13) -0.75%
FeeJuice::balance_of_public 1,716 (-13) -0.75%
Auth::set_authorized 5,070 (-39) -0.76%
AuthRegistry::set_authorized 1,673 (-13) -0.77%
NFT::is_minter 1,672 (-13) -0.77%
PriceFeed::set_price 1,672 (-13) -0.77%
NFT::set_minter 1,671 (-13) -0.77%
Token::is_minter 1,667 (-13) -0.77%
Token::set_minter 1,666 (-13) -0.77%
NFT::_finish_transfer_to_public 1,653 (-13) -0.78%
CardGame::start_game 6,601 (-52) -0.78%
NFT::public_dispatch 24,612 (-195) -0.79%
Benchmarking::broadcast 1,637 (-13) -0.79%
PriceFeed::get_price 1,628 (-13) -0.79%
AvmTest::set_storage_map 1,622 (-13) -0.80%
AuthRegistry::is_reject_all 1,618 (-13) -0.80%
StatefulTest::increment_public_value 1,613 (-13) -0.80%
StatefulTest::get_public_value 1,603 (-13) -0.80%
Test::public_dispatch 19,130 (-156) -0.81%
AvmTest::read_storage_map 1,577 (-13) -0.82%
AppSubscription::constructor 3,139 (-26) -0.82%
AuthRegistry::set_reject_all 1,569 (-13) -0.82%
StatefulTest::increment_public_value_no_init_check 1,564 (-13) -0.82%
Crowdfunding::public_dispatch 4,685 (-39) -0.83%
AvmTest::poseidon2_hash 1,548 (-13) -0.83%
AvmTest::pedersen_hash 3,090 (-26) -0.83%
AvmTest::pedersen_hash_with_index 3,090 (-26) -0.83%
AuthRegistry::consume 3,075 (-26) -0.84%
TokenBridge::public_dispatch 21,333 (-182) -0.85%
Uniswap::public_dispatch 24,922 (-221) -0.88%
Uniswap::swap_public 15,924 (-143) -0.89%
Claim::constructor 2,846 (-26) -0.91%
AvmTest::public_dispatch 64,134 (-598) -0.92%
Lending::deposit_public 2,776 (-26) -0.93%
TokenBlacklist::get_roles 2,769 (-26) -0.93%
Lending::init 2,763 (-26) -0.93%
CardGame::on_card_played 5,503 (-52) -0.94%
TokenBridge::constructor 2,750 (-26) -0.94%
FPC::constructor 2,711 (-26) -0.95%
Test::consume_message_from_arbitrary_sender_public 8,083 (-78) -0.96%
Lending::repay_public 2,646 (-26) -0.97%
TokenBridge::claim_public 11,656 (-117) -0.99%
AvmTest::pedersen_commit 1,284 (-13) -1.00%
Lending::public_dispatch 28,037 (-286) -1.01%
Test::consume_mint_to_public_message 11,123 (-117) -1.04%
AMM::_add_liquidity 8,602 (-91) -1.05%
NFT::_store_payload_in_transient_storage_unsafe 1,202 (-13) -1.07%
Token::_store_payload_in_transient_storage_unsafe 1,202 (-13) -1.07%
CardGame::on_game_joined 4,806 (-52) -1.07%
AvmTest::bulk_testing 23,861 (-260) -1.08%
Lending::_deposit 2,385 (-26) -1.08%
AMM::_remove_liquidity 7,002 (-78) -1.10%
Uniswap::_approve_bridge_and_exit_input_asset_to_L1 6,976 (-78) -1.11%
ImportTest::public_dispatch 1,152 (-13) -1.12%
TestLog::emit_unencrypted_events 1,131 (-13) -1.14%
Test::create_l2_to_l1_message_public 2,197 (-26) -1.17%
Lending::get_asset 2,053 (-26) -1.25%
AvmTest::sha256_hash 3,967 (-52) -1.29%
Auth::get_authorized 1,893 (-26) -1.35%
AvmTest::get_args_hash 1,879 (-26) -1.36%
Token::_finalize_transfer_to_private_unsafe 6,519 (-91) -1.38%
Token::finalize_transfer_to_private 6,472 (-91) -1.39%
Token::complete_refund 5,538 (-78) -1.39%
Auth::get_scheduled_authorized 1,798 (-26) -1.43%
Parent::public_nested_static_call 3,573 (-52) -1.43%
CardGame::on_cards_claimed 7,077 (-104) -1.45%
Token::_finalize_mint_to_private_unsafe 6,167 (-91) -1.45%
Token::finalize_mint_to_private 6,120 (-91) -1.47%
NFT::_finalize_transfer_to_private_unsafe 5,466 (-91) -1.64%
NFT::finalize_transfer_to_private 5,419 (-91) -1.65%
TestLog::public_dispatch 2,314 (-39) -1.66%
Test::emit_unencrypted 1,466 (-26) -1.74%
Token::public_dispatch 32,761 (-665) -1.99%
AvmTest::returndata_copy_oracle 1,819 (-39) -2.10%
AvmTest::keccak_hash 2,363 (-52) -2.15%
AvmTest::emit_unencrypted_log 2,764 (-65) -2.30%
AvmTest::n_storage_writes 1,623 (-39) -2.35%
Crowdfunding::_publish_donation_receipts 922 (-26) -2.74%
AvmTest::nested_call_to_nothing_recovers 302 (-13) -4.13%

Copy link
Contributor

github-actions bot commented Dec 13, 2024

Changes to circuit sizes

Generated at commit: 87f117d756b85a9dc73b83b7b92f5ec41397efd8, compared to commit: 84ea539145173a88bddfdc617051f16a7aba9834

🧾 Summary (100% most significant diffs)

Program ACIR opcodes (+/-) % Circuit size (+/-) %
rollup_base_public +67,162 ❌ +2.62% +5,166,918 ❌ +60.00%
private_kernel_reset -452 ✅ -0.46% +4,538 ❌ +0.72%
private_kernel_reset_4_4_4_4_4_4_4_4_4 -32 ✅ -0.09% +278 ❌ +0.30%
private_kernel_tail_to_public -1 ✅ -0.01% -1 ✅ -0.00%
private_kernel_inner -4 ✅ -0.01% -5 ✅ -0.01%
private_kernel_init -4 ✅ -0.01% -5 ✅ -0.01%
private_kernel_tail -2 ✅ -0.04% -2 ✅ -0.01%

Full diff report 👇
Program ACIR opcodes (+/-) % Circuit size (+/-) %
rollup_base_public 2,633,355 (+67,162) +2.62% 13,778,921 (+5,166,918) +60.00%
private_kernel_reset 97,323 (-452) -0.46% 638,699 (+4,538) +0.72%
private_kernel_reset_4_4_4_4_4_4_4_4_4 36,579 (-32) -0.09% 92,368 (+278) +0.30%
private_kernel_tail_to_public 15,891 (-1) -0.01% 30,038 (-1) -0.00%
private_kernel_inner 46,250 (-4) -0.01% 64,355 (-5) -0.01%
private_kernel_init 27,940 (-4) -0.01% 40,469 (-5) -0.01%
private_kernel_tail 5,336 (-2) -0.04% 15,185 (-2) -0.01%

@Maddiaa0 Maddiaa0 merged commit 934107f into master Dec 13, 2024
70 checks passed
@Maddiaa0 Maddiaa0 deleted the md/logging-in-reresp branch December 13, 2024 21:41
ludamad pushed a commit that referenced this pull request Dec 17, 2024
🤖 I have created a release *beep* *boop*
---


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

##
[0.67.1](aztec-package-v0.67.0...aztec-package-v0.67.1)
(2024-12-17)


### Miscellaneous

* Granular CLI imports to reduce start time
([#10778](#10778))
([e2fd046](e2fd046))
* Split up protocol contract artifacts
([#10765](#10765))
([5a9ca18](5a9ca18))
* Trace and handle errors in running promises
([#10645](#10645))
([4cc0a6d](4cc0a6d))
</details>

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

##
[0.67.1](barretenberg.js-v0.67.0...barretenberg.js-v0.67.1)
(2024-12-17)


### Features

* PXE browser proving
([#10704](#10704))
([46da3cc](46da3cc))


### Bug Fixes

* **bb.js:** Use globalThis instead of self
([#10747](#10747))
([309b5f7](309b5f7)),
closes
[#10741](#10741)
* Casting vk to rawbuffer before wasm so it reads from the correct
offset
([#10769](#10769))
([6a5bcfd](6a5bcfd))
</details>

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

##
[0.67.1](aztec-packages-v0.67.0...aztec-packages-v0.67.1)
(2024-12-17)


### Features

* `nargo test -q` (or `nargo test --format terse`)
(noir-lang/noir#6776)
([8956e28](8956e28))
* Add `(x | 1)` optimization for booleans
(noir-lang/noir#6795)
([8956e28](8956e28))
* Add `nargo test --format json`
(noir-lang/noir#6796)
([d74d0fc](d74d0fc))
* Add tree equality assertions
([#10756](#10756))
([923826a](923826a))
* **avm:** Migrate simulator memory to a map
([#10715](#10715))
([64d5f2b](64d5f2b)),
closes
[#10370](#10370)
* Better initialization for permutation mapping components
([#10750](#10750))
([1516d7f](1516d7f))
* Blobs 2.
([#10188](#10188))
([d0a4b2f](d0a4b2f))
* **blobs:** Add consensus client url to config
([#10059](#10059))
([1e15bf5](1e15bf5))
* Check max fees per gas
([#10283](#10283))
([4e59b06](4e59b06))
* **cli:** Verify `return` against ABI and `Prover.toml`
(noir-lang/noir#6765)
([8956e28](8956e28))
* Json output for get_node_info
([#10771](#10771))
([b086c52](b086c52))
* Leaf index requests to the native world state can now be performed as
a batch query
([#10649](#10649))
([a437e73](a437e73))
* New 17 in 20 IVC bench added to actions
([#10777](#10777))
([9fbcff6](9fbcff6))
* Note hash management in the AVM
([#10666](#10666))
([e077980](e077980))
* **p2p:** Activate gossipsub tx validators
([#10695](#10695))
([9cce2c6](9cce2c6))
* PXE browser proving
([#10704](#10704))
([46da3cc](46da3cc))
* **ssa:** Bring back tracking of RC instructions during DIE
(noir-lang/noir#6783)
([308c5ce](308c5ce))
* **ssa:** Hoist MakeArray instructions during loop invariant code
motion (noir-lang/noir#6782)
([8956e28](8956e28))
* Sumcheck with disabled rows
([#10068](#10068))
([abd2226](abd2226))
* TXE detects duplicate nullifiers
([#10764](#10764))
([7f70110](7f70110))


### Bug Fixes

* Always remove nullified notes
([#10722](#10722))
([5e4b46d](5e4b46d))
* Avm gas and non-member
([#10709](#10709))
([dd8cc7b](dd8cc7b))
* **bb.js:** Use globalThis instead of self
([#10747](#10747))
([309b5f7](309b5f7)),
closes
[#10741](#10741)
* Cache
([#10692](#10692))
([1b1306c](1b1306c))
* Casting vk to rawbuffer before wasm so it reads from the correct
offset
([#10769](#10769))
([6a5bcfd](6a5bcfd))
* **ci:** Network-test timing
([#10725](#10725))
([9c9a2dc](9c9a2dc))
* Disable failure persistance in nargo test fuzzing
(noir-lang/noir#6777)
([8956e28](8956e28))
* Get e2e jobs
([#10689](#10689))
([37e1999](37e1999))
* Give build:fast a try in build
([#10702](#10702))
([32095f6](32095f6))
* Minimal change to avoid reverting entire PR
[#6685](#6685)
(noir-lang/noir#6778)
([8956e28](8956e28))
* Optimizer to keep track of changing opcode locations
(noir-lang/noir#6781)
([8956e28](8956e28))
* Race condition in block stream
([#10779](#10779))
([64bccd0](64bccd0))
* Race condition when cleaning epoch proof quotes
([#10795](#10795))
([f540fbe](f540fbe))
* **testdata:** Relative path calculation
([#10791](#10791))
([5a530db](5a530db))
* Use correct size for databus_id
([#10673](#10673))
([95eb658](95eb658))
* Use extension in docs link so it also works on GitHub
(noir-lang/noir#6787)
([8956e28](8956e28))
* Use throw instead of reject in broker facade
([#10735](#10735))
([cc6a72b](cc6a72b))


### Miscellaneous

* `getLogsByTags` request batching in `syncTaggedLogs`
([#10716](#10716))
([bbbf38b](bbbf38b))
* Add `Instruction::map_values_mut`
(noir-lang/noir#6756)
([308c5ce](308c5ce))
* Add errors to abis
([#10697](#10697))
([5c8e017](5c8e017))
* Add retries for prover node p2p test
([#10699](#10699))
([4115bf9](4115bf9))
* Add spans to proving job
([#10794](#10794))
([df3c51b](df3c51b))
* **avm:** Disable fake avm recursive verifier from the public base
rollup
([#10690](#10690))
([b6c9c41](b6c9c41))
* Better reqresp logging + handle empty responses in snappy
([#10657](#10657))
([934107f](934107f))
* Bump metrics and node pool
([#10745](#10745))
([9bb88bf](9bb88bf))
* Change Id to use a u32 (noir-lang/noir#6807)
([d74d0fc](d74d0fc))
* **ci:** Active rollup circuits in compilation report
(noir-lang/noir#6813)
([308c5ce](308c5ce))
* **ci:** Add bloblib to external checks
(noir-lang/noir#6818)
([381b0b8](381b0b8))
* Cleanup after e2e tests
([#10748](#10748))
([284b0a4](284b0a4))
* Disable ARM CI
([#10682](#10682))
([b16945b](b16945b))
* Do not print entire functions when running debug trace
(noir-lang/noir#6814)
([308c5ce](308c5ce))
* **docs:** Workaround (noir-lang/noir#6819)
([381b0b8](381b0b8))
* Granular CLI imports to reduce start time
([#10778](#10778))
([e2fd046](e2fd046))
* Hot fixes
([4e00dc4](4e00dc4))
* Log error in retry module
([#10719](#10719))
([84ea539](84ea539))
* Manage call stacks using a tree
(noir-lang/noir#6791)
([381b0b8](381b0b8))
* Move decider PK allocation to methods
([#10670](#10670))
([1ab9e30](1ab9e30))
* **p2p:** Move services into folders
([#10694](#10694))
([e28d12a](e28d12a))
* **prover:** Prover node should not gossip attestations
([#10672](#10672))
([41fc0f0](41fc0f0))
* Remove default export for noir contracts js
([#10762](#10762))
([c8e7763](c8e7763))
* Remove sinon in favor of a date provider
([#10705](#10705))
([3d3fabb](3d3fabb))
* Remove spurious echo
([#10774](#10774))
([5538f8c](5538f8c))
* Replace relative paths to noir-protocol-circuits
([f85fa3f](f85fa3f))
* Replace relative paths to noir-protocol-circuits
([b19c561](b19c561))
* Set max txs in spam test
([#10717](#10717))
([a50ff6c](a50ff6c))
* Slack notifications for networks
([#10784](#10784))
([bab9f85](bab9f85))
* Split up protocol contract artifacts
([#10765](#10765))
([5a9ca18](5a9ca18))
* **ssa:** Activate loop invariant code motion on ACIR functions
(noir-lang/noir#6785)
([8956e28](8956e28))
* Sync grafana dashboard
([#10792](#10792))
([421fb65](421fb65))
* Tagging cleanup
([#10675](#10675))
([52b541a](52b541a))
* Trace and handle errors in running promises
([#10645](#10645))
([4cc0a6d](4cc0a6d))
* Update external joiner script for new networks
([#10810](#10810))
([5f11cf4](5f11cf4))
</details>

<details><summary>barretenberg: 0.67.1</summary>

##
[0.67.1](barretenberg-v0.67.0...barretenberg-v0.67.1)
(2024-12-17)


### Features

* Add tree equality assertions
([#10756](#10756))
([923826a](923826a))
* Better initialization for permutation mapping components
([#10750](#10750))
([1516d7f](1516d7f))
* Leaf index requests to the native world state can now be performed as
a batch query
([#10649](#10649))
([a437e73](a437e73))
* New 17 in 20 IVC bench added to actions
([#10777](#10777))
([9fbcff6](9fbcff6))
* Note hash management in the AVM
([#10666](#10666))
([e077980](e077980))
* Sumcheck with disabled rows
([#10068](#10068))
([abd2226](abd2226))


### Bug Fixes

* Avm gas and non-member
([#10709](#10709))
([dd8cc7b](dd8cc7b))
* Use correct size for databus_id
([#10673](#10673))
([95eb658](95eb658))


### Miscellaneous

* Move decider PK allocation to methods
([#10670](#10670))
([1ab9e30](1ab9e30))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
ludamad pushed a commit that referenced this pull request Dec 18, 2024
🤖 I have created a release *beep* *boop*
---


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

##
[0.67.1](aztec-package-v0.67.0...aztec-package-v0.67.1)
(2024-12-17)


### Miscellaneous

* Granular CLI imports to reduce start time
([#10778](#10778))
([e2fd046](e2fd046))
* Split up protocol contract artifacts
([#10765](#10765))
([5a9ca18](5a9ca18))
* Trace and handle errors in running promises
([#10645](#10645))
([4cc0a6d](4cc0a6d))
</details>

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

##
[0.67.1](barretenberg.js-v0.67.0...barretenberg.js-v0.67.1)
(2024-12-17)


### Features

* PXE browser proving
([#10704](#10704))
([46da3cc](46da3cc))


### Bug Fixes

* **bb.js:** Use globalThis instead of self
([#10747](#10747))
([309b5f7](309b5f7)),
closes
[#10741](#10741)
* Casting vk to rawbuffer before wasm so it reads from the correct
offset
([#10769](#10769))
([6a5bcfd](6a5bcfd))
</details>

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

##
[0.67.1](aztec-packages-v0.67.0...aztec-packages-v0.67.1)
(2024-12-17)


### Features

* `nargo test -q` (or `nargo test --format terse`)
(noir-lang/noir#6776)
([8956e28](8956e28))
* Add `(x | 1)` optimization for booleans
(noir-lang/noir#6795)
([8956e28](8956e28))
* Add `nargo test --format json`
(noir-lang/noir#6796)
([d74d0fc](d74d0fc))
* Add tree equality assertions
([#10756](#10756))
([923826a](923826a))
* **avm:** Migrate simulator memory to a map
([#10715](#10715))
([64d5f2b](64d5f2b)),
closes
[#10370](#10370)
* Better initialization for permutation mapping components
([#10750](#10750))
([1516d7f](1516d7f))
* Blobs 2.
([#10188](#10188))
([d0a4b2f](d0a4b2f))
* **blobs:** Add consensus client url to config
([#10059](#10059))
([1e15bf5](1e15bf5))
* Check max fees per gas
([#10283](#10283))
([4e59b06](4e59b06))
* **cli:** Verify `return` against ABI and `Prover.toml`
(noir-lang/noir#6765)
([8956e28](8956e28))
* Don't store every block number in block indices DB
([#10658](#10658))
([a3fba84](a3fba84))
* Json output for get_node_info
([#10771](#10771))
([b086c52](b086c52))
* Leaf index requests to the native world state can now be performed as
a batch query
([#10649](#10649))
([a437e73](a437e73))
* New 17 in 20 IVC bench added to actions
([#10777](#10777))
([9fbcff6](9fbcff6))
* Note hash management in the AVM
([#10666](#10666))
([e077980](e077980))
* **p2p:** Activate gossipsub tx validators
([#10695](#10695))
([9cce2c6](9cce2c6))
* **p2p:** Attestation pool persistence
([#10667](#10667))
([dacef9f](dacef9f))
* PXE browser proving
([#10704](#10704))
([46da3cc](46da3cc))
* **ssa:** Bring back tracking of RC instructions during DIE
(noir-lang/noir#6783)
([308c5ce](308c5ce))
* **ssa:** Hoist MakeArray instructions during loop invariant code
motion (noir-lang/noir#6782)
([8956e28](8956e28))
* Sumcheck with disabled rows
([#10068](#10068))
([abd2226](abd2226))
* TXE detects duplicate nullifiers
([#10764](#10764))
([7f70110](7f70110))


### Bug Fixes

* Always remove nullified notes
([#10722](#10722))
([5e4b46d](5e4b46d))
* Avm gas and non-member
([#10709](#10709))
([dd8cc7b](dd8cc7b))
* AVM witgen track gas for nested calls and external halts
([#10731](#10731))
([b8bdb52](b8bdb52))
* **bb.js:** Use globalThis instead of self
([#10747](#10747))
([309b5f7](309b5f7)),
closes
[#10741](#10741)
* Block building test timeout
([#10812](#10812))
([2cad3e5](2cad3e5))
* Cache
([#10692](#10692))
([1b1306c](1b1306c))
* Casting vk to rawbuffer before wasm so it reads from the correct
offset
([#10769](#10769))
([6a5bcfd](6a5bcfd))
* **ci:** Network-test timing
([#10725](#10725))
([9c9a2dc](9c9a2dc))
* Disable failure persistance in nargo test fuzzing
(noir-lang/noir#6777)
([8956e28](8956e28))
* Get e2e jobs
([#10689](#10689))
([37e1999](37e1999))
* Give build:fast a try in build
([#10702](#10702))
([32095f6](32095f6))
* Minimal change to avoid reverting entire PR
[#6685](#6685)
(noir-lang/noir#6778)
([8956e28](8956e28))
* Optimizer to keep track of changing opcode locations
(noir-lang/noir#6781)
([8956e28](8956e28))
* Race condition in block stream
([#10779](#10779))
([64bccd0](64bccd0))
* Race condition when cleaning epoch proof quotes
([#10795](#10795))
([f540fbe](f540fbe))
* **testdata:** Relative path calculation
([#10791](#10791))
([5a530db](5a530db))
* Try fix e2e epochs in CI
([#10804](#10804))
([ba28788](ba28788))
* Use correct size for databus_id
([#10673](#10673))
([95eb658](95eb658))
* Use extension in docs link so it also works on GitHub
(noir-lang/noir#6787)
([8956e28](8956e28))
* Use throw instead of reject in broker facade
([#10735](#10735))
([cc6a72b](cc6a72b))


### Miscellaneous

* `getLogsByTags` request batching in `syncTaggedLogs`
([#10716](#10716))
([bbbf38b](bbbf38b))
* Add `Instruction::map_values_mut`
(noir-lang/noir#6756)
([308c5ce](308c5ce))
* Add errors to abis
([#10697](#10697))
([5c8e017](5c8e017))
* Add retries for prover node p2p test
([#10699](#10699))
([4115bf9](4115bf9))
* Add spans to proving job
([#10794](#10794))
([df3c51b](df3c51b))
* Average alerts across namespace for 1 hour
([#10827](#10827))
([962a7a2](962a7a2))
* **avm:** Disable fake avm recursive verifier from the public base
rollup
([#10690](#10690))
([b6c9c41](b6c9c41))
* **avm:** Radix opcode - remove immediates
([#10696](#10696))
([4ac13e6](4ac13e6)),
closes
[#10371](#10371)
* Better reqresp logging + handle empty responses in snappy
([#10657](#10657))
([934107f](934107f))
* Bump metrics and node pool
([#10745](#10745))
([9bb88bf](9bb88bf))
* Change Id to use a u32 (noir-lang/noir#6807)
([d74d0fc](d74d0fc))
* **ci:** Active rollup circuits in compilation report
(noir-lang/noir#6813)
([308c5ce](308c5ce))
* **ci:** Add bloblib to external checks
(noir-lang/noir#6818)
([381b0b8](381b0b8))
* Cleanup after e2e tests
([#10748](#10748))
([284b0a4](284b0a4))
* Disable ARM CI
([#10682](#10682))
([b16945b](b16945b))
* Do not print entire functions when running debug trace
(noir-lang/noir#6814)
([308c5ce](308c5ce))
* **docs:** Update migration notes
([#10829](#10829))
([be7cadf](be7cadf))
* **docs:** Workaround (noir-lang/noir#6819)
([381b0b8](381b0b8))
* Granular CLI imports to reduce start time
([#10778](#10778))
([e2fd046](e2fd046))
* Log error in retry module
([#10719](#10719))
([84ea539](84ea539))
* Manage call stacks using a tree
(noir-lang/noir#6791)
([381b0b8](381b0b8))
* Move decider PK allocation to methods
([#10670](#10670))
([1ab9e30](1ab9e30))
* **p2p:** Move services into folders
([#10694](#10694))
([e28d12a](e28d12a))
* **prover:** Prover node should not gossip attestations
([#10672](#10672))
([41fc0f0](41fc0f0))
* Remove default export for noir contracts js
([#10762](#10762))
([c8e7763](c8e7763))
* Remove sinon in favor of a date provider
([#10705](#10705))
([3d3fabb](3d3fabb))
* Remove spurious echo
([#10774](#10774))
([5538f8c](5538f8c))
* Replace relative paths to noir-protocol-circuits
([f85fa3f](f85fa3f))
* Replace relative paths to noir-protocol-circuits
([b19c561](b19c561))
* Set max txs in spam test
([#10717](#10717))
([a50ff6c](a50ff6c))
* Slack notifications for networks
([#10784](#10784))
([bab9f85](bab9f85))
* Split up protocol contract artifacts
([#10765](#10765))
([5a9ca18](5a9ca18))
* **ssa:** Activate loop invariant code motion on ACIR functions
(noir-lang/noir#6785)
([8956e28](8956e28))
* Sync grafana dashboard
([#10792](#10792))
([421fb65](421fb65))
* Tagging cleanup
([#10675](#10675))
([52b541a](52b541a))
* Trace and handle errors in running promises
([#10645](#10645))
([4cc0a6d](4cc0a6d))
* Update external joiner script for new networks
([#10810](#10810))
([5f11cf4](5f11cf4))
</details>

<details><summary>barretenberg: 0.67.1</summary>

##
[0.67.1](barretenberg-v0.67.0...barretenberg-v0.67.1)
(2024-12-17)


### Features

* Add tree equality assertions
([#10756](#10756))
([923826a](923826a))
* Better initialization for permutation mapping components
([#10750](#10750))
([1516d7f](1516d7f))
* Don't store every block number in block indices DB
([#10658](#10658))
([a3fba84](a3fba84))
* Leaf index requests to the native world state can now be performed as
a batch query
([#10649](#10649))
([a437e73](a437e73))
* New 17 in 20 IVC bench added to actions
([#10777](#10777))
([9fbcff6](9fbcff6))
* Note hash management in the AVM
([#10666](#10666))
([e077980](e077980))
* Sumcheck with disabled rows
([#10068](#10068))
([abd2226](abd2226))


### Bug Fixes

* Avm gas and non-member
([#10709](#10709))
([dd8cc7b](dd8cc7b))
* AVM witgen track gas for nested calls and external halts
([#10731](#10731))
([b8bdb52](b8bdb52))
* Use correct size for databus_id
([#10673](#10673))
([95eb658](95eb658))


### Miscellaneous

* **avm:** Radix opcode - remove immediates
([#10696](#10696))
([4ac13e6](4ac13e6)),
closes
[#10371](#10371)
* Move decider PK allocation to methods
([#10670](#10670))
([1ab9e30](1ab9e30))
</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 18, 2024
🤖 I have created a release *beep* *boop*
---


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

##
[0.67.1](AztecProtocol/aztec-packages@aztec-package-v0.67.0...aztec-package-v0.67.1)
(2024-12-17)


### Miscellaneous

* Granular CLI imports to reduce start time
([#10778](AztecProtocol/aztec-packages#10778))
([e2fd046](AztecProtocol/aztec-packages@e2fd046))
* Split up protocol contract artifacts
([#10765](AztecProtocol/aztec-packages#10765))
([5a9ca18](AztecProtocol/aztec-packages@5a9ca18))
* Trace and handle errors in running promises
([#10645](AztecProtocol/aztec-packages#10645))
([4cc0a6d](AztecProtocol/aztec-packages@4cc0a6d))
</details>

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

##
[0.67.1](AztecProtocol/aztec-packages@barretenberg.js-v0.67.0...barretenberg.js-v0.67.1)
(2024-12-17)


### Features

* PXE browser proving
([#10704](AztecProtocol/aztec-packages#10704))
([46da3cc](AztecProtocol/aztec-packages@46da3cc))


### Bug Fixes

* **bb.js:** Use globalThis instead of self
([#10747](AztecProtocol/aztec-packages#10747))
([309b5f7](AztecProtocol/aztec-packages@309b5f7)),
closes
[#10741](AztecProtocol/aztec-packages#10741)
* Casting vk to rawbuffer before wasm so it reads from the correct
offset
([#10769](AztecProtocol/aztec-packages#10769))
([6a5bcfd](AztecProtocol/aztec-packages@6a5bcfd))
</details>

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

##
[0.67.1](AztecProtocol/aztec-packages@aztec-packages-v0.67.0...aztec-packages-v0.67.1)
(2024-12-17)


### Features

* `nargo test -q` (or `nargo test --format terse`)
(noir-lang/noir#6776)
([8956e28](AztecProtocol/aztec-packages@8956e28))
* Add `(x | 1)` optimization for booleans
(noir-lang/noir#6795)
([8956e28](AztecProtocol/aztec-packages@8956e28))
* Add `nargo test --format json`
(noir-lang/noir#6796)
([d74d0fc](AztecProtocol/aztec-packages@d74d0fc))
* Add tree equality assertions
([#10756](AztecProtocol/aztec-packages#10756))
([923826a](AztecProtocol/aztec-packages@923826a))
* **avm:** Migrate simulator memory to a map
([#10715](AztecProtocol/aztec-packages#10715))
([64d5f2b](AztecProtocol/aztec-packages@64d5f2b)),
closes
[#10370](AztecProtocol/aztec-packages#10370)
* Better initialization for permutation mapping components
([#10750](AztecProtocol/aztec-packages#10750))
([1516d7f](AztecProtocol/aztec-packages@1516d7f))
* Blobs 2.
([#10188](AztecProtocol/aztec-packages#10188))
([d0a4b2f](AztecProtocol/aztec-packages@d0a4b2f))
* **blobs:** Add consensus client url to config
([#10059](AztecProtocol/aztec-packages#10059))
([1e15bf5](AztecProtocol/aztec-packages@1e15bf5))
* Check max fees per gas
([#10283](AztecProtocol/aztec-packages#10283))
([4e59b06](AztecProtocol/aztec-packages@4e59b06))
* **cli:** Verify `return` against ABI and `Prover.toml`
(noir-lang/noir#6765)
([8956e28](AztecProtocol/aztec-packages@8956e28))
* Don't store every block number in block indices DB
([#10658](AztecProtocol/aztec-packages#10658))
([a3fba84](AztecProtocol/aztec-packages@a3fba84))
* Json output for get_node_info
([#10771](AztecProtocol/aztec-packages#10771))
([b086c52](AztecProtocol/aztec-packages@b086c52))
* Leaf index requests to the native world state can now be performed as
a batch query
([#10649](AztecProtocol/aztec-packages#10649))
([a437e73](AztecProtocol/aztec-packages@a437e73))
* New 17 in 20 IVC bench added to actions
([#10777](AztecProtocol/aztec-packages#10777))
([9fbcff6](AztecProtocol/aztec-packages@9fbcff6))
* Note hash management in the AVM
([#10666](AztecProtocol/aztec-packages#10666))
([e077980](AztecProtocol/aztec-packages@e077980))
* **p2p:** Activate gossipsub tx validators
([#10695](AztecProtocol/aztec-packages#10695))
([9cce2c6](AztecProtocol/aztec-packages@9cce2c6))
* **p2p:** Attestation pool persistence
([#10667](AztecProtocol/aztec-packages#10667))
([dacef9f](AztecProtocol/aztec-packages@dacef9f))
* PXE browser proving
([#10704](AztecProtocol/aztec-packages#10704))
([46da3cc](AztecProtocol/aztec-packages@46da3cc))
* **ssa:** Bring back tracking of RC instructions during DIE
(noir-lang/noir#6783)
([308c5ce](AztecProtocol/aztec-packages@308c5ce))
* **ssa:** Hoist MakeArray instructions during loop invariant code
motion (noir-lang/noir#6782)
([8956e28](AztecProtocol/aztec-packages@8956e28))
* Sumcheck with disabled rows
([#10068](AztecProtocol/aztec-packages#10068))
([abd2226](AztecProtocol/aztec-packages@abd2226))
* TXE detects duplicate nullifiers
([#10764](AztecProtocol/aztec-packages#10764))
([7f70110](AztecProtocol/aztec-packages@7f70110))


### Bug Fixes

* Always remove nullified notes
([#10722](AztecProtocol/aztec-packages#10722))
([5e4b46d](AztecProtocol/aztec-packages@5e4b46d))
* Avm gas and non-member
([#10709](AztecProtocol/aztec-packages#10709))
([dd8cc7b](AztecProtocol/aztec-packages@dd8cc7b))
* AVM witgen track gas for nested calls and external halts
([#10731](AztecProtocol/aztec-packages#10731))
([b8bdb52](AztecProtocol/aztec-packages@b8bdb52))
* **bb.js:** Use globalThis instead of self
([#10747](AztecProtocol/aztec-packages#10747))
([309b5f7](AztecProtocol/aztec-packages@309b5f7)),
closes
[#10741](AztecProtocol/aztec-packages#10741)
* Block building test timeout
([#10812](AztecProtocol/aztec-packages#10812))
([2cad3e5](AztecProtocol/aztec-packages@2cad3e5))
* Cache
([#10692](AztecProtocol/aztec-packages#10692))
([1b1306c](AztecProtocol/aztec-packages@1b1306c))
* Casting vk to rawbuffer before wasm so it reads from the correct
offset
([#10769](AztecProtocol/aztec-packages#10769))
([6a5bcfd](AztecProtocol/aztec-packages@6a5bcfd))
* **ci:** Network-test timing
([#10725](AztecProtocol/aztec-packages#10725))
([9c9a2dc](AztecProtocol/aztec-packages@9c9a2dc))
* Disable failure persistance in nargo test fuzzing
(noir-lang/noir#6777)
([8956e28](AztecProtocol/aztec-packages@8956e28))
* Get e2e jobs
([#10689](AztecProtocol/aztec-packages#10689))
([37e1999](AztecProtocol/aztec-packages@37e1999))
* Give build:fast a try in build
([#10702](AztecProtocol/aztec-packages#10702))
([32095f6](AztecProtocol/aztec-packages@32095f6))
* Minimal change to avoid reverting entire PR
[#6685](AztecProtocol/aztec-packages#6685)
(noir-lang/noir#6778)
([8956e28](AztecProtocol/aztec-packages@8956e28))
* Optimizer to keep track of changing opcode locations
(noir-lang/noir#6781)
([8956e28](AztecProtocol/aztec-packages@8956e28))
* Race condition in block stream
([#10779](AztecProtocol/aztec-packages#10779))
([64bccd0](AztecProtocol/aztec-packages@64bccd0))
* Race condition when cleaning epoch proof quotes
([#10795](AztecProtocol/aztec-packages#10795))
([f540fbe](AztecProtocol/aztec-packages@f540fbe))
* **testdata:** Relative path calculation
([#10791](AztecProtocol/aztec-packages#10791))
([5a530db](AztecProtocol/aztec-packages@5a530db))
* Try fix e2e epochs in CI
([#10804](AztecProtocol/aztec-packages#10804))
([ba28788](AztecProtocol/aztec-packages@ba28788))
* Use correct size for databus_id
([#10673](AztecProtocol/aztec-packages#10673))
([95eb658](AztecProtocol/aztec-packages@95eb658))
* Use extension in docs link so it also works on GitHub
(noir-lang/noir#6787)
([8956e28](AztecProtocol/aztec-packages@8956e28))
* Use throw instead of reject in broker facade
([#10735](AztecProtocol/aztec-packages#10735))
([cc6a72b](AztecProtocol/aztec-packages@cc6a72b))


### Miscellaneous

* `getLogsByTags` request batching in `syncTaggedLogs`
([#10716](AztecProtocol/aztec-packages#10716))
([bbbf38b](AztecProtocol/aztec-packages@bbbf38b))
* Add `Instruction::map_values_mut`
(noir-lang/noir#6756)
([308c5ce](AztecProtocol/aztec-packages@308c5ce))
* Add errors to abis
([#10697](AztecProtocol/aztec-packages#10697))
([5c8e017](AztecProtocol/aztec-packages@5c8e017))
* Add retries for prover node p2p test
([#10699](AztecProtocol/aztec-packages#10699))
([4115bf9](AztecProtocol/aztec-packages@4115bf9))
* Add spans to proving job
([#10794](AztecProtocol/aztec-packages#10794))
([df3c51b](AztecProtocol/aztec-packages@df3c51b))
* Average alerts across namespace for 1 hour
([#10827](AztecProtocol/aztec-packages#10827))
([962a7a2](AztecProtocol/aztec-packages@962a7a2))
* **avm:** Disable fake avm recursive verifier from the public base
rollup
([#10690](AztecProtocol/aztec-packages#10690))
([b6c9c41](AztecProtocol/aztec-packages@b6c9c41))
* **avm:** Radix opcode - remove immediates
([#10696](AztecProtocol/aztec-packages#10696))
([4ac13e6](AztecProtocol/aztec-packages@4ac13e6)),
closes
[#10371](AztecProtocol/aztec-packages#10371)
* Better reqresp logging + handle empty responses in snappy
([#10657](AztecProtocol/aztec-packages#10657))
([934107f](AztecProtocol/aztec-packages@934107f))
* Bump metrics and node pool
([#10745](AztecProtocol/aztec-packages#10745))
([9bb88bf](AztecProtocol/aztec-packages@9bb88bf))
* Change Id to use a u32 (noir-lang/noir#6807)
([d74d0fc](AztecProtocol/aztec-packages@d74d0fc))
* **ci:** Active rollup circuits in compilation report
(noir-lang/noir#6813)
([308c5ce](AztecProtocol/aztec-packages@308c5ce))
* **ci:** Add bloblib to external checks
(noir-lang/noir#6818)
([381b0b8](AztecProtocol/aztec-packages@381b0b8))
* Cleanup after e2e tests
([#10748](AztecProtocol/aztec-packages#10748))
([284b0a4](AztecProtocol/aztec-packages@284b0a4))
* Disable ARM CI
([#10682](AztecProtocol/aztec-packages#10682))
([b16945b](AztecProtocol/aztec-packages@b16945b))
* Do not print entire functions when running debug trace
(noir-lang/noir#6814)
([308c5ce](AztecProtocol/aztec-packages@308c5ce))
* **docs:** Update migration notes
([#10829](AztecProtocol/aztec-packages#10829))
([be7cadf](AztecProtocol/aztec-packages@be7cadf))
* **docs:** Workaround (noir-lang/noir#6819)
([381b0b8](AztecProtocol/aztec-packages@381b0b8))
* Granular CLI imports to reduce start time
([#10778](AztecProtocol/aztec-packages#10778))
([e2fd046](AztecProtocol/aztec-packages@e2fd046))
* Log error in retry module
([#10719](AztecProtocol/aztec-packages#10719))
([84ea539](AztecProtocol/aztec-packages@84ea539))
* Manage call stacks using a tree
(noir-lang/noir#6791)
([381b0b8](AztecProtocol/aztec-packages@381b0b8))
* Move decider PK allocation to methods
([#10670](AztecProtocol/aztec-packages#10670))
([1ab9e30](AztecProtocol/aztec-packages@1ab9e30))
* **p2p:** Move services into folders
([#10694](AztecProtocol/aztec-packages#10694))
([e28d12a](AztecProtocol/aztec-packages@e28d12a))
* **prover:** Prover node should not gossip attestations
([#10672](AztecProtocol/aztec-packages#10672))
([41fc0f0](AztecProtocol/aztec-packages@41fc0f0))
* Remove default export for noir contracts js
([#10762](AztecProtocol/aztec-packages#10762))
([c8e7763](AztecProtocol/aztec-packages@c8e7763))
* Remove sinon in favor of a date provider
([#10705](AztecProtocol/aztec-packages#10705))
([3d3fabb](AztecProtocol/aztec-packages@3d3fabb))
* Remove spurious echo
([#10774](AztecProtocol/aztec-packages#10774))
([5538f8c](AztecProtocol/aztec-packages@5538f8c))
* Replace relative paths to noir-protocol-circuits
([f85fa3f](AztecProtocol/aztec-packages@f85fa3f))
* Replace relative paths to noir-protocol-circuits
([b19c561](AztecProtocol/aztec-packages@b19c561))
* Set max txs in spam test
([#10717](AztecProtocol/aztec-packages#10717))
([a50ff6c](AztecProtocol/aztec-packages@a50ff6c))
* Slack notifications for networks
([#10784](AztecProtocol/aztec-packages#10784))
([bab9f85](AztecProtocol/aztec-packages@bab9f85))
* Split up protocol contract artifacts
([#10765](AztecProtocol/aztec-packages#10765))
([5a9ca18](AztecProtocol/aztec-packages@5a9ca18))
* **ssa:** Activate loop invariant code motion on ACIR functions
(noir-lang/noir#6785)
([8956e28](AztecProtocol/aztec-packages@8956e28))
* Sync grafana dashboard
([#10792](AztecProtocol/aztec-packages#10792))
([421fb65](AztecProtocol/aztec-packages@421fb65))
* Tagging cleanup
([#10675](AztecProtocol/aztec-packages#10675))
([52b541a](AztecProtocol/aztec-packages@52b541a))
* Trace and handle errors in running promises
([#10645](AztecProtocol/aztec-packages#10645))
([4cc0a6d](AztecProtocol/aztec-packages@4cc0a6d))
* Update external joiner script for new networks
([#10810](AztecProtocol/aztec-packages#10810))
([5f11cf4](AztecProtocol/aztec-packages@5f11cf4))
</details>

<details><summary>barretenberg: 0.67.1</summary>

##
[0.67.1](AztecProtocol/aztec-packages@barretenberg-v0.67.0...barretenberg-v0.67.1)
(2024-12-17)


### Features

* Add tree equality assertions
([#10756](AztecProtocol/aztec-packages#10756))
([923826a](AztecProtocol/aztec-packages@923826a))
* Better initialization for permutation mapping components
([#10750](AztecProtocol/aztec-packages#10750))
([1516d7f](AztecProtocol/aztec-packages@1516d7f))
* Don't store every block number in block indices DB
([#10658](AztecProtocol/aztec-packages#10658))
([a3fba84](AztecProtocol/aztec-packages@a3fba84))
* Leaf index requests to the native world state can now be performed as
a batch query
([#10649](AztecProtocol/aztec-packages#10649))
([a437e73](AztecProtocol/aztec-packages@a437e73))
* New 17 in 20 IVC bench added to actions
([#10777](AztecProtocol/aztec-packages#10777))
([9fbcff6](AztecProtocol/aztec-packages@9fbcff6))
* Note hash management in the AVM
([#10666](AztecProtocol/aztec-packages#10666))
([e077980](AztecProtocol/aztec-packages@e077980))
* Sumcheck with disabled rows
([#10068](AztecProtocol/aztec-packages#10068))
([abd2226](AztecProtocol/aztec-packages@abd2226))


### Bug Fixes

* Avm gas and non-member
([#10709](AztecProtocol/aztec-packages#10709))
([dd8cc7b](AztecProtocol/aztec-packages@dd8cc7b))
* AVM witgen track gas for nested calls and external halts
([#10731](AztecProtocol/aztec-packages#10731))
([b8bdb52](AztecProtocol/aztec-packages@b8bdb52))
* Use correct size for databus_id
([#10673](AztecProtocol/aztec-packages#10673))
([95eb658](AztecProtocol/aztec-packages@95eb658))


### Miscellaneous

* **avm:** Radix opcode - remove immediates
([#10696](AztecProtocol/aztec-packages#10696))
([4ac13e6](AztecProtocol/aztec-packages@4ac13e6)),
closes
[#10371](AztecProtocol/aztec-packages#10371)
* Move decider PK allocation to methods
([#10670](AztecProtocol/aztec-packages#10670))
([1ab9e30](AztecProtocol/aztec-packages@1ab9e30))
</details>

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

Successfully merging this pull request may close these issues.

2 participants