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

test: subscribe to a dapp with a token #4696

Merged
merged 11 commits into from
Feb 24, 2024
Merged

Conversation

alexghr
Copy link
Contributor

@alexghr alexghr commented Feb 21, 2024

No description provided.

Copy link

socket-security bot commented Feb 21, 2024

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package Note
Install scripts npm/esbuild@0.18.20
Native code npm/leveldown@6.1.1
Native code npm/lmdb@2.9.2

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

What's wrong with native code?

Contains native code which could be a vector to obscure malicious code, and generally decrease the likelihood of reproducible or reliable installs.

Ensure that native code bindings are expected. Consumers may consider pure JS and functionally similar alternatives to avoid the challenges and risks associated with native code bindings.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/esbuild@0.18.20
  • @SocketSecurity ignore npm/leveldown@6.1.1
  • @SocketSecurity ignore npm/lmdb@2.9.2

@just-mitch just-mitch force-pushed the subscribe-with-bananas branch from 2ed0652 to 5ae252b Compare February 22, 2024 10:18
@just-mitch just-mitch marked this pull request as ready for review February 22, 2024 11:00
@AztecBot
Copy link
Collaborator

AztecBot commented Feb 22, 2024

Benchmark results

No metrics with a significant change found.

Detailed results

All benchmarks are run on txs on the Benchmarking contract on the repository. Each tx consists of a batch call to create_note and increment_balance, which guarantees that each tx has a private call, a nested private call, a public call, and a nested public call, as well as an emitted private note, an unencrypted log, and public storage read and write.

This benchmark source data is available in JSON format on S3 here.

Values are compared against data from master at commit faa9586e and shown if the difference exceeds 1%.

L2 block published to L1

Each column represents the number of txs on an L2 block published to L1.

Metric 8 txs 32 txs 128 txs
l1_rollup_calldata_size_in_bytes 54,212 214,436 855,332
l1_rollup_calldata_gas 259,856 1,019,228 4,060,064
l1_rollup_execution_gas 354,042 1,138,676 4,281,465
l2_block_processing_time_in_ms 1,274 (-2%) 4,789 (-2%) 19,032 (-1%)
note_successful_decrypting_time_in_ms 220 (-4%) 605 (-6%) 2,158 (-5%)
note_trial_decrypting_time_in_ms 32.1 (-25%) 42.3 (-51%) 188 (-3%)
l2_block_building_time_in_ms 21,319 (-1%) 84,711 345,793
l2_block_rollup_simulation_time_in_ms 16,006 (-1%) 63,552 260,899
l2_block_public_tx_process_time_in_ms 5,287 (-1%) 21,082 (-1%) 84,637

L2 chain processing

Each column represents the number of blocks on the L2 chain where each block has 16 txs.

Metric 5 blocks 10 blocks
node_history_sync_time_in_ms 16,276 (-1%) 31,047 (-6%)
note_history_successful_decrypting_time_in_ms 1,514 (+5%) 2,825 (-2%)
note_history_trial_decrypting_time_in_ms 191 (-62%) 244 (+6%)
node_database_size_in_bytes 18,751,568 36,114,512 (+1%)
pxe_database_size_in_bytes 29,923 59,478

Circuits stats

Stats on running time and I/O sizes collected for every circuit run across all benchmarks.

Circuit circuit_simulation_time_in_ms circuit_input_size_in_bytes circuit_output_size_in_bytes
private-kernel-init 335 44,664 27,457
private-kernel-ordering 214 45,777 14,627
base-rollup 1,748 175,344 933
root-rollup 83.9 4,192 825
private-kernel-inner 444 73,099 27,457
public-kernel-app-logic 276 32,254 25,379
merge-rollup 7.86 (-1%) 2,712 933

Tree insertion stats

The duration to insert a fixed batch of leaves into each tree type.

Metric 1 leaves 2 leaves 8 leaves 16 leaves 32 leaves 128 leaves 64 leaves 512 leaves 1024 leaves 2048 leaves 8192 leaves
batch_insert_into_append_only_tree_16_depth_ms 10.3 10.8 (-7%) 13.0 (-2%) 17.4 (-6%) 23.3 (-1%) 64.7 N/A N/A N/A N/A N/A
batch_insert_into_append_only_tree_16_depth_hash_count 16.9 17.5 23.0 31.6 47.0 143 N/A N/A N/A N/A N/A
batch_insert_into_append_only_tree_16_depth_hash_ms 0.599 0.598 (-7%) 0.549 (-2%) 0.537 (-6%) 0.485 0.447 N/A N/A N/A N/A N/A
batch_insert_into_append_only_tree_32_depth_ms N/A N/A N/A N/A N/A 75.5 (-2%) 48.3 (-1%) 242 (-1%) 469 (-1%) 916 (-1%) 3,596
batch_insert_into_append_only_tree_32_depth_hash_count N/A N/A N/A N/A N/A 159 96.0 543 1,055 2,079 8,223
batch_insert_into_append_only_tree_32_depth_hash_ms N/A N/A N/A N/A N/A 0.466 (-1%) 0.494 (-1%) 0.442 0.438 (-1%) 0.435 0.433
batch_insert_into_indexed_tree_20_depth_ms N/A N/A N/A N/A N/A 106 57.9 (-1%) 356 (-2%) 700 1,379 (-1%) 5,489 (-1%)
batch_insert_into_indexed_tree_20_depth_hash_count N/A N/A N/A N/A N/A 197 104 691 1,363 2,707 10,771
batch_insert_into_indexed_tree_20_depth_hash_ms N/A N/A N/A N/A N/A 0.502 (+1%) 0.504 (-1%) 0.484 (-1%) 0.479 (-1%) 0.477 (-1%) 0.477
batch_insert_into_indexed_tree_40_depth_ms N/A N/A N/A N/A 65.2 (-1%) N/A N/A N/A N/A N/A N/A
batch_insert_into_indexed_tree_40_depth_hash_count N/A N/A N/A N/A 110 N/A N/A N/A N/A N/A N/A
batch_insert_into_indexed_tree_40_depth_hash_ms N/A N/A N/A N/A 0.562 N/A N/A N/A N/A N/A N/A

Miscellaneous

Transaction sizes based on how many contracts are deployed in the tx.

Metric 0 deployed contracts 1 deployed contracts
tx_size_in_bytes 15,388 36,001

Transaction processing duration by data writes.

Metric 0 new note hashes 1 new note hashes
tx_pxe_processing_time_ms 571 (-3%) 1,504 (-1%)
Metric 0 public data writes 1 public data writes
tx_sequencer_processing_time_ms 0.0303 (-5%) 657

@alexghr alexghr force-pushed the subscribe-with-bananas branch from 600dd87 to 27e0ccd Compare February 22, 2024 16:57
@just-mitch just-mitch self-requested a review February 23, 2024 07:47
@just-mitch just-mitch force-pushed the subscribe-with-bananas branch from 93f8cdf to 41ddc15 Compare February 23, 2024 08:00
@alexghr alexghr force-pushed the subscribe-with-bananas branch from 05a66dd to deb30de Compare February 23, 2024 21:42
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@achingbrain/nat-port-mapper@1.0.13 Transitive: environment, filesystem, shell +29 1.67 MB achingbrain
npm/@achingbrain/ssdp@4.0.6 None +4 168 kB achingbrain
npm/@babel/runtime@7.23.9 None 0 249 kB nicolo-ribaudo
npm/@chainsafe/as-chacha20poly1305@0.1.0 None 0 331 kB wemeetagain
npm/@chainsafe/as-sha256@0.4.1 None 0 165 kB dapplion
npm/@chainsafe/is-ip@2.0.2 None 0 28.1 kB wemeetagain
npm/@chainsafe/libp2p-noise@13.0.5 Transitive: environment +30 5.57 MB mpetrunic
npm/@chainsafe/libp2p-yamux@5.0.4 Transitive: environment +19 1.49 MB wemeetagain
npm/@chainsafe/netmask@2.0.0 None +1 58.6 kB mpetrunic
npm/@colors/colors@1.6.0 environment 0 41.5 kB dabh
npm/@dabh/diagnostics@2.0.3 environment +8 115 kB dabh
npm/@dependents/detective-less@3.0.2 None +2 659 kB xhmikosr
npm/@es-joy/jsdoccomment@0.37.1 None +3 1.68 MB brettz9
npm/@esbuild/android-arm@0.18.20 None 0 11.1 MB evanw
npm/@esbuild/android-arm64@0.18.20 None 0 9.57 MB evanw
npm/@esbuild/android-x64@0.18.20 None 0 11.1 MB evanw
npm/@esbuild/darwin-arm64@0.18.20 None 0 9.51 MB evanw
npm/@esbuild/darwin-x64@0.18.20 None 0 9.92 MB evanw
npm/@esbuild/freebsd-arm64@0.18.20 None 0 8.65 MB evanw
npm/@esbuild/freebsd-x64@0.18.20 None 0 9.35 MB evanw
npm/@esbuild/linux-arm@0.18.20 None 0 8.85 MB evanw
npm/@esbuild/linux-arm64@0.18.20 None 0 8.65 MB evanw
npm/@esbuild/linux-ia32@0.18.20 None 0 8.9 MB evanw
npm/@esbuild/linux-loong64@0.18.20 None 0 9.11 MB evanw
npm/@esbuild/linux-mips64el@0.18.20 None 0 10.2 MB evanw
npm/@esbuild/linux-ppc64@0.18.20 None 0 8.91 MB evanw
npm/@esbuild/linux-riscv64@0.18.20 None 0 8.85 MB evanw
npm/@esbuild/linux-s390x@0.18.20 None 0 9.77 MB evanw
npm/@esbuild/linux-x64@0.18.20 None 0 9.35 MB evanw
npm/@esbuild/netbsd-x64@0.18.20 None 0 9.33 MB evanw
npm/@esbuild/openbsd-x64@0.18.20 None 0 9.37 MB evanw
npm/@esbuild/sunos-x64@0.18.20 None 0 9.33 MB evanw
npm/@esbuild/win32-arm64@0.18.20 None 0 8.76 MB evanw
npm/@esbuild/win32-ia32@0.18.20 None 0 9.2 MB evanw
npm/@esbuild/win32-x64@0.18.20 None 0 9.55 MB evanw
npm/@eslint/js@8.56.0 None 0 13.9 kB eslintbot
npm/@iarna/toml@2.2.5 eval 0 99 kB iarna
npm/@koa/cors@4.0.0 None 0 18.4 kB fengmk2
npm/@libp2p/bootstrap@9.0.12 Transitive: environment +17 1.42 MB npm-service-account-libp2p
npm/@libp2p/crypto@2.0.8 Transitive: environment +14 3.54 MB npm-service-account-libp2p
npm/@libp2p/interface-connection@5.1.1 Transitive: environment +11 789 kB npm-service-account-libp2p
npm/@libp2p/interface-content-routing@2.1.1 Transitive: environment +13 1.04 MB npm-service-account-libp2p
npm/@libp2p/interface-internal@0.1.12 Transitive: environment +14 1.17 MB achingbrain
npm/@libp2p/interface-keychain@2.0.5 None +1 30 kB npm-service-account-libp2p
npm/@libp2p/interface-libp2p@3.2.0 Transitive: environment +28 1.49 MB npm-service-account-libp2p
npm/@libp2p/interface-metrics@4.0.8 Transitive: environment +12 809 kB npm-service-account-libp2p
npm/@libp2p/interface-peer-id@2.0.2 None 0 11.9 kB npm-service-account-libp2p
npm/@libp2p/interface-peer-info@1.0.10 Transitive: environment +10 729 kB npm-service-account-libp2p
npm/@libp2p/interface-peer-routing@1.1.1 Transitive: environment +12 772 kB npm-service-account-libp2p
npm/@libp2p/interface-peer-store@2.0.4 Transitive: environment +10 745 kB npm-service-account-libp2p
npm/@libp2p/interface-registrar@2.0.12 Transitive: environment +12 804 kB npm-service-account-libp2p
npm/@libp2p/interface-stream-muxer@4.1.2 Transitive: environment +18 1.05 MB npm-service-account-libp2p
npm/@libp2p/interface-transport@4.0.3 Transitive: environment +19 1.08 MB npm-service-account-libp2p
npm/@libp2p/interface@0.1.6 Transitive: environment +11 1.04 MB npm-service-account-libp2p
npm/@libp2p/interfaces@3.3.2 None 0 31.4 kB npm-service-account-libp2p
npm/@libp2p/kad-dht@10.0.15 Transitive: environment +43 7.52 MB npm-service-account-libp2p
npm/@libp2p/keychain@3.0.8 Transitive: environment +21 4.11 MB npm-service-account-libp2p
npm/@libp2p/logger@3.1.0 Transitive: environment +14 1.21 MB npm-service-account-libp2p
npm/@libp2p/mplex@9.0.12 Transitive: environment, eval +18 2.93 MB npm-service-account-libp2p
npm/@libp2p/multistream-select@4.0.10 Transitive: environment +22 1.48 MB achingbrain
npm/@libp2p/peer-collections@4.0.11 Transitive: environment +13 1.15 MB achingbrain
npm/@libp2p/peer-id-factory@3.0.11 Transitive: environment +16 3.86 MB achingbrain
npm/@libp2p/peer-id@3.0.6 Transitive: environment +12 1.09 MB npm-service-account-libp2p
npm/@libp2p/peer-record@6.0.12 Transitive: environment +23 4.57 MB achingbrain
npm/@libp2p/peer-store@9.0.12 Transitive: environment +27 5.33 MB achingbrain
npm/@libp2p/tcp@8.0.13 Transitive: environment +22 2.01 MB npm-service-account-libp2p
npm/@libp2p/utils@4.0.7 Transitive: environment +18 1.67 MB npm-service-account-libp2p
npm/@lmdb/lmdb-darwin-arm64@2.9.2 None 0 1.42 MB kriszyp
npm/@lmdb/lmdb-darwin-x64@2.9.2 None 0 1.52 MB kriszyp
npm/@lmdb/lmdb-linux-arm@2.9.2 None 0 956 kB kriszyp
npm/@lmdb/lmdb-linux-arm64@2.9.2 None 0 2.31 MB kriszyp
npm/@lmdb/lmdb-linux-x64@2.9.2 None 0 2.59 MB kriszyp
npm/@lmdb/lmdb-win32-x64@2.9.2 None 0 1.2 MB kriszyp
npm/@microsoft/tsdoc-config@0.16.2 filesystem Transitive: eval +6 3.83 MB odspnpm
npm/@microsoft/tsdoc@0.14.2 None 0 2.62 MB odspnpm
npm/@monorepo-utils/package-utils@2.10.4 filesystem Transitive: environment +19 524 kB azu
npm/@monorepo-utils/workspaces-to-typescript-project-references@2.10.4 filesystem Transitive: environment +33 1.12 MB azu
npm/@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.2 None 0 108 kB kriszyp
npm/@msgpackr-extract/msgpackr-extract-darwin-x64@3.0.2 None 0 107 kB kriszyp
npm/@msgpackr-extract/msgpackr-extract-linux-arm@3.0.2 None 0 53.2 kB kriszyp
npm/@msgpackr-extract/msgpackr-extract-linux-arm64@3.0.2 None 0 58.5 kB kriszyp
npm/@msgpackr-extract/msgpackr-extract-linux-x64@3.0.2 None 0 62.2 kB kriszyp
npm/@msgpackr-extract/msgpackr-extract-win32-x64@3.0.2 None 0 228 kB kriszyp
npm/@multiformats/mafmt@12.1.6 Transitive: environment +9 799 kB npm-service-account-multiformats
npm/@multiformats/multiaddr-matcher@1.1.2 Transitive: environment +10 1.12 MB npm-service-account-multiformats
npm/@multiformats/multiaddr@12.1.14 Transitive: environment +8 710 kB npm-service-account-multiformats
npm/@noble/ciphers@0.4.1 None 0 613 kB paulmillr
npm/@noble/curves@1.0.0 None +1 2.01 MB paulmillr
npm/@noble/hashes@1.3.0 None 0 737 kB paulmillr
npm/@puppeteer/browsers@2.1.0 Transitive: environment, filesystem +5 4.49 MB google-wombot, mathias
npm/@scure/base@1.1.5 None 0 79.4 kB paulmillr
npm/@scure/bip32@1.3.0 None +3 2.15 MB paulmillr
npm/@scure/bip39@1.2.0 None +2 989 kB paulmillr
npm/@tootallnate/quickjs-emscripten@0.23.0 filesystem, network 0 1.73 MB tootallnate
npm/@trivago/prettier-plugin-sort-imports@4.3.0 Transitive: environment +29 8.32 MB behraang
npm/@types/abstract-leveldown@7.2.5 None 0 6.96 kB types
npm/@types/accepts@1.3.7 None +1 3.99 MB types
npm/@types/bn.js@5.1.5 None +1 4 MB types
npm/@types/content-disposition@0.5.8 None 0 6.48 kB types
npm/@types/cookiejar@2.1.5 None 0 7.23 kB types
npm/@types/cookies@0.7.10 None +13 4.11 MB types
npm/@types/elliptic@6.4.18 None +2 4.01 MB types
npm/@types/eslint@8.56.2 None +2 243 kB types
npm/@types/express-serve-static-core@4.17.42 None +5 4.06 MB types
npm/@types/fs-extra@11.0.4 None +2 4.03 MB types
npm/@types/http-assert@1.5.5 None 0 6.19 kB types
npm/@types/jest@29.5.11 Transitive: environment, filesystem +31 5.41 MB types
npm/@types/json5@0.0.29 None 0 3 kB types
npm/@types/jsonfile@6.1.4 None +1 3.99 MB types
npm/@types/keygrip@1.0.6 None 0 3.3 kB types
npm/@types/koa__cors@4.0.3 None +19 4.17 MB types
npm/@types/koa-bodyparser@4.3.12 None +19 4.17 MB types
npm/@types/koa-compose@3.2.8 None +18 4.16 MB types
npm/@types/koa-compress@4.0.6 None +19 4.17 MB types
npm/@types/koa-cors@0.0.2 None +19 4.16 MB types
npm/@types/koa-router@7.4.8 None +19 4.18 MB types
npm/@types/koa-send@4.1.6 None +19 4.17 MB types
npm/@types/koa-static@4.0.4 None +20 4.17 MB types
npm/@types/koa@2.14.0 None +18 4.16 MB types
npm/@types/level-errors@3.0.2 None 0 3.36 kB types
npm/@types/leveldown@4.0.6 None +2 4 MB types
npm/@types/levelup@5.1.5 None +3 4 MB types
npm/@types/lodash.camelcase@4.3.9 None +1 865 kB types
npm/@types/lodash.capitalize@4.2.9 None +1 865 kB types
npm/@types/lodash.chunk@4.2.9 None +1 865 kB types
npm/@types/lodash.clonedeep@4.5.9 None +1 865 kB types
npm/@types/lodash.clonedeepwith@4.5.9 None +1 865 kB types
npm/@types/lodash.every@4.6.9 None +1 865 kB types
npm/@types/lodash.isequal@4.5.8 None +1 865 kB types
npm/@types/lodash.merge@4.6.9 None +1 865 kB types
npm/@types/lodash.omit@4.5.9 None +1 865 kB types
npm/@types/lodash.pick@4.4.9 None +1 865 kB types
npm/@types/lodash.startcase@4.4.9 None +1 865 kB types
npm/@types/lodash.times@4.3.9 None +1 865 kB types
npm/@types/lodash@4.14.202 None 0 862 kB types
npm/@types/memdown@3.0.5 None +1 10.7 kB types
npm/@types/methods@1.1.4 None 0 4.9 kB types
npm/@types/mime@3.0.4 None 0 3.25 kB types
npm/@types/minimist@1.2.5 None 0 6.27 kB types
npm/@types/node@20.11.7 None 0 3.99 MB types
npm/@types/normalize-package-data@2.4.4 None 0 5.81 kB types
npm/@types/pako@2.0.3 None 0 7.8 kB types
npm/@types/retry@0.12.2 None 0 7.91 kB types
npm/@types/semver@7.5.6 None 0 23.2 kB types
npm/@types/sha256@0.2.2 None +1 3.99 MB types
npm/@types/sinon@17.0.3 None +1 93.8 kB types
npm/@types/sinonjs__fake-timers@8.1.5 None 0 15 kB types
npm/@types/superagent@8.1.3 None +3 4.02 MB types
npm/@types/supertest@2.0.16 None +4 4.02 MB types
npm/@types/triple-beam@1.3.5 None 0 3.36 kB types
npm/@types/yauzl@2.10.3 None +1 3.99 MB types
npm/@typescript-eslint/eslint-plugin@6.19.1 Transitive: environment, eval, filesystem, shell, unsafe +80 15 MB jameshenry
npm/@typescript-eslint/parser@6.19.1 Transitive: environment, eval, filesystem, shell, unsafe +75 12 MB jameshenry
npm/@typescript-eslint/scope-manager@6.19.1 None +3 811 kB jameshenry
npm/@typescript-eslint/type-utils@6.19.1 Transitive: environment, eval, filesystem, shell, unsafe +78 12.4 MB jameshenry
npm/@typescript-eslint/types@6.19.1 None 0 156 kB jameshenry
npm/@typescript-eslint/typescript-estree@6.19.1 Transitive: environment, filesystem +23 1.7 MB jameshenry
npm/@typescript-eslint/utils@6.19.1 Transitive: environment, eval, filesystem, shell, unsafe +77 12.3 MB jameshenry
npm/@typescript-eslint/visitor-keys@6.19.1 None +2 200 kB jameshenry
npm/@wagmi/chains@1.6.0 None 0 266 kB jmoxey
npm/abitype@0.9.3 None 0 1.17 MB awkweb
npm/abortable-iterator@5.0.1 None +2 47.7 kB alanshaw
npm/abstract-leveldown@7.2.0 None +7 395 kB vweevers
npm/ansi-sequence-parser@1.1.1 None 0 21.9 kB bmealey
npm/any-promise@1.3.0 None 0 22.2 kB kevinbeaty
npm/any-signal@4.1.1 None 0 12.7 kB jacobheun
npm/app-module-path@2.2.0 unsafe 0 14.1 kB pnidem
npm/array-buffer-byte-length@1.0.0 Transitive: eval +8 169 kB ljharb
npm/array-includes@3.1.7 Transitive: eval +32 2.63 MB ljharb
npm/array.prototype.findlastindex@1.2.3 Transitive: eval +33 2.65 MB ljharb
npm/array.prototype.flat@1.3.2 Transitive: eval +33 2.64 MB ljharb
npm/array.prototype.flatmap@1.3.2 Transitive: eval +33 2.64 MB ljharb
npm/arraybuffer.prototype.slice@1.0.2 Transitive: eval +31 2.61 MB ljharb
npm/arrify@1.0.1 None 0 2.34 kB sindresorhus
npm/asap@2.0.6 None 0 33.9 kB kriskowal
npm/asn1.js@5.4.1 None +3 151 kB indutny
npm/ast-module-types@2.7.1 None 0 17 kB mrjoelkemp
npm/ast-types@0.13.4 None 0 465 kB benjamn
npm/async@3.2.5 None 0 808 kB aearly
npm/asynckit@0.4.0 None 0 27.4 kB alexindigo
npm/available-typed-arrays@1.0.5 None 0 14.1 kB ljharb
npm/b4a@1.6.4 None 0 27.6 kB kasperisager
npm/bare-events@2.2.0 None 0 18.3 kB kasperisager
npm/bare-fs@2.1.5 None +3 682 kB kasperisager
npm/bare-os@2.2.0 None 0 216 kB kasperisager
npm/bare-path@2.1.0 None +1 251 kB kasperisager
npm/basic-ftp@5.0.4 filesystem, network 0 136 kB patrickjuchli
npm/benchmark@2.1.4 eval +1 1.5 MB jdalton
npm/bl@4.1.0 None +4 167 kB matteo.collina
npm/bn.js@4.12.0 None 0 95.7 kB fanatid
npm/brorand@1.1.0 None 0 3.52 kB indutny
npm/browserify-aes@1.2.0 None +7 70.6 kB cwmma
npm/browserify-cipher@1.0.1 None +11 125 kB cwmma
npm/browserify-des@1.0.2 None +4 59.5 kB cwmma
npm/browserify-rsa@4.1.0 None +1 103 kB cwmma
npm/browserify-sign@4.2.2 None +15 446 kB ljharb
npm/browserslist@4.22.2 environment, filesystem +2 2.3 MB ai
npm/buffer-crc32@0.2.13 None 0 7.95 kB brianloveswords
npm/buffer-xor@1.0.3 None 0 4.83 kB dcousens
npm/cacache@18.0.2 filesystem Transitive: environment, shell +11 1.45 MB npm-cli-ops
npm/cache-content-type@1.0.1 None +2 226 kB dead_horse
npm/call-bind@1.0.5 Transitive: eval +5 131 kB ljharb
npm/camelcase-keys@6.2.2 None +2 18.8 kB sindresorhus
npm/caniuse-lite@1.0.30001580 None 0 1.97 MB caniuse-lite
npm/catering@2.1.1 None 0 5 kB vweevers
npm/chromium-bidi@0.5.9 None +1 7.81 MB google-wombot
npm/cipher-base@1.0.4 None +1 11.9 kB cwmma
npm/cli-cursor@3.1.0 None 0 4.37 kB sindresorhus
npm/cli-spinners@2.9.2 None 0 32.1 kB sindresorhus
npm/clone@1.0.4 None 0 11.1 kB pvorb
npm/co-body@6.1.0 None +1 16.1 kB dead_horse
npm/color-string@1.9.1 None +1 16.8 kB qix
npm/color@3.2.1 None +4 69.7 kB qix
npm/colorspace@1.1.4 None +5 73.3 kB 3rdeden
npm/combined-stream@1.0.8 None +1 19.5 kB alexindigo
npm/comment-json@3.0.3 None +3 363 kB kael
npm/comment-parser@1.3.1 None 0 363 kB yavorskiys
npm/commondir@1.0.1 None 0 4.79 kB substack
npm/component-emitter@1.3.1 None 0 6.3 kB sindresorhus
npm/concurrently@7.6.0 environment, filesystem +9 8.56 MB gustavohenke
npm/convert-hex@0.1.0 None 0 3.36 kB jp
npm/convert-string@0.1.0 None 0 3.09 kB jp
npm/cookiejar@2.1.4 None 0 14.5 kB andyburke
npm/cookies@0.9.1 network Transitive: environment, eval +2 57 kB dougwilson
npm/copy-to@2.0.1 None 0 5.03 kB dead_horse
npm/cosmiconfig@9.0.0 filesystem Transitive: environment, unsafe +5 720 kB d-fischer
npm/create-ecdh@4.0.4 None +8 300 kB cwmma
npm/create-hash@1.2.0 None +4 30.9 kB cwmma
npm/create-hmac@1.1.7 None +5 36.7 kB cwmma
npm/cross-fetch@4.0.0 network 0 88.1 kB lquixada
npm/crypto-browserify@3.12.0 None +25 621 kB cwmma
npm/data-uri-to-buffer@4.0.1 None 0 10 kB tootallnate
npm/datastore-core@9.2.7 Transitive: environment +22 1.21 MB achingbrain
npm/date-fns@2.30.0 None +1 6.93 MB kossnocorp
npm/decamelize-keys@1.1.1 None +2 9.49 kB sindresorhus
npm/decamelize@1.2.0 None 0 2.94 kB sindresorhus
npm/deep-equal@1.0.1 None 0 9.69 kB substack
npm/deep-extend@0.6.0 None 0 9.19 kB unclechu
npm/default-gateway@7.2.2 Transitive: environment, filesystem, shell +6 158 kB silverwind
npm/defaults@1.0.4 None +1 15 kB sindresorhus
npm/deferred-leveldown@7.0.0 None +9 426 kB vweevers
npm/define-data-property@1.1.1 Transitive: eval +7 157 kB ljharb
npm/define-properties@1.2.1 Transitive: eval +8 170 kB ljharb
npm/degenerator@5.0.1 None +5 1 MB tootallnate
npm/delay@6.0.0 None 0 10.3 kB sindresorhus
npm/delayed-stream@1.0.0 None 0 8.02 kB apechimp
npm/delegates@1.0.0 None 0 7.46 kB tjholowaychuk
npm/dependency-tree@9.0.0 filesystem Transitive: environment, shell, unsafe +10 454 kB mrjoelkemp
npm/des.js@1.1.0 None +2 45.3 kB indutny
npm/detect-libc@2.0.2 filesystem, shell 0 23.7 kB lovell
npm/detective-amd@3.1.2 Transitive: filesystem +6 535 kB xhmikosr
npm/detective-cjs@3.1.3 None 0 4.29 kB xhmikosr
npm/detective-es6@2.2.2 None 0 4.6 kB xhmikosr
npm/detective-less@1.0.2 Transitive: environment +3 700 kB killcoder
npm/detective-postcss@4.0.0 Transitive: environment +2 64.7 kB joscha
npm/detective-sass@3.0.2 None +2 659 kB xhmikosr
npm/detective-scss@2.0.2 None +2 659 kB xhmikosr
npm/detective-stylus@3.0.0 None 0 3.85 kB xhmikosr
npm/detective-typescript@7.0.2 Transitive: environment, filesystem +23 55.4 MB mrjoelkemp
npm/devtools-protocol@0.0.1249869 None 0 2.97 MB google-wombot
npm/dezalgo@1.0.4 None +1 36.9 kB gar
npm/diffie-hellman@5.0.3 None +3 123 kB cwmma
npm/dns-over-http-resolver@3.0.2 Transitive: environment +1 95.7 kB vascosantos
npm/doctrine@2.1.0 None +1 157 kB eslint
npm/dotenv@16.4.1 environment, filesystem 0 76 kB motdotla
npm/duplexer@0.1.2 None 0 5.47 kB raynos
npm/electron-to-chromium@1.4.647 None 0 271 kB kilianvalkhof
npm/elliptic@6.5.4 None +7 295 kB indutny
npm/enabled@2.0.0 None 0 5.89 kB 3rdeden
npm/end-of-stream@1.4.4 None 0 6.23 kB mafintosh
npm/envinfo@7.11.0 environment, eval, filesystem, shell 0 162 kB tabrindle
npm/es-abstract@1.22.3 Transitive: eval +31 2.61 MB ljharb
npm/es-set-tostringtag@2.0.2 Transitive: eval +6 130 kB ljharb
npm/es-shim-unscopables@1.0.2 None +2 53.3 kB ljharb
npm/es-to-primitive@1.2.1 None +5 144 kB ljharb
npm/esbuild@0.18.20 environment, filesystem, network, shell +22 207 MB evanw
npm/escalade@3.1.1 filesystem 0 11.4 kB lukeed
npm/escodegen@2.1.0 None +3 510 kB michaelficarra
npm/eslint-import-resolver-node@0.3.9 Transitive: environment, filesystem +5 276 kB ljharb
npm/eslint-import-resolver-typescript@3.6.1 Transitive: environment, eval, filesystem, shell, unsafe +118 15.4 MB jounqin
npm/eslint-module-utils@2.8.0 None 0 36.4 kB ljharb
npm/eslint-plugin-import@2.29.1 filesystem, unsafe Transitive: environment, eval, shell +109 14.8 MB ljharb
npm/eslint-plugin-jsdoc@40.3.0 Transitive: environment, eval, filesystem, shell, unsafe +67 12.7 MB gajus
npm/eslint-plugin-no-only-tests@3.1.0 None 0 9.54 kB levibuzolic
npm/eslint-plugin-tsdoc@0.2.17 Transitive: eval, filesystem +7 3.87 MB odspnpm
npm/eslint-visitor-keys@2.1.0 None 0 24.7 kB eslintbot
npm/eslint@8.56.0 environment, filesystem Transitive: eval, shell, unsafe +62 10.4 MB eslintbot
npm/event-iterator@2.0.0 None 0 40 kB rolftimmermans
npm/event-stream@3.3.4 None +3 72.4 kB dominictarr
npm/eventemitter3@5.0.1 None 0 73.4 kB lpinca
npm/evp_bytestokey@1.0.3 None +3 22.8 kB dcousens
npm/extract-zip@2.0.1 filesystem Transitive: environment +4 4.06 MB malept
npm/fast-fifo@1.3.2 None 0 5.07 kB mafintosh
npm/fast-safe-stringify@2.1.1 None 0 39.7 kB matteo.collina
npm/fastq@1.16.0 None 0 40.1 kB matteo.collina
npm/fd-slicer@1.1.0 filesystem 0 29.8 kB thejoshwolfe
npm/fecha@4.2.3 None 0 144 kB taylorhakes
npm/fetch-blob@3.2.0 None 0 21.8 kB endless
npm/fflate@0.8.1 None 0 749 kB 101arrowz
npm/file-stream-rotator@0.6.1 filesystem 0 53.7 kB rogerc
npm/filing-cabinet@3.3.1 filesystem, unsafe Transitive: environment +8 371 kB mrjoelkemp
npm/flatted@3.2.9 None 0 40.1 kB webreflection
npm/flatten@1.0.3 None 0 3.68 kB mk-pmb
npm/fn.name@1.1.0 None 0 6.21 kB 3rdeden
npm/for-each@0.3.3 None +1 42 kB ljharb
npm/form-data@4.0.0 filesystem, network +5 314 kB niftylettuce
npm/formdata-polyfill@4.0.10 None +1 54 kB endless
npm/formidable@2.1.2 filesystem +3 139 kB tunnckocore
npm/freeport-promise@2.0.0 None 0 6.49 kB achingbrain
npm/from@0.1.7 None 0 8.49 kB dominictarr
npm/fs-extra@11.2.0 Transitive: environment, filesystem +2 104 kB ryanzim
npm/function.prototype.name@1.1.6 Transitive: eval +31 2.61 MB ljharb
npm/functional-red-black-tree@1.0.1 None 0 43.5 kB mikolalysenko
npm/functions-have-names@1.2.3 None 0 16.7 kB ljharb
npm/get-amd-module-type@3.0.2 filesystem 0 5.48 kB xhmikosr
npm/get-intrinsic@1.2.2 eval +4 110 kB ljharb
npm/get-iterator@1.0.2 None 0 6.63 kB alanshaw
npm/get-own-enumerable-property-symbols@3.0.2 None 0 4.7 kB mightyiam
npm/get-stream@5.2.0 None 0 12.4 kB sindresorhus
npm/get-symbol-description@1.0.0 Transitive: eval +6 141 kB ljharb
npm/get-tsconfig@4.7.2 filesystem, unsafe 0 101 kB hirokiosame
npm/get-uri@6.0.2 filesystem, network Transitive: environment +6 417 kB tootallnate
npm/globalthis@1.0.3 Transitive: eval +9 193 kB ljharb
npm/gonzales-pe@4.3.0 None +1 654 kB tonyganch
npm/hard-rejection@2.1.0 None 0 5.14 kB sindresorhus
npm/has-bigints@1.0.2 None 0 12.8 kB ljharb
npm/has-own-prop@2.0.0 None 0 2.84 kB sindresorhus
npm/has-property-descriptors@1.0.1 Transitive: eval +5 121 kB ljharb
npm/has-proto@1.0.1 None 0 7.2 kB ljharb
npm/has-tostringtag@1.0.0 None +1 31.5 kB ljharb
npm/hash-base@3.1.0 None +1 10 kB fanatid
npm/hash.js@1.1.7 None +2 47.2 kB indutny
npm/hashlru@2.3.0 None 0 8.63 kB dominictarr
npm/hasown@2.0.0 None +1 42.3 kB ljharb
npm/hexoid@1.0.0 None 0 7.72 kB lukeed
npm/hmac-drbg@1.0.1 None +4 76.9 kB indutny
npm/hosted-git-info@2.8.9 None 0 25.8 kB nlf
npm/http-assert@1.5.0 network Transitive: environment, eval +4 71.6 kB dougwilson
npm/http-errors@1.8.1 Transitive: environment, eval +2 52.8 kB dougwilson
npm/http-proxy-agent@7.0.0 network Transitive: environment +2 90.2 kB tootallnate
npm/https-proxy-agent@7.0.2 network Transitive: environment +2 101 kB tootallnate
npm/hyperdyperid@1.2.0 None 0 861 kB streamich
npm/ignore@5.3.0 None 0 51.2 kB kael
npm/immediate@3.0.6 None 0 14.6 kB cwmma
npm/indexes-of@1.0.1 None 0 2.73 kB dominictarr
npm/inflation@2.1.0 None 0 4.34 kB fengmk2
npm/ini@1.3.8 None 0 9.3 kB isaacs
npm/interface-datastore@8.2.10 None +1 134 kB achingbrain
npm/interface-store@5.1.7 None 0 49.6 kB achingbrain
npm/internal-slot@1.0.6 Transitive: eval +5 130 kB ljharb
npm/ip-regex@5.0.0 None 0 7.67 kB sindresorhus
npm/ip@1.1.8 None 0 13.6 kB indutny
npm/is-arguments@1.1.1 Transitive: eval +7 171 kB ljharb
npm/is-array-buffer@3.0.2 Transitive: eval +7 161 kB ljharb
npm/is-bigint@1.0.4 None +1 27.6 kB ljharb
npm/is-boolean-object@1.1.2 Transitive: eval +7 164 kB ljharb
npm/is-buffer@2.0.5 None 0 4.59 kB feross
npm/is-callable@1.2.7 None 0 28.9 kB ljharb
npm/is-date-object@1.0.5 None +2 52.3 kB ljharb
npm/is-electron@2.2.2 None 0 3.26 kB cheton
npm/is-generator-function@1.0.10 eval +2 63.4 kB ljharb
npm/is-interactive@1.0.0 None 0 4.62 kB sindresorhus
npm/is-loopback-addr@2.0.2 None 0 7.32 kB vascosantos
npm/is-negative-zero@2.0.2 None 0 22 kB ljharb
npm/is-network-error@1.0.1 None 0 4.5 kB sindresorhus
npm/is-number-object@1.0.7 None +2 53.7 kB ljharb
npm/is-obj@1.0.1 None 0 2.4 kB sindresorhus
npm/is-plain-obj@1.1.0 None 0 2.62 kB sindresorhus
npm/is-regex@1.1.4 Transitive: eval +7 172 kB ljharb
npm/is-regexp@1.0.0 None 0 1.21 kB sindresorhus
npm/is-relative-path@1.0.2 None 0 2.83 kB mrjoelkemp
npm/is-shared-array-buffer@1.0.2 Transitive: eval +6 143 kB ljharb
npm/is-string@1.0.7 None +2 50.6 kB ljharb
npm/is-symbol@1.0.4 None +1 42.6 kB ljharb
npm/is-typed-array@1.1.12 None 0 17.6 kB ljharb
npm/is-unicode-supported@0.1.0 None 0 3.54 kB sindresorhus
npm/is-url-superb@4.0.0 None 0 2.7 kB sindresorhus
npm/is-url@1.2.4 None 0 6.58 kB zeke
npm/is-weakref@1.0.2 Transitive: eval +6 143 kB ljharb
npm/isarray@2.0.5 None 0 3.43 kB juliangruber
npm/isomorphic-ws@5.0.0 None 0 4.04 kB heineiuo
npm/isows@1.0.3 None 0 9.87 kB jmoxey
npm/istanbul-reports@3.1.6 Transitive: filesystem +4 389 kB oss-bot
npm/it-all@3.0.4 None 0 10.2 kB achingbrain
npm/it-batched-bytes@2.0.5 None 0 30.2 kB achingbrain
npm/it-byte-stream@1.0.7 None +1 49.7 kB achingbrain
npm/it-drain@3.0.5 None 0 10 kB achingbrain
npm/it-filter@3.0.4 None +1 28.7 kB achingbrain
npm/it-first@3.0.4 None 0 10.3 kB achingbrain
npm/it-foreach@2.0.6 None +1 29 kB achingbrain
npm/it-handshake@4.1.3 None +3 107 kB jacobheun
npm/it-length-prefixed-stream@1.1.6 None +2 81.2 kB achingbrain
npm/it-length-prefixed@9.0.4 None +3 88.2 kB alanshaw
npm/it-length@3.0.4 None 0 10.7 kB achingbrain
npm/it-map@3.0.5 None +1 27.4 kB achingbrain
npm/it-merge@3.0.3 None +1 66.7 kB achingbrain
npm/it-pair@2.0.6 None +1 21.1 kB alanshaw
npm/it-parallel@3.0.6 None 0 24.1 kB achingbrain
npm/it-peekable@3.0.3 None 0 13.9 kB achingbrain
npm/it-pipe@3.0.1 None +3 115 kB alanshaw
npm/it-protobuf-stream@1.1.2 None +3 116 kB achingbrain
npm/it-pushable@3.2.3 None 0 49.4 kB alanshaw
npm/it-reader@6.0.4 None +1 30.6 kB alanshaw
npm/it-sort@3.0.4 None +1 22.5 kB achingbrain
npm/it-stream-types@2.0.1 None 0 9.02 kB achingbrain
npm/it-take@3.0.4 None 0 11.6 kB achingbrain
npm/javascript-natural-sort@0.7.1 None 0 45.9 kB kylehousley
npm/jest-mock-extended@3.0.5 Transitive: environment, eval, filesystem, network, shell, unsafe +187 21.4 MB marchaos
npm/jju@1.4.0 filesystem 0 70.4 kB rlidwka
npm/jsdoc-type-pratt-parser@4.0.0 None 0 242 kB jsdoc-type-pratt-parser
npm/json-joy@9.9.1 None +2 7.06 MB streamich
npm/jsonc-parser@3.2.1 None 0 210 kB vscode-bot
npm/jsonfile@4.0.0 filesystem Transitive: environment +1 49.5 kB ryanzim
npm/jszip@3.10.1 None +2 836 kB stuk
npm/keygrip@1.1.0 None 0 7.49 kB dougwilson
npm/koa-bodyparser@4.4.1 None +3 36.2 kB fengmk2
npm/koa-compose@4.1.0 None 0 4.16 kB dead_horse
npm/koa-compress@5.1.1 network Transitive: environment, eval +6 290 kB jongleberry
npm/koa-convert@2.0.0 None +2 29.4 kB niftylettuce
npm/koa-cors@0.0.16 None 0 15.4 kB evert0n
npm/koa-router@12.0.1 network Transitive: environment, eval +7 146 kB titanism
npm/koa-send@5.0.1 filesystem, network Transitive: environment, eval +4 109 kB niftylettuce
npm/koa-static@5.0.0 Transitive: environment, eval, filesystem, network +5 117 kB coderhaoxin
npm/koa@2.15.0 environment, network, unsafe Transitive: eval, filesystem +26 635 kB fengmk2
npm/kuler@2.0.0 None 0 6.09 kB 3rdeden
npm/level-concat-iterator@3.1.0 None +1 13.5 kB vweevers
npm/level-errors@3.0.1 None 0 13.1 kB vweevers
npm/level-iterator-stream@5.0.0 Transitive: environment +2 146 kB vweevers
npm/level-supports@2.1.0 None 0 26.9 kB vweevers
npm/leveldown@6.1.1 None +8 6.07 MB vweevers
npm/levelup@5.1.1 Transitive: environment +13 683 kB vweevers
npm/libp2p@0.46.21 Transitive: environment, filesystem, shell +68 8.55 MB npm-service-account-libp2p
npm/lie@3.3.0 None +1 73.8 kB cwmma
npm/lmdb@2.9.2 environment, filesystem, unsafe +6 12.4 MB kriszyp
npm/load-json-file@6.2.0 Transitive: environment, filesystem +2 67.8 kB sindresorhus
npm/lodash.camelcase@4.3.0 None 0 21.9 kB jdalton
npm/lodash.capitalize@4.2.1 None 0 11.9 kB jdalton
npm/lodash.chunk@4.2.0 None 0 14.7 kB jdalton
npm/lodash.clonedeep@4.5.0 None 0 48.2 kB jdalton
npm/lodash.clonedeepwith@4.5.0 None 0 48.5 kB jdalton
npm/lodash.compact@3.0.1 None 0 3.52 kB jdalton
npm/lodash.every@4.6.0 None 0 68.1 kB jdalton
npm/lodash.isequal@4.5.0 None 0 52.7 kB jdalton
npm/lodash.omit@4.5.0 None 0 40.9 kB jdalton
npm/lodash.pick@4.4.0 None 0 16.3 kB jdalton
npm/lodash.startcase@4.4.0 None 0 21.5 kB jdalton
npm/lodash.times@4.3.2 None 0 10.6 kB jdalton
npm/log-symbols@4.1.0 None +5 94 kB sindresorhus
npm/logform@2.6.0 Transitive: environment +3 308 kB dabh
npm/ltgt@2.2.1 None 0 17.5 kB dominictarr
npm/lunr@2.3.9 None 0 976 kB olivernn
npm/madge@6.1.0 filesystem, shell Transitive: environment, unsafe +64 5.33 MB kamiazya
npm/map-obj@1.0.1 None 0 2.52 kB sindresorhus
npm/map-stream@0.1.0 None 0 13.6 kB dominictarr
npm/marked@4.3.0 None 0 428 kB tonybrix
npm/md5.js@1.3.5 None +2 17.7 kB cwmma
npm/memdown@6.1.1 None +11 491 kB vweevers
npm/memfs@4.6.0 None +3 7.97 MB streamich
npm/meow@7.1.1 None +8 148 kB sindresorhus
npm/merge-options@3.0.4 None +1 14.4 kB schnittstabil
npm/miller-rabin@4.0.1 None +2 106 kB indutny
npm/mime@2.6.0 None 0 60.1 kB broofa
npm/min-indent@1.0.1 None 0 2.97 kB thejameskyle
npm/minimalistic-crypto-utils@1.0.1 None 0 4.76 kB indutny
npm/minimist@1.2.8 None 0 54.5 kB ljharb

🚮 Removed packages: npm/@algolia/client-search@4.22.1, npm/@babel/core@7.23.7, npm/@babel/helper-create-class-features-plugin@7.23.7, npm/@babel/helper-create-regexp-features-plugin@7.22.15, npm/@babel/helper-member-expression-to-functions@7.23.0, npm/@babel/helpers@7.23.8, npm/@babel/parser@7.23.6, npm/@babel/plugin-transform-optional-chaining@7.23.4, npm/@babel/plugin-transform-parameters@7.23.3, npm/@babel/plugin-transform-react-jsx@7.23.4, npm/@babel/preset-env@7.23.8, npm/@babel/runtime@7.23.8, npm/@babel/template@7.22.15, npm/@babel/traverse@7.23.7, npm/@babel/types@7.23.6, npm/@docusaurus/core@2.4.3, npm/@docusaurus/module-type-aliases@2.4.3, npm/@docusaurus/plugin-ideal-image@2.4.3, npm/@docusaurus/preset-classic@2.4.3, npm/@docusaurus/theme-mermaid@2.4.3, npm/@eslint/js@8.57.0, npm/@hapi/hoek@9.3.0, npm/@jridgewell/resolve-uri@3.1.2, npm/@jridgewell/trace-mapping@0.3.21, npm/@leichtgewicht/ip-codec@2.0.4, npm/@types/bonjour@3.5.13, npm/@types/connect-history-api-fallback@1.5.4, npm/@types/eslint@8.56.3, npm/@types/express-serve-static-core@4.17.43, npm/@types/html-minifier-terser@6.1.0, npm/@types/http-proxy@1.17.14, npm/@types/jest@29.5.12, npm/@types/node-forge@1.3.11, npm/@types/node@18.19.18, npm/@types/retry@0.12.0, npm/@types/semver@7.5.7, npm/@types/serve-index@1.9.4, npm/@types/sockjs@0.3.36, npm/@typescript-eslint/eslint-plugin@5.62.0, npm/@typescript-eslint/parser@5.62.0, npm/@typescript-eslint/scope-manager@5.62.0, npm/@typescript-eslint/type-utils@5.62.0, npm/@typescript-eslint/utils@5.62.0, npm/ajv-formats@2.1.1, npm/ajv-keywords@5.1.0, npm/ansi-html-community@0.0.8, npm/array-flatten@1.1.1, npm/batch@0.6.1, npm/big.js@5.2.2, npm/binary-extensions@2.2.0, npm/body-parser@1.20.1, npm/bonjour-service@1.2.1, npm/boolbase@1.0.0, npm/browserslist@4.23.0, npm/bytes@3.0.0, npm/cacache@18.0.1, npm/call-bind@1.0.7, npm/camel-case@4.1.2, npm/caniuse-lite@1.0.30001589, npm/chokidar@3.6.0, npm/clean-css@5.3.3, npm/compression@1.7.4, npm/connect-history-api-fallback@2.0.0, npm/cookie-signature@1.0.6, npm/cookie@0.5.0, npm/copy-webpack-plugin@11.0.0, npm/css-select@4.3.0, npm/css-what@6.1.0, npm/default-gateway@6.0.3, npm/define-data-property@1.1.4, npm/define-lazy-prop@2.0.0, npm/dns-equal@1.0.0, npm/dns-packet@5.6.1, npm/dom-converter@0.2.0, npm/dom-serializer@1.4.1, npm/domelementtype@2.3.0, npm/domhandler@4.3.1, npm/domutils@2.8.0, npm/dot-case@3.0.4, npm/electron-to-chromium@1.4.681, npm/emojis-list@3.0.0, npm/entities@2.2.0, npm/envinfo@7.11.1, npm/escalade@3.1.2, npm/eslint@8.57.0, npm/etag@1.8.1, npm/ethers@6.8.1, npm/eventemitter3@4.0.7, npm/express@4.18.2, npm/fastq@1.17.1, npm/faye-websocket@0.11.4, npm/finalhandler@1.2.0, npm/flatted@3.3.1, npm/follow-redirects@1.15.5, npm/forwarded@0.2.0, npm/fs-minipass@3.0.3, npm/fs-monkey@1.0.5, npm/get-intrinsic@1.2.4, npm/get-stream@6.0.1, npm/glob-parent@6.0.2, npm/handle-thing@2.0.1, npm/has-property-descriptors@1.0.2, npm/has-proto@1.0.3, npm/hasown@2.0.1, npm/he@1.2.0, npm/hpack.js@2.1.6, npm/html-entities@2.4.0, npm/html-minifier-terser@6.1.0, npm/html-webpack-plugin@5.6.0, npm/htmlparser2@6.1.0, npm/http-deceiver@1.2.7, npm/http-parser-js@0.5.8, npm/http-proxy-agent@7.0.2, npm/http-proxy-middleware@2.0.6, npm/http-proxy@1.18.1, npm/https-proxy-agent@7.0.4, npm/iconv-lite@0.4.24, npm/idb-keyval@6.2.1, npm/ignore@5.3.1, npm/ip@2.0.0, npm/is-binary-path@2.1.0, npm/is-docker@2.2.1, npm/is-plain-obj@3.0.0, npm/is-wsl@2.2.0, npm/isarray@1.0.0, npm/istanbul-lib-instrument@6.0.2, npm/istanbul-reports@3.1.7, npm/jest-worker@29.7.0, npm/launch-editor@2.6.1, npm/loader-utils@2.0.4, npm/lower-case@2.0.2, npm/memfs@3.6.0, npm/merge-descriptors@1.0.1, npm/mime@1.6.0, npm/minipass-collect@2.0.1, npm/minipass-fetch@3.0.4, npm/minipass-flush@1.0.5, npm/minipass-pipeline@1.2.4, npm/minipass-sized@1.0.3, npm/minizlib@2.1.2, npm/mkdirp@1.0.4, npm/ms@2.1.2, npm/multicast-dns@7.2.5, npm/natural-compare-lite@1.4.0, npm/natural-compare@1.4.0, npm/negotiator@0.6.3, npm/neo-async@2.6.2, npm/no-case@3.0.4, npm/node-forge@1.3.1, npm/node-gyp@10.0.1, npm/node-int64@0.4.0, npm/node-releases@2.0.14, npm/nopt@7.2.0, npm/normalize-path@3.0.0, npm/npm-run-path@4.0.1, npm/nth-check@2.1.1, npm/object-inspect@1.13.1, npm/obuf@1.1.2, npm/on-finished@2.4.1, npm/on-headers@1.0.2, npm/once@1.4.0, npm/onetime@5.1.2, npm/open@8.4.2, npm/optionator@0.9.3, npm/p-locate@4.1.0, npm/p-map@4.0.0, npm/p-retry@4.6.2, npm/p-try@2.2.0, npm/param-case@3.0.4, npm/parent-module@1.0.1, npm/parse-json@5.2.0, npm/parseurl@1.3.3, npm/pascal-case@3.1.2, npm/path-exists@4.0.0, npm/path-is-absolute@1.0.1, npm/path-key@3.1.1, npm/path-parse@1.0.7, npm/path-scurry@1.10.1, npm/path-to-regexp@0.1.7, npm/path-type@4.0.0, npm/picocolors@1.0.0, npm/picomatch@2.3.1, npm/pirates@4.0.6, npm/pkg-dir@4.2.0, npm/prelude-ls@1.2.1, npm/prettier@2.8.8, npm/pretty-error@4.0.0, npm/pretty-format@29.7.0, npm/proc-log@3.0.0, npm/process-nextick-args@2.0.1, npm/promise-retry@2.0.1, npm/prompts@2.4.2, npm/proxy-addr@2.0.7, npm/punycode@2.3.1, npm/pure-rand@6.0.4, npm/qs@6.11.0, npm/queue-microtask@1.2.3, npm/randombytes@2.1.0, npm/range-parser@1.2.1, npm/raw-body@2.5.1, npm/react-is@18.2.0, npm/readdirp@3.6.0, npm/rechoir@0.8.0, npm/relateurl@0.2.7, npm/renderkid@3.0.0, npm/require-directory@2.1.1, npm/require-from-string@2.0.2, npm/requires-port@1.0.0, npm/resolve-cwd@3.0.0, npm/resolve-typescript-plugin@2.0.1, npm/resolve.exports@2.0.2, npm/retry@0.13.1, npm/reusify@1.0.4, npm/rimraf@3.0.2, npm/run-parallel@1.2.0, npm/safe-buffer@5.2.1, npm/safer-buffer@2.1.2, npm/schema-utils@4.2.0, npm/select-hose@2.0.0, npm/selfsigned@2.4.1, npm/semver@7.6.0, npm/send@0.18.0, npm/serialize-javascript@6.0.2, npm/serve-index@1.9.1, npm/serve-static@1.15.0, npm/set-function-length@1.2.1, npm/setprototypeof@1.2.0, npm/shallow-clone@3.0.1, npm/shebang-command@2.0.0, npm/shebang-regex@3.0.0, npm/shell-quote@1.8.1, npm/side-channel@1.0.5, npm/signal-exit@3.0.7, npm/sisteransi@1.0.5, npm/slash@4.0.0, npm/smart-buffer@4.2.0, npm/sockjs@0.3.24, npm/socks-proxy-agent@8.0.2, npm/socks@2.8.1, npm/solc@0.8.22, npm/source-map-support@0.5.13, npm/source-map@0.6.1, npm/spdy-transport@3.0.0, npm/spdy@4.0.2, npm/sprintf-js@1.0.3, npm/ssri@10.0.5, npm/stack-utils@2.0.6, npm/string-length@4.0.2, npm/string-width@4.2.3, npm/string_decoder@1.1.1, npm/strip-bom@4.0.0, npm/strip-final-newline@2.0.0, npm/strip-json-comments@3.1.1, npm/supports-color@7.2.0, npm/supports-preserve-symlinks-flag@1.0.0, npm/tapable@2.2.1, npm/tar@6.2.0, npm/terser-webpack-plugin@5.3.10, npm/terser@5.28.1, npm/test-exclude@6.0.0, npm/text-table@0.2.0, npm/thunky@1.1.0, npm/tmpl@1.0.5, npm/to-fast-properties@2.0.0, npm/to-regex-range@5.0.1, npm/toidentifier@1.0.1, npm/ts-jest@29.1.2, npm/ts-loader@9.5.1, npm/ts-node@10.9.2, npm/tslib@2.6.2, npm/tsutils@3.21.0, npm/type-check@0.4.0, npm/type-detect@4.0.8, npm/type-fest@0.20.2, npm/type-is@1.6.18, npm/typescript@5.3.3, npm/undici-types@5.26.5, npm/unique-filename@3.0.0, npm/unique-slug@4.0.0, npm/unpipe@1.0.0, npm/update-browserslist-db@1.0.13, npm/uri-js@4.4.1, npm/util-deprecate@1.0.2, npm/utila@0.4.0, npm/utils-merge@1.0.1, npm/uuid@8.3.2, npm/v8-compile-cache-lib@3.0.1, npm/v8-to-istanbul@9.2.0, npm/vary@1.1.2, npm/walker@1.0.8, npm/watchpack@2.4.0, npm/wbuf@1.7.3, npm/webpack-cli@5.1.4, npm/webpack-dev-middleware@5.3.3, npm/webpack-dev-server@4.15.1, npm/webpack-merge@5.10.0, npm/webpack-sources@3.2.3, npm/webpack@5.90.3, npm/websocket-driver@0.7.4, npm/websocket-extensions@0.1.4, npm/which@2.0.2, npm/wildcard@2.0.1, npm/worker-loader@3.0.8, npm/wrap-ansi@7.0.0, npm/wrappy@1.0.2, npm/write-file-atomic@4.0.2, npm/ws@8.16.0, npm/y18n@5.0.8, npm/yallist@3.1.1, npm/yargs-parser@21.1.1, npm/yargs@17.7.2, npm/yn@3.1.1, npm/yocto-queue@0.1.0

View full report↗︎

@just-mitch just-mitch merged commit 3bbe167 into master Feb 24, 2024
64 of 65 checks passed
@just-mitch just-mitch deleted the subscribe-with-bananas branch February 24, 2024 09:28
rahul-kothari pushed a commit that referenced this pull request Mar 5, 2024
:robot: I have created a release *beep* *boop*
---


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

##
[0.25.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.24.0...aztec-packages-v0.25.0)
(2024-03-05)


### ⚠ BREAKING CHANGES

* nullifier read requests in private
([#4764](https://github.com/AztecProtocol/aztec-packages/issues/4764))
* Use new deployment flow in ContractDeployer
([#4497](https://github.com/AztecProtocol/aztec-packages/issues/4497))
* renamings of state var wrappers
([#4739](https://github.com/AztecProtocol/aztec-packages/issues/4739))
* l1 to l2 message api takes sender as arg
([#4648](https://github.com/AztecProtocol/aztec-packages/issues/4648))
* autogenerate compute_note_hash_and_nullifier
([#4610](https://github.com/AztecProtocol/aztec-packages/issues/4610))

### Features

* Add aztec-nr private functions for initialization nullifier
([#4807](https://github.com/AztecProtocol/aztec-packages/issues/4807))
([4feaea5](https://github.com/AztecProtocol/aztec-packages/commit/4feaea59267437a0841aa14f445cee7556a0c0b4))
* Add deploy contract helper to aztec-nr
([#4775](https://github.com/AztecProtocol/aztec-packages/issues/4775))
([6018fc6](https://github.com/AztecProtocol/aztec-packages/commit/6018fc66adfe76afbade0ffde3f1c83e97eba9c0))
* Add tagged note structure
([#4843](https://github.com/AztecProtocol/aztec-packages/issues/4843))
([553c2c6](https://github.com/AztecProtocol/aztec-packages/commit/553c2c602702d683c455928fc386f3b554f536ef)),
closes
[#4572](https://github.com/AztecProtocol/aztec-packages/issues/4572)
* Additional op count timing
([#4722](https://github.com/AztecProtocol/aztec-packages/issues/4722))
([f0cc760](https://github.com/AztecProtocol/aztec-packages/commit/f0cc76040a2de5d0f827afdb662591232c4ee1ed))
* Allow nullifier proofs in public
([#4892](https://github.com/AztecProtocol/aztec-packages/issues/4892))
([f7a7243](https://github.com/AztecProtocol/aztec-packages/commit/f7a72436bb12e30d8a85c8cf9b3a460d5b380252))
* Analyze % of time spent on field arithmetic
([#4501](https://github.com/AztecProtocol/aztec-packages/issues/4501))
([5ddfa16](https://github.com/AztecProtocol/aztec-packages/commit/5ddfa16391f1017219a997c322b061ebe6f34db2))
* AUTHWIT cancellations
([#4799](https://github.com/AztecProtocol/aztec-packages/issues/4799))
([b7c2bc0](https://github.com/AztecProtocol/aztec-packages/commit/b7c2bc0e70faebb60e2051e0330e94937a1e3711))
* AUTHWIT generator
([#4798](https://github.com/AztecProtocol/aztec-packages/issues/4798))
([efd70f4](https://github.com/AztecProtocol/aztec-packages/commit/efd70f4b8bb284815c5345bd16d79018ed2dd812))
* Autogenerate compute_note_hash_and_nullifier
([#4610](https://github.com/AztecProtocol/aztec-packages/issues/4610))
([286e708](https://github.com/AztecProtocol/aztec-packages/commit/286e708c1016d60278060bb01f5d997f9a0bdfba))
* **avm-simulator:** Add NULLIFIEREXISTS opcode to avm simulator,
transpiler, noir test, TS tests
([#4747](https://github.com/AztecProtocol/aztec-packages/issues/4747))
([707f572](https://github.com/AztecProtocol/aztec-packages/commit/707f572ae8802a9c92b9fe8cff2ec16dfea00b9d))
* **avm-simulator:** Create cache for pending nullifiers and existence
checks
([#4743](https://github.com/AztecProtocol/aztec-packages/issues/4743))
([0f80579](https://github.com/AztecProtocol/aztec-packages/commit/0f80579823aa2de1271c8cdccc72e5f5ee935939))
* **avm-simulator:** Implement AVM message opcodes
(simulator/transpiler/noir-test)
([#4852](https://github.com/AztecProtocol/aztec-packages/issues/4852))
([c98325d](https://github.com/AztecProtocol/aztec-packages/commit/c98325d23897d23c09faddc4355958406d44faa9))
* **avm-simulator:** Implement NOTEHASHEXISTS
([#4882](https://github.com/AztecProtocol/aztec-packages/issues/4882))
([d8c770b](https://github.com/AztecProtocol/aztec-packages/commit/d8c770bbf9e208adb31c6b0ea41e08f7c4f8818c))
* **avm-transpiler:** Add emitnotehash and emitnullifier opcodes to avm
transpiler and simulator tests
([#4746](https://github.com/AztecProtocol/aztec-packages/issues/4746))
([d44d9f1](https://github.com/AztecProtocol/aztec-packages/commit/d44d9f11be2a2d2652b70b1d333322440c6ef06c))
* **avm:** Enable main -&gt; mem clk lookups
([#4591](https://github.com/AztecProtocol/aztec-packages/issues/4591))
([0e503c1](https://github.com/AztecProtocol/aztec-packages/commit/0e503c14c0c20a93e162a90d8d049f094b64de7d))
* **avm:** Hashing opcodes
([#4526](https://github.com/AztecProtocol/aztec-packages/issues/4526))
([fe10c70](https://github.com/AztecProtocol/aztec-packages/commit/fe10c7049b3597a96f76a27a22e9233bc3b8ce82))
* **avm:** Hashing to simulator
([#4527](https://github.com/AztecProtocol/aztec-packages/issues/4527))
([9f67eec](https://github.com/AztecProtocol/aztec-packages/commit/9f67eec73c5d639df16e6b3bf45c4a1fc1c54bad))
* **avm:** Propagate tag err to the main trace for op_return and
internal_return
([#4615](https://github.com/AztecProtocol/aztec-packages/issues/4615))
([427f1d8](https://github.com/AztecProtocol/aztec-packages/commit/427f1d8567a3f68c3093c29a2999096746927548)),
closes
[#4598](https://github.com/AztecProtocol/aztec-packages/issues/4598)
* Avoid requiring arith gates in sequence
([#4869](https://github.com/AztecProtocol/aztec-packages/issues/4869))
([0ab0a94](https://github.com/AztecProtocol/aztec-packages/commit/0ab0a94842ce9b174ba82b430a93cba188fe75b0))
* **bb:** Working msan preset
([#4618](https://github.com/AztecProtocol/aztec-packages/issues/4618))
([0195ac8](https://github.com/AztecProtocol/aztec-packages/commit/0195ac89a13dc2a7b9caa5a8d8d29458a99c5f76))
* Benchmark Protogalaxy rounds
([#4316](https://github.com/AztecProtocol/aztec-packages/issues/4316))
([91af28d](https://github.com/AztecProtocol/aztec-packages/commit/91af28d6e03d85b5c749740c82cf9114379c823a))
* Bitwise_not avm circuit
([#4548](https://github.com/AztecProtocol/aztec-packages/issues/4548))
([3a7d31b](https://github.com/AztecProtocol/aztec-packages/commit/3a7d31b200e6e604eea06a40dcf5bf02b088ab79))
* Boxes refactor pt2
([#4612](https://github.com/AztecProtocol/aztec-packages/issues/4612))
([aad45b3](https://github.com/AztecProtocol/aztec-packages/commit/aad45b3bc2be50dc7223ccc3faf1c336613dffea))
* Boxes update
([#4498](https://github.com/AztecProtocol/aztec-packages/issues/4498))
([382626c](https://github.com/AztecProtocol/aztec-packages/commit/382626cddaa175041695e2eb70ad3c350351ffe3))
* Check initializer by default in private functions
([#4832](https://github.com/AztecProtocol/aztec-packages/issues/4832))
([3ff9fe0](https://github.com/AztecProtocol/aztec-packages/commit/3ff9fe0ad9591caebc313acecd3a2144f8434ae2))
* Define Aztec prelude
([#4929](https://github.com/AztecProtocol/aztec-packages/issues/4929))
([8ffe5df](https://github.com/AztecProtocol/aztec-packages/commit/8ffe5df71b78ed5100f598f680fbb1fe49b546b3))
* Delegate calls
([#4586](https://github.com/AztecProtocol/aztec-packages/issues/4586))
([e6d65a7](https://github.com/AztecProtocol/aztec-packages/commit/e6d65a7fe9ebe855dcac389775aae2ccc3fa311f))
* **devops:** Filter circleci config no-ops
([#4731](https://github.com/AztecProtocol/aztec-packages/issues/4731))
([41984b4](https://github.com/AztecProtocol/aztec-packages/commit/41984b4e43fd3fd42522552ecb8ca1e54f32cdf1))
* **docs:** Autogenerated Aztec-nr reference docs
([#3481](https://github.com/AztecProtocol/aztec-packages/issues/3481))
([aebf762](https://github.com/AztecProtocol/aztec-packages/commit/aebf762d37dee9985740f3bf2578a0cf69818050))
* **docs:** Docs meta doc
([#4767](https://github.com/AztecProtocol/aztec-packages/issues/4767))
([0a645d3](https://github.com/AztecProtocol/aztec-packages/commit/0a645d3a5d3029501ccbba5e030146f7397301b0))
* **docs:** Meta doc typo fixes
([#4779](https://github.com/AztecProtocol/aztec-packages/issues/4779))
([44df132](https://github.com/AztecProtocol/aztec-packages/commit/44df1327fb7018187bf15a4ae4c76218160a2914))
* **docs:** Note type IDs and compute_note_hash_and_nullifier page
([#4636](https://github.com/AztecProtocol/aztec-packages/issues/4636))
([032874a](https://github.com/AztecProtocol/aztec-packages/commit/032874a031ce9a5dde7da20864fbd456061adc43))
* Equality avm circuit
([#4595](https://github.com/AztecProtocol/aztec-packages/issues/4595))
([aad7b45](https://github.com/AztecProtocol/aztec-packages/commit/aad7b45aa6d3a4c3df259ea41fdde48bf01139b1))
* Execution Trace
([#4623](https://github.com/AztecProtocol/aztec-packages/issues/4623))
([07ac589](https://github.com/AztecProtocol/aztec-packages/commit/07ac589d08964a44ea54a0d9fa0a21db73186aee))
* Gate blocks
([#4741](https://github.com/AztecProtocol/aztec-packages/issues/4741))
([61067a5](https://github.com/AztecProtocol/aztec-packages/commit/61067a5cdedfd10fbc32e381083b031bc80fc6d6))
* Goblin documentation
([#4679](https://github.com/AztecProtocol/aztec-packages/issues/4679))
([24d918f](https://github.com/AztecProtocol/aztec-packages/commit/24d918f7bd114f2641ae61bcf0da888e06f6520a))
* Goblin Translator Fuzzer
([#4752](https://github.com/AztecProtocol/aztec-packages/issues/4752))
([7402517](https://github.com/AztecProtocol/aztec-packages/commit/74025170288e39e1d7516f57df94f22bc30f663c))
* GoblinUltra Bench
([#4671](https://github.com/AztecProtocol/aztec-packages/issues/4671))
([319eea9](https://github.com/AztecProtocol/aztec-packages/commit/319eea9e4caf1d1ade00fedface5fab9bbf9db16))
* Implementing IPA optimisation
([#4363](https://github.com/AztecProtocol/aztec-packages/issues/4363))
([13647c2](https://github.com/AztecProtocol/aztec-packages/commit/13647c24487116f971c81dfaf4ee4664870522d5))
* L1 to l2 message api takes sender as arg
([#4648](https://github.com/AztecProtocol/aztec-packages/issues/4648))
([96f6b2a](https://github.com/AztecProtocol/aztec-packages/commit/96f6b2a6e5475d747191def24a122532eacd610d)),
closes
[#4559](https://github.com/AztecProtocol/aztec-packages/issues/4559)
* Login to ecr explicitly, faster bootstrap as we only do once.
([#4900](https://github.com/AztecProtocol/aztec-packages/issues/4900))
([86d6749](https://github.com/AztecProtocol/aztec-packages/commit/86d6749615a533e0a9fbe0a1dca97b38fb14bb5f))
* Macros for initializer checks
([#4830](https://github.com/AztecProtocol/aztec-packages/issues/4830))
([c7c24b2](https://github.com/AztecProtocol/aztec-packages/commit/c7c24b2d1e71a95d3af7a9fe9e39b439ec319e3d))
* Manual ClientIVC breakdown
([#4778](https://github.com/AztecProtocol/aztec-packages/issues/4778))
([b4cfc89](https://github.com/AztecProtocol/aztec-packages/commit/b4cfc89c0d8286d2dfa3e04c58695d554951c920))
* Moving the unbox option to npx command
([#4718](https://github.com/AztecProtocol/aztec-packages/issues/4718))
([4c3bb92](https://github.com/AztecProtocol/aztec-packages/commit/4c3bb9294fc10ff4663275c952e277eaa7ecd647))
* Native fee payment
([#4543](https://github.com/AztecProtocol/aztec-packages/issues/4543))
([5d4702b](https://github.com/AztecProtocol/aztec-packages/commit/5d4702b7684393b54bef4cdca963077504b41a2a))
* Non revertible effects and tx phases
([#4629](https://github.com/AztecProtocol/aztec-packages/issues/4629))
([c04d72f](https://github.com/AztecProtocol/aztec-packages/commit/c04d72fd363b32743cf906bfe986f82c5d5901fc))
* Nullifier read requests in private
([#4764](https://github.com/AztecProtocol/aztec-packages/issues/4764))
([a049d1f](https://github.com/AztecProtocol/aztec-packages/commit/a049d1f571487f2cec25cb1bdeff5c177e25b91d))
* Outgoing messages to any address
([#4512](https://github.com/AztecProtocol/aztec-packages/issues/4512))
([4d0e8d3](https://github.com/AztecProtocol/aztec-packages/commit/4d0e8d30fb604e72bd4ef62f5cf8928e0eaa2009))
* Parallel native/wasm bb builds. Better messaging around using ci
cache.
([#4766](https://github.com/AztecProtocol/aztec-packages/issues/4766))
([a924e55](https://github.com/AztecProtocol/aztec-packages/commit/a924e55393daa89fbba3a87cf019977286104b59))
* Parallelise kernel and function circuit construction in client IVC
([#4841](https://github.com/AztecProtocol/aztec-packages/issues/4841))
([9c689d8](https://github.com/AztecProtocol/aztec-packages/commit/9c689d8d5a7d330dabafaa7d10c0cfc5e4694921))
* Public initializer check
([#4894](https://github.com/AztecProtocol/aztec-packages/issues/4894))
([6b861bb](https://github.com/AztecProtocol/aztec-packages/commit/6b861bb06c7d0e51692953a946aba481bc78e2d1))
* Public refunds via FPC
([#4750](https://github.com/AztecProtocol/aztec-packages/issues/4750))
([30502c9](https://github.com/AztecProtocol/aztec-packages/commit/30502c96fc2aa2a86cdad0f7edaec9cac97e6cf5))
* PublicImmutable impl
([#4758](https://github.com/AztecProtocol/aztec-packages/issues/4758))
([87c976b](https://github.com/AztecProtocol/aztec-packages/commit/87c976bcf022300b2bd9dfa2a8c98f8fe7e45433)),
closes
[#4757](https://github.com/AztecProtocol/aztec-packages/issues/4757)
* Renamings of state var wrappers
([#4739](https://github.com/AztecProtocol/aztec-packages/issues/4739))
([4667c27](https://github.com/AztecProtocol/aztec-packages/commit/4667c27695ad203f4d8fef73e13158ceed2cef7d))
* Separate addition gate after final RAM gate
([#4851](https://github.com/AztecProtocol/aztec-packages/issues/4851))
([f329db4](https://github.com/AztecProtocol/aztec-packages/commit/f329db4ec08f013bf8f53eb73b18d3d98d98e2e4))
* Separate arithmetic gate in sort with edges
([#4866](https://github.com/AztecProtocol/aztec-packages/issues/4866))
([40adc5c](https://github.com/AztecProtocol/aztec-packages/commit/40adc5cdc578c6ff6d6a9aa25c9a2f3506ec1677))
* Simplify public input copy cycles
([#4753](https://github.com/AztecProtocol/aztec-packages/issues/4753))
([a714ee0](https://github.com/AztecProtocol/aztec-packages/commit/a714ee027262dba3a083e17878862cd1144a86a6))
* Static call support in aztec.nr and acir-simulator
([#4106](https://github.com/AztecProtocol/aztec-packages/issues/4106))
([5f9546a](https://github.com/AztecProtocol/aztec-packages/commit/5f9546a50b72e29ec032e115a79ce5ceae2f26c0))
* Update header to match message extension
([#4627](https://github.com/AztecProtocol/aztec-packages/issues/4627))
([dc01e1d](https://github.com/AztecProtocol/aztec-packages/commit/dc01e1d573795f2199b6b9c6249fb1e816d5c594))
* Update RAM/ROM memory records for new block structure
([#4806](https://github.com/AztecProtocol/aztec-packages/issues/4806))
([65e4ab9](https://github.com/AztecProtocol/aztec-packages/commit/65e4ab93219118c8ac46a68bc6607ee9d11f6478))
* Use new deployment flow in ContractDeployer
([#4497](https://github.com/AztecProtocol/aztec-packages/issues/4497))
([0702dc6](https://github.com/AztecProtocol/aztec-packages/commit/0702dc6988149258124184b85d38db930effe0e7))
* Use yarns topological build to get rid of explicit sequential steps,
and let it solve.
([#4868](https://github.com/AztecProtocol/aztec-packages/issues/4868))
([c909966](https://github.com/AztecProtocol/aztec-packages/commit/c909966ad6d0f1621d066f5861d38a128fe9c224))
* **yp:** Add algolia search to the yellow paper
([#4771](https://github.com/AztecProtocol/aztec-packages/issues/4771))
([48dd78e](https://github.com/AztecProtocol/aztec-packages/commit/48dd78e06a2dc9452bea1a3156721ffd68e046a4))


### Bug Fixes

* Add new oracle contract to devnet in CI
([#4687](https://github.com/AztecProtocol/aztec-packages/issues/4687))
([920fa10](https://github.com/AztecProtocol/aztec-packages/commit/920fa10d4d5fb476cd6d868439310452f6e8dcc5))
* Add registry contract to list
([#4694](https://github.com/AztecProtocol/aztec-packages/issues/4694))
([3675e1d](https://github.com/AztecProtocol/aztec-packages/commit/3675e1d110eccf45986bbbcf35e29746474bb7aa))
* Add TODO with issue for num_gates bug
([#4847](https://github.com/AztecProtocol/aztec-packages/issues/4847))
([f6c558b](https://github.com/AztecProtocol/aztec-packages/commit/f6c558b41d3e003e1626a853aff0b58705847e84))
* After noir move
([#4564](https://github.com/AztecProtocol/aztec-packages/issues/4564))
([5f5bf16](https://github.com/AztecProtocol/aztec-packages/commit/5f5bf1604ce16a9d7c9f121ed79f9d287358510c))
* Align block structs w/ yp
[#3868](https://github.com/AztecProtocol/aztec-packages/issues/3868)
([#4541](https://github.com/AztecProtocol/aztec-packages/issues/4541))
([081da3c](https://github.com/AztecProtocol/aztec-packages/commit/081da3cb0b9e83f817a82314bb4be116e32e054c))
* Assembly benching
([#4640](https://github.com/AztecProtocol/aztec-packages/issues/4640))
([f144745](https://github.com/AztecProtocol/aztec-packages/commit/f14474571210a46e7159cb9d2f0bc9374a837d3d))
* AZTEC_PORT variable for devnet
([#4700](https://github.com/AztecProtocol/aztec-packages/issues/4700))
([097a888](https://github.com/AztecProtocol/aztec-packages/commit/097a888b1f60d285595dbae6ebac5af32f9ace67))
* Aztec-node terraform args
([#4669](https://github.com/AztecProtocol/aztec-packages/issues/4669))
([4f37270](https://github.com/AztecProtocol/aztec-packages/commit/4f372703bcd2a13a7949cc3370356d0b376746ef))
* **bb:** Initialize element::infinity()
([#4664](https://github.com/AztecProtocol/aztec-packages/issues/4664))
([6813540](https://github.com/AztecProtocol/aztec-packages/commit/6813540731149db1f0d8932598335f95937ada03))
* Boost the size of the non-revertible reads/writes
([#4688](https://github.com/AztecProtocol/aztec-packages/issues/4688))
([9cb6daf](https://github.com/AztecProtocol/aztec-packages/commit/9cb6daff6330a5675a070334cc88773d6e0bae3a))
* **build-system:** Login to dockerhub
([#4716](https://github.com/AztecProtocol/aztec-packages/issues/4716))
([5eb0c57](https://github.com/AztecProtocol/aztec-packages/commit/5eb0c577f34df5f111d17ec25000fc03d09d5497))
* Change function limit to private function limit
([#4785](https://github.com/AztecProtocol/aztec-packages/issues/4785))
([2799f1f](https://github.com/AztecProtocol/aztec-packages/commit/2799f1fe1718fadd4bc0705449a8b4c79bc391b6))
* Ci merge check
([#4921](https://github.com/AztecProtocol/aztec-packages/issues/4921))
([46063da](https://github.com/AztecProtocol/aztec-packages/commit/46063da1b42f109e8b0c5c4b1a07c15401899b30))
* **ci:** Bump puppeteer to fix yarn-project-base
([#4721](https://github.com/AztecProtocol/aztec-packages/issues/4721))
([89af734](https://github.com/AztecProtocol/aztec-packages/commit/89af73421a83dfc79743e3e0287b246326d71b7d))
* Cpp build
([#4918](https://github.com/AztecProtocol/aztec-packages/issues/4918))
([15df3c0](https://github.com/AztecProtocol/aztec-packages/commit/15df3c08168611f7f65f5837a937031d81bb3566))
* Dapp sub test
([#4938](https://github.com/AztecProtocol/aztec-packages/issues/4938))
([827afd1](https://github.com/AztecProtocol/aztec-packages/commit/827afd10edfca8b2c8273742717f039981543194))
* Debug build
([#4666](https://github.com/AztecProtocol/aztec-packages/issues/4666))
([acc27b1](https://github.com/AztecProtocol/aztec-packages/commit/acc27b1bd2ec21c7b5c71f02974bd49d29b4caa5))
* Depreciated ci image
([#4911](https://github.com/AztecProtocol/aztec-packages/issues/4911))
([174fc10](https://github.com/AztecProtocol/aztec-packages/commit/174fc104d68e94b33d4d455f24e38b73a64b534a))
* **docs:** Update 0.22 migration_notes.md w/ proper note interface
([#4701](https://github.com/AztecProtocol/aztec-packages/issues/4701))
([a972dc8](https://github.com/AztecProtocol/aztec-packages/commit/a972dc8b0d62ba8e3fbbb9aed7f523ebd2b06f59))
* **docs:** Update unconstrained function call image
([#4834](https://github.com/AztecProtocol/aztec-packages/issues/4834))
([b0bc772](https://github.com/AztecProtocol/aztec-packages/commit/b0bc772017fd36671ce9250f52d6cc64b22f7386))
* **dsl:** Add full recursive verification test
([#4658](https://github.com/AztecProtocol/aztec-packages/issues/4658))
([9e09772](https://github.com/AztecProtocol/aztec-packages/commit/9e0977261aea723d6ea68750788f29a40730c404))
* Expose port when running aztec img
([#4719](https://github.com/AztecProtocol/aztec-packages/issues/4719))
([df40b15](https://github.com/AztecProtocol/aztec-packages/commit/df40b15524cee9799c5193c6adf2ad7a5ea92faf))
* Fetch Headers and Bodies separately
[#4167](https://github.com/AztecProtocol/aztec-packages/issues/4167)
([#4632](https://github.com/AztecProtocol/aztec-packages/issues/4632))
([0681b3a](https://github.com/AztecProtocol/aztec-packages/commit/0681b3a6fe99667cdaa6cb3954accf15795c42ea))
* Fix races in slab allocator and lookup tables and add prepending for
op_queues
([#4754](https://github.com/AztecProtocol/aztec-packages/issues/4754))
([0c99de7](https://github.com/AztecProtocol/aztec-packages/commit/0c99de7c4b9931989824f66dab83cc644578a75c))
* Fix Translator composer test instability
([#4751](https://github.com/AztecProtocol/aztec-packages/issues/4751))
([842ba7a](https://github.com/AztecProtocol/aztec-packages/commit/842ba7a720d075632ad2c4b948f874a12cfa3ecd))
* G2.Serialize sporadic failure
([#4626](https://github.com/AztecProtocol/aztec-packages/issues/4626))
([c9e6bb1](https://github.com/AztecProtocol/aztec-packages/commit/c9e6bb1391070b6551b313b85fe73742ff0966fc))
* Get_wires for ultra
([#4605](https://github.com/AztecProtocol/aztec-packages/issues/4605))
([512110e](https://github.com/AztecProtocol/aztec-packages/commit/512110e4bdc353b01ee92fb5b2ff5f6e6f875fbb))
* Initializer checks across txs
([#4842](https://github.com/AztecProtocol/aztec-packages/issues/4842))
([747fc33](https://github.com/AztecProtocol/aztec-packages/commit/747fc33590f9fe25ffcd3e538d7db49bfb98fae8))
* Issue if commitment hints when the same commitment appears twice
within the same tx
([#4702](https://github.com/AztecProtocol/aztec-packages/issues/4702))
([9c3c880](https://github.com/AztecProtocol/aztec-packages/commit/9c3c88015965554dfdb6568bc239214cbbe85002))
* L1 contract address config
([#4684](https://github.com/AztecProtocol/aztec-packages/issues/4684))
([20e7605](https://github.com/AztecProtocol/aztec-packages/commit/20e76058e3de7d0d30d6c951fa74d6dd08a68d2c))
* Master borked arithmetic tests
([#4606](https://github.com/AztecProtocol/aztec-packages/issues/4606))
([472c54a](https://github.com/AztecProtocol/aztec-packages/commit/472c54a7e89001f5f752da670cc25ec1a537da87))
* More robust noir sync
([#4734](https://github.com/AztecProtocol/aztec-packages/issues/4734))
([f53946d](https://github.com/AztecProtocol/aztec-packages/commit/f53946df78d09e7634eb839d068c559fffa0e751))
* Msan build
([#4646](https://github.com/AztecProtocol/aztec-packages/issues/4646))
([886cc75](https://github.com/AztecProtocol/aztec-packages/commit/886cc7585f935f4f12257444af7862b51dc91584))
* MSAN msgpack noise
([#4677](https://github.com/AztecProtocol/aztec-packages/issues/4677))
([1abae28](https://github.com/AztecProtocol/aztec-packages/commit/1abae28580354f5ccc620dbd717bf079f39fb445))
* Noir test incorrect reporting
([#4925](https://github.com/AztecProtocol/aztec-packages/issues/4925))
([d98db3a](https://github.com/AztecProtocol/aztec-packages/commit/d98db3aa7cbfdaf5f698d4f4f0eaf4a788a02199))
* P2p-bootstrap ECS command + /status route
([#4682](https://github.com/AztecProtocol/aztec-packages/issues/4682))
([21ec23d](https://github.com/AztecProtocol/aztec-packages/commit/21ec23d54fa69c3515f0d9fa23cc7ea1168d7e6e))
* PXE devnet connectivity
([#4759](https://github.com/AztecProtocol/aztec-packages/issues/4759))
([c2027e3](https://github.com/AztecProtocol/aztec-packages/commit/c2027e3f58279fc9fa7c8e5c1b7fdcf832555d90))
* Rebuilding on snap updates
([#4729](https://github.com/AztecProtocol/aztec-packages/issues/4729))
([a2c0cae](https://github.com/AztecProtocol/aztec-packages/commit/a2c0caed4c48ce2d37d2370040ea059d80d93bfe)),
closes
[#4728](https://github.com/AztecProtocol/aztec-packages/issues/4728)
* Remove the `VerificationKey` from `ProverInstance`
([#4908](https://github.com/AztecProtocol/aztec-packages/issues/4908))
([8619c08](https://github.com/AztecProtocol/aztec-packages/commit/8619c084cdfd061f284058b00a96f16fbbca65bf))
* Revert boxes update
([#4602](https://github.com/AztecProtocol/aztec-packages/issues/4602))
([f5592b8](https://github.com/AztecProtocol/aztec-packages/commit/f5592b82cab37072f0a1140b77e15cfa68220d74))
* Temporarily skip failing deployment test
([e6ce08f](https://github.com/AztecProtocol/aztec-packages/commit/e6ce08f6d74db76a45e5dea69d5b7531ca99c769))
* Use size hint for ivc circuits
([#4802](https://github.com/AztecProtocol/aztec-packages/issues/4802))
([035cff4](https://github.com/AztecProtocol/aztec-packages/commit/035cff451ca2171e08279b9d36b23f38b840efea))
* Use specific slither and slitherin versions
([#4621](https://github.com/AztecProtocol/aztec-packages/issues/4621))
([9e7a451](https://github.com/AztecProtocol/aztec-packages/commit/9e7a4519ae6d5ded8b7369abf50eb2c46948abe7))
* **yp:** Update search API key
([#4800](https://github.com/AztecProtocol/aztec-packages/issues/4800))
([1cb6396](https://github.com/AztecProtocol/aztec-packages/commit/1cb639631dab59b8a301f1e256d2f76bd52addd2))


### Miscellaneous

* 1 struct per file
([#4693](https://github.com/AztecProtocol/aztec-packages/issues/4693))
([19d2bbe](https://github.com/AztecProtocol/aztec-packages/commit/19d2bbea913506761e9706073d13513d5533fedb)),
closes
[#4410](https://github.com/AztecProtocol/aztec-packages/issues/4410)
* Add authwit to migration notes
([#4914](https://github.com/AztecProtocol/aztec-packages/issues/4914))
([e775ead](https://github.com/AztecProtocol/aztec-packages/commit/e775ead27c975027022813902183c9eda44d64a4))
* Add comments in kernel_prover.ts related to hints
([#4713](https://github.com/AztecProtocol/aztec-packages/issues/4713))
([68162b6](https://github.com/AztecProtocol/aztec-packages/commit/68162b6799aef91f005539a5e613240698bc2a1c))
* Add custom inspect for base types
([#4890](https://github.com/AztecProtocol/aztec-packages/issues/4890))
([a1b3c01](https://github.com/AztecProtocol/aztec-packages/commit/a1b3c01fa088400188348b85ac1933e14bd9bdf6))
* Add pow poly bench and link optimization issues
([#4725](https://github.com/AztecProtocol/aztec-packages/issues/4725))
([faa9586](https://github.com/AztecProtocol/aztec-packages/commit/faa9586ef702e3f150e6aa8217dcbcd63611dea2))
* Add struct for each bigint modulus
([#4422](https://github.com/AztecProtocol/aztec-packages/issues/4422))
([a2942b7](https://github.com/AztecProtocol/aztec-packages/commit/a2942b791c55aab85e2266a0ec66ffb5a993c2a4))
* Address comments
([#4772](https://github.com/AztecProtocol/aztec-packages/issues/4772))
([10d90ab](https://github.com/AztecProtocol/aztec-packages/commit/10d90ab3a15de66f4b8a64464fe8e15f33a0589d))
* Addressing flakiness of `e2e_public_cross_chain_messaging`
([#4853](https://github.com/AztecProtocol/aztec-packages/issues/4853))
([99bbaee](https://github.com/AztecProtocol/aztec-packages/commit/99bbaee6282ec9d7e6d853e43653d43eb68bf408))
* **avm-simulator:** Create a dedicated component just for tracing world
state accesses
([#4733](https://github.com/AztecProtocol/aztec-packages/issues/4733))
([0af89e6](https://github.com/AztecProtocol/aztec-packages/commit/0af89e6c1ff21a6079d42fe87d57d667a42cc491))
* **avm-simulator:** Pull out public storage caching and merging from
the state journal
([#4730](https://github.com/AztecProtocol/aztec-packages/issues/4730))
([b075401](https://github.com/AztecProtocol/aztec-packages/commit/b075401e53a6dbe95c413608fc3c30bf19648103))
* **avm-simulator:** Test cleanup using `expect.objectContaining()`
([#4863](https://github.com/AztecProtocol/aztec-packages/issues/4863))
([c4ecfdd](https://github.com/AztecProtocol/aztec-packages/commit/c4ecfddeaa09b204977d31329aec7ba00f26e2d0))
* **avm-transpiler:** Minor rust fixes
([#4889](https://github.com/AztecProtocol/aztec-packages/issues/4889))
([46ee6a8](https://github.com/AztecProtocol/aztec-packages/commit/46ee6a88f4c8972bf7c8b60caf14030760590b96))
* **avm-transpiler:** Prefix AVM opcode oracles with avmOpcode
([#4862](https://github.com/AztecProtocol/aztec-packages/issues/4862))
([f07beee](https://github.com/AztecProtocol/aztec-packages/commit/f07beee3c220ccce892a984b1995e6f867c6895c))
* **avm:** Nit fixes on message opcodes
([#4915](https://github.com/AztecProtocol/aztec-packages/issues/4915))
([c48f5ce](https://github.com/AztecProtocol/aztec-packages/commit/c48f5cebf56e3a4545fcc72bb9d619b1127dc1ba))
* **avm:** Remove some leftover files related to Avm-mini (replaced by
Avm)
([#4715](https://github.com/AztecProtocol/aztec-packages/issues/4715))
([8c697ce](https://github.com/AztecProtocol/aztec-packages/commit/8c697ce187b4bb1c66f1146ebbc39567a46f35f8))
* **aztec-nr:** Clarify in comments that nullifier computation does not
need to include siloed note-hash for protocol security
([#2667](https://github.com/AztecProtocol/aztec-packages/issues/2667))
([426513e](https://github.com/AztecProtocol/aztec-packages/commit/426513e39e79579c53f6a4a16f26c8f5d9631026)),
closes
[#2666](https://github.com/AztecProtocol/aztec-packages/issues/2666)
* **bb:** Allow dynamic plookup tables
([#4667](https://github.com/AztecProtocol/aztec-packages/issues/4667))
([5920012](https://github.com/AztecProtocol/aztec-packages/commit/592001255a999abb7167f885a5def7f8651d63a7))
* **bb:** More namespaces under bb
([#4348](https://github.com/AztecProtocol/aztec-packages/issues/4348))
([00ba983](https://github.com/AztecProtocol/aztec-packages/commit/00ba9837606f33ccbc5c0c40be22b11a736b1608))
* **bb:** Small test improvements
([#4568](https://github.com/AztecProtocol/aztec-packages/issues/4568))
([e23d048](https://github.com/AztecProtocol/aztec-packages/commit/e23d048e916fa12966fe01d1a8c0d3bfb50c2943))
* **bb:** Use RefArray where possible
([#4686](https://github.com/AztecProtocol/aztec-packages/issues/4686))
([5b4e1a6](https://github.com/AztecProtocol/aztec-packages/commit/5b4e1a61216655cebb58863d26d418b23881dd02))
* Bootstrap improvements.
([#4711](https://github.com/AztecProtocol/aztec-packages/issues/4711))
([1375233](https://github.com/AztecProtocol/aztec-packages/commit/13752339334be9c8cc0ae500d0e932f76d18a77d))
* **boxes:** Adding frontend test to vanilla-js box
([cd1ca2e](https://github.com/AztecProtocol/aztec-packages/commit/cd1ca2e13c3b475e28f17ad74e09b439a1133de0))
* **boxes:** Adding react frontend tests
([086e478](https://github.com/AztecProtocol/aztec-packages/commit/086e4789985d4e9b4712c0556811ab88be51e387))
* Build nargo against Ubuntu 20 for better compatability
([#4710](https://github.com/AztecProtocol/aztec-packages/issues/4710))
([e84759f](https://github.com/AztecProtocol/aztec-packages/commit/e84759f953b789f38624021814dc634e8dc1d5b7))
* **ci:** Enforce formatting of noir rust code
([#4765](https://github.com/AztecProtocol/aztec-packages/issues/4765))
([d9a1853](https://github.com/AztecProtocol/aztec-packages/commit/d9a1853cc0474050f40ef52b196568b711f7eb07)),
closes
[#4763](https://github.com/AztecProtocol/aztec-packages/issues/4763)
* **ci:** Test noir-projects in CI
([#4604](https://github.com/AztecProtocol/aztec-packages/issues/4604))
([2ac428f](https://github.com/AztecProtocol/aztec-packages/commit/2ac428fd048aaadbdd28eb4ff7b7692a149e6468))
* ContextInterface trait for private and public contexts
([#4808](https://github.com/AztecProtocol/aztec-packages/issues/4808))
([237f870](https://github.com/AztecProtocol/aztec-packages/commit/237f870cfa9d83eb11530b0c64d3b3e5a6b0ad8d))
* Decouple ypb
([#4749](https://github.com/AztecProtocol/aztec-packages/issues/4749))
([f3c65ce](https://github.com/AztecProtocol/aztec-packages/commit/f3c65ce75637bd47aca849a08b567b06a69318b0))
* Deploy docs to production only on releases
([#4928](https://github.com/AztecProtocol/aztec-packages/issues/4928))
([c9eb856](https://github.com/AztecProtocol/aztec-packages/commit/c9eb856ab7307642c77a8bd808de49585449b1d3))
* Do not download foundry during L1 contracts fast bootstrap
([#4865](https://github.com/AztecProtocol/aztec-packages/issues/4865))
([c4357c8](https://github.com/AztecProtocol/aztec-packages/commit/c4357c8c4af5f763a81939ff4abe19b5e0e40029))
* **docs:** Getting a bot to comment on docs PRs with docs previews
([#4600](https://github.com/AztecProtocol/aztec-packages/issues/4600))
([8307dad](https://github.com/AztecProtocol/aztec-packages/commit/8307dadd853d5091841e169c841ab6b09c223efb))
* **docs:** Passing nothing if pull request is unbounded
([#4794](https://github.com/AztecProtocol/aztec-packages/issues/4794))
([db3f785](https://github.com/AztecProtocol/aztec-packages/commit/db3f785348f92a3255edc6ccaf59c3ecede082c6))
* **docs:** Removing boxes page, will iterate later as part of DIP
([#4698](https://github.com/AztecProtocol/aztec-packages/issues/4698))
([5c232af](https://github.com/AztecProtocol/aztec-packages/commit/5c232af1dfbbf3872fafc88fad41f6e64bc0d341))
* **docs:** Simple e2e tests to use in docs
([#4596](https://github.com/AztecProtocol/aztec-packages/issues/4596))
([6ec9f57](https://github.com/AztecProtocol/aztec-packages/commit/6ec9f577afe860ca2986b03a00b5ebe87d6600f4))
* **docs:** Update aztecnr-getting-started.md CLI deploy command
([#4590](https://github.com/AztecProtocol/aztec-packages/issues/4590))
([234ae3e](https://github.com/AztecProtocol/aztec-packages/commit/234ae3e773ace4097bfe9b9be9a563886dfaaffc))
* **docs:** Update communication images
([#4744](https://github.com/AztecProtocol/aztec-packages/issues/4744))
([8968e6e](https://github.com/AztecProtocol/aztec-packages/commit/8968e6e1709d7e257cfc264c76d9e52500ccd99f))
* **docs:** Update getting started contract tutorial
([#4588](https://github.com/AztecProtocol/aztec-packages/issues/4588))
([f417452](https://github.com/AztecProtocol/aztec-packages/commit/f4174527657db9e0c5168c98a896a93f1214e846))
* Ecr login retry
([#4617](https://github.com/AztecProtocol/aztec-packages/issues/4617))
([c3a784f](https://github.com/AztecProtocol/aztec-packages/commit/c3a784f7dfc7c11e4069c0a81dbc9c3303b0d3d5))
* Fix docs
([#4923](https://github.com/AztecProtocol/aztec-packages/issues/4923))
([edfba29](https://github.com/AztecProtocol/aztec-packages/commit/edfba29efea1faa10631dd76ea4e737f8d8bad79))
* Get rid of Honk UltraComposer
([#4875](https://github.com/AztecProtocol/aztec-packages/issues/4875))
([7e52c29](https://github.com/AztecProtocol/aztec-packages/commit/7e52c2971b91dfb0f07c178b2adb4427363acd1e))
* Implement poseidon2 opcode
([#4446](https://github.com/AztecProtocol/aztec-packages/issues/4446))
([491a8df](https://github.com/AztecProtocol/aztec-packages/commit/491a8dfe81a33a7552686f70833f6130da944142))
* Improve noir-contracts.js codegen
([#4789](https://github.com/AztecProtocol/aztec-packages/issues/4789))
([d367cc4](https://github.com/AztecProtocol/aztec-packages/commit/d367cc45c72a8d4a6c4e207a38047f3e63bee3b9)),
closes
[#4707](https://github.com/AztecProtocol/aztec-packages/issues/4707)
* Integration test of body publishing
([#4795](https://github.com/AztecProtocol/aztec-packages/issues/4795))
([e414846](https://github.com/AztecProtocol/aztec-packages/commit/e414846db11479f91f332fd4d5edf62b3eeae905))
* Make first iteration of protogalaxy more efficient
([#4630](https://github.com/AztecProtocol/aztec-packages/issues/4630))
([4c7f24f](https://github.com/AztecProtocol/aztec-packages/commit/4c7f24f8ea8c21bc8114ead67d2082a06c9c5493))
* Min noir build
([#4812](https://github.com/AztecProtocol/aztec-packages/issues/4812))
([01dd0a9](https://github.com/AztecProtocol/aztec-packages/commit/01dd0a9318de6c69d60e15d56b0fb29d2ec51b28))
* More interop tests
([#4699](https://github.com/AztecProtocol/aztec-packages/issues/4699))
([a9971e1](https://github.com/AztecProtocol/aztec-packages/commit/a9971e10e7e9980946ebcbe7a7d4201c61d7bef0)),
closes
[#4412](https://github.com/AztecProtocol/aztec-packages/issues/4412)
* Move remaining data out of Honk UltraComposer
([#4848](https://github.com/AztecProtocol/aztec-packages/issues/4848))
([823e071](https://github.com/AztecProtocol/aztec-packages/commit/823e071a0988cae906c13fa47e501fe9912788dc))
* Move vk computation out of Honk Ultra composer
([#4811](https://github.com/AztecProtocol/aztec-packages/issues/4811))
([f354e89](https://github.com/AztecProtocol/aztec-packages/commit/f354e899b4b35dd6d06699f0dbff48f7ea9ed9c3))
* Moving hash functions to relevant classes
([#4551](https://github.com/AztecProtocol/aztec-packages/issues/4551))
([731d7d0](https://github.com/AztecProtocol/aztec-packages/commit/731d7d012b1f5fb0f8ae3380f14683a37be0e65c))
* Moving types consts to constants.nr
([#4919](https://github.com/AztecProtocol/aztec-packages/issues/4919))
([ecfcb78](https://github.com/AztecProtocol/aztec-packages/commit/ecfcb7876e487c9f7a8a31ff5438c15e342ba31b))
* **noir:** Extend 4681 bitsize refactor
([#4689](https://github.com/AztecProtocol/aztec-packages/issues/4689))
([811d767](https://github.com/AztecProtocol/aztec-packages/commit/811d76771b472a2da0464c3038c15a489d49319c))
* PedersenHash(...) TS func returns Fr
([#4704](https://github.com/AztecProtocol/aztec-packages/issues/4704))
([c5eeb4c](https://github.com/AztecProtocol/aztec-packages/commit/c5eeb4c4ba4cec3be6b3c9fc60b7105ca2f54867)),
closes
[#4614](https://github.com/AztecProtocol/aztec-packages/issues/4614)
* Pull noir for u64 as array lengths
([#4787](https://github.com/AztecProtocol/aztec-packages/issues/4787))
([e69b586](https://github.com/AztecProtocol/aztec-packages/commit/e69b58660ff843350e1e098d8f1a84f4ce3d3c34))
* Purge SafeU120
([#4819](https://github.com/AztecProtocol/aztec-packages/issues/4819))
([9633b0f](https://github.com/AztecProtocol/aztec-packages/commit/9633b0fd4dfbdc80b3fc248b03486f2a73f37bed))
* Reduce size for rollup benchmark
([cf8bd85](https://github.com/AztecProtocol/aztec-packages/commit/cf8bd85376169cdeb6fbda40e19ae2601bbb3370))
* Remove import of `dep::aztec` from aztec_macros
([#4941](https://github.com/AztecProtocol/aztec-packages/issues/4941))
([e696b1e](https://github.com/AztecProtocol/aztec-packages/commit/e696b1e7b4d6f5cc895c6dad7fb56f001ebbac6e))
* Remove last impls of compute_note_hash_and_nullifier
([#4943](https://github.com/AztecProtocol/aztec-packages/issues/4943))
([ff66bb8](https://github.com/AztecProtocol/aztec-packages/commit/ff66bb83a610ac5d6390c1b648245e31cc958189))
* Remove legacy deployer
([#4777](https://github.com/AztecProtocol/aztec-packages/issues/4777))
([20dc67b](https://github.com/AztecProtocol/aztec-packages/commit/20dc67b5b1de367787361e8406c09e670b12bac2))
* Remove original return from aztec fns
([#4804](https://github.com/AztecProtocol/aztec-packages/issues/4804))
([9e246c1](https://github.com/AztecProtocol/aztec-packages/commit/9e246c1289fa40c35c4b28d2f0081dfdc2aa9d19))
* Remove TypeScript tooling from noir-projects.
([#4867](https://github.com/AztecProtocol/aztec-packages/issues/4867))
([15c5399](https://github.com/AztecProtocol/aztec-packages/commit/15c5399a10719a8916ed82fe0ea510a8c6e8c6c7))
* Remove unnecessary casts
([#4906](https://github.com/AztecProtocol/aztec-packages/issues/4906))
([7a62c2f](https://github.com/AztecProtocol/aztec-packages/commit/7a62c2f9dfc35080a3051c518fa63c26f86977d7))
* Remove VK computation Pg prover flow; improve benchmark to reflect
possible optimization
([#4639](https://github.com/AztecProtocol/aztec-packages/issues/4639))
([c1709b3](https://github.com/AztecProtocol/aztec-packages/commit/c1709b3d5fe615d980b2ebd9283fb841d9e6a85a))
* Remove WASMTIME_ENV_HACK
([#4714](https://github.com/AztecProtocol/aztec-packages/issues/4714))
([50f89f1](https://github.com/AztecProtocol/aztec-packages/commit/50f89f1832154d526908c55ab296aaf9bacf3608))
* Removing msg-key
([#4856](https://github.com/AztecProtocol/aztec-packages/issues/4856))
([2b6656d](https://github.com/AztecProtocol/aztec-packages/commit/2b6656dbbd3b16297ceb93df3403a7c7d80c9899)),
closes
[#4678](https://github.com/AztecProtocol/aztec-packages/issues/4678)
* Rename avm_mini to avm
([#4580](https://github.com/AztecProtocol/aztec-packages/issues/4580))
([5896a92](https://github.com/AztecProtocol/aztec-packages/commit/5896a920bc4f5fd239d69795872567af6ccbe803)),
closes
[#4533](https://github.com/AztecProtocol/aztec-packages/issues/4533)
* Rename read request to note hash read request
([#4888](https://github.com/AztecProtocol/aztec-packages/issues/4888))
([bd3f614](https://github.com/AztecProtocol/aztec-packages/commit/bd3f614009701ab6e7e0033be25c4f04def62ebf))
* Replacing use of `L2Tx` with `TxEffect`
([#4876](https://github.com/AztecProtocol/aztec-packages/issues/4876))
([d9acaa4](https://github.com/AztecProtocol/aztec-packages/commit/d9acaa43140974c7d5e4380aead467552c932496))
* Specify rust-analyzer.linkedProjects after noir-repo move
([#4922](https://github.com/AztecProtocol/aztec-packages/issues/4922))
([c22b8c6](https://github.com/AztecProtocol/aztec-packages/commit/c22b8c67483c5f28afd4e95b0a6b0f794224be79))
* Squash yp ypb + other build improvements.
([#4901](https://github.com/AztecProtocol/aztec-packages/issues/4901))
([be5855c](https://github.com/AztecProtocol/aztec-packages/commit/be5855cdbd1993155bd228afbeafee2c447b46a5))
* Subscribe to a dapp with a token
([#4696](https://github.com/AztecProtocol/aztec-packages/issues/4696))
([3bbe167](https://github.com/AztecProtocol/aztec-packages/commit/3bbe167b43f13dd87d0ebf0b3f5005ba7bb612e7))
* Switch noir pull to master branch
([#4581](https://github.com/AztecProtocol/aztec-packages/issues/4581))
([a7889f8](https://github.com/AztecProtocol/aztec-packages/commit/a7889f8d21684099306b72a87e0fb57b3bba0cb4))
* **tests:** Add counter and private voting tests
([#4592](https://github.com/AztecProtocol/aztec-packages/issues/4592))
([d3be5cc](https://github.com/AztecProtocol/aztec-packages/commit/d3be5cc5d2569f3c9c00f993d4c4df8118bf7e7b))
* Toy avm snake case
([#4584](https://github.com/AztecProtocol/aztec-packages/issues/4584))
([d071768](https://github.com/AztecProtocol/aztec-packages/commit/d07176863011382c34af5d5c80c596f737369703))
* Updating encoding of TxEffects
([#4726](https://github.com/AztecProtocol/aztec-packages/issues/4726))
([29b1ea3](https://github.com/AztecProtocol/aztec-packages/commit/29b1ea3db2fd86bb42b584f48d5933e53fa73978))
* Updating viem
([#4783](https://github.com/AztecProtocol/aztec-packages/issues/4783))
([23bc26a](https://github.com/AztecProtocol/aztec-packages/commit/23bc26a4859d9777c3e6dd49e351a4e6b13a989a))
* Use shared immutable for slow tree
([#4831](https://github.com/AztecProtocol/aztec-packages/issues/4831))
([821c25d](https://github.com/AztecProtocol/aztec-packages/commit/821c25dccf8b32c51cbca49842395755cf39037e)),
closes
[#4820](https://github.com/AztecProtocol/aztec-packages/issues/4820)
* Using Tuples in `TxEffect`s and renaming note commitments
([#4717](https://github.com/AztecProtocol/aztec-packages/issues/4717))
([3dd3c46](https://github.com/AztecProtocol/aztec-packages/commit/3dd3c46591aac17f1d936c49aeb04a5f00e9ff0e))
* Yellow paper typo fix
([#4663](https://github.com/AztecProtocol/aztec-packages/issues/4663))
([315fcb1](https://github.com/AztecProtocol/aztec-packages/commit/315fcb1f6bf3dcffab51af793cf2745619bed4be))
* **yellowpaper:** Fix notehashexists nullifierexists instructions
([#4625](https://github.com/AztecProtocol/aztec-packages/issues/4625))
([5d38dc7](https://github.com/AztecProtocol/aztec-packages/commit/5d38dc79e44f6053d68228e061c9c65f117e072b))
* **yellowpaper:** Minor cleanup
([#4622](https://github.com/AztecProtocol/aztec-packages/issues/4622))
([2d16966](https://github.com/AztecProtocol/aztec-packages/commit/2d169665ee7191a710f9586db0f37fd8d409678e))
* **yellowpaper:** Typos and other cleanup
([#4620](https://github.com/AztecProtocol/aztec-packages/issues/4620))
([825c5c3](https://github.com/AztecProtocol/aztec-packages/commit/825c5c3446d8d5a31d886972551c0214158a2501))


### Documentation

* Add compression circuit outline
([#4599](https://github.com/AztecProtocol/aztec-packages/issues/4599))
([2eca2aa](https://github.com/AztecProtocol/aztec-packages/commit/2eca2aa8796b7077e05f0bc1b71dd4d404ad36b3))
* Add Notes page to build section
([#4690](https://github.com/AztecProtocol/aztec-packages/issues/4690))
([6582b09](https://github.com/AztecProtocol/aztec-packages/commit/6582b09956d03b1749c5727053ca23f7c266e535))
* Add prelude note to migration
([#4949](https://github.com/AztecProtocol/aztec-packages/issues/4949))
([8342393](https://github.com/AztecProtocol/aztec-packages/commit/83423933f23e28ec7ca6e9a5c96c291ef40303df))
* Add section on nodes and actors
([#3975](https://github.com/AztecProtocol/aztec-packages/issues/3975))
([379ded4](https://github.com/AztecProtocol/aztec-packages/commit/379ded49162d4f0a9fd2877c1e22d11ad74126b6))
* Address DA comments
([#4641](https://github.com/AztecProtocol/aztec-packages/issues/4641))
([624ec4c](https://github.com/AztecProtocol/aztec-packages/commit/624ec4ce52479e3060f0d7e656426640407c0f43))
* Incorrect comment
([#4846](https://github.com/AztecProtocol/aztec-packages/issues/4846))
([4979e02](https://github.com/AztecProtocol/aztec-packages/commit/4979e02dd359238547df0573aab3fe14c81a3602))
* Minor fixes state
([#4909](https://github.com/AztecProtocol/aztec-packages/issues/4909))
([b027dbb](https://github.com/AztecProtocol/aztec-packages/commit/b027dbbc91298c9a159248e7792aaf0a12dbfcfd))
* Pass by brunny-eth
([#4579](https://github.com/AztecProtocol/aztec-packages/issues/4579))
([5285010](https://github.com/AztecProtocol/aztec-packages/commit/5285010219fca950991f30d557b8082922fff449))
* Refactoring of private message delivery section of yellow paper
([#4628](https://github.com/AztecProtocol/aztec-packages/issues/4628))
([5a2c534](https://github.com/AztecProtocol/aztec-packages/commit/5a2c534280fa45de8437b9cdac5600b6eb2eac67))
* Update LSP instructions
([#4920](https://github.com/AztecProtocol/aztec-packages/issues/4920))
([a5e26e7](https://github.com/AztecProtocol/aztec-packages/commit/a5e26e7c283fb54b4acbc485d227df0b07505401))
* Updated bytecode section
([#4650](https://github.com/AztecProtocol/aztec-packages/issues/4650))
([fa67330](https://github.com/AztecProtocol/aztec-packages/commit/fa67330ea466058d1613a2c7fa82351f81cf85de))
* Updated fees spec in yellow paper
([#4624](https://github.com/AztecProtocol/aztec-packages/issues/4624))
([cdf67ea](https://github.com/AztecProtocol/aztec-packages/commit/cdf67ea74aed4ba8f465a981b32f82766a32641a))
* Updated yellow paper P2P network.
([#4652](https://github.com/AztecProtocol/aztec-packages/issues/4652))
([d3ae287](https://github.com/AztecProtocol/aztec-packages/commit/d3ae28780ca33fe88166e7cceb3cc3c246926195))
* Yellow paper - AVM circuit Chiplets section
([#4642](https://github.com/AztecProtocol/aztec-packages/issues/4642))
([d717dde](https://github.com/AztecProtocol/aztec-packages/commit/d717dde4054e47dbe56f7903075ea9a007777e54))
* **yellow-paper:** Changes to circuit sections
([#4616](https://github.com/AztecProtocol/aztec-packages/issues/4616))
([3260081](https://github.com/AztecProtocol/aztec-packages/commit/3260081755bdb3bbd71aaedb2cb129c68110298a))
* **yellowpaper:** AVM `call` instructions, split out sections, cleanup
([#4594](https://github.com/AztecProtocol/aztec-packages/issues/4594))
([e63f022](https://github.com/AztecProtocol/aztec-packages/commit/e63f02265d3d2b3c2f3e2a9e35ed6201753512f5))
</details>

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

##
[0.25.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.24.0...barretenberg.js-v0.25.0)
(2024-03-05)


### Features

* Parallel native/wasm bb builds. Better messaging around using ci
cache.
([#4766](https://github.com/AztecProtocol/aztec-packages/issues/4766))
([a924e55](https://github.com/AztecProtocol/aztec-packages/commit/a924e55393daa89fbba3a87cf019977286104b59))


### Miscellaneous

* Bootstrap improvements.
([#4711](https://github.com/AztecProtocol/aztec-packages/issues/4711))
([1375233](https://github.com/AztecProtocol/aztec-packages/commit/13752339334be9c8cc0ae500d0e932f76d18a77d))
* Implement poseidon2 opcode
([#4446](https://github.com/AztecProtocol/aztec-packages/issues/4446))
([491a8df](https://github.com/AztecProtocol/aztec-packages/commit/491a8dfe81a33a7552686f70833f6130da944142))
* Squash yp ypb + other build improvements.
([#4901](https://github.com/AztecProtocol/aztec-packages/issues/4901))
([be5855c](https://github.com/AztecProtocol/aztec-packages/commit/be5855cdbd1993155bd228afbeafee2c447b46a5))
</details>

<details><summary>barretenberg: 0.25.0</summary>

##
[0.25.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.24.0...barretenberg-v0.25.0)
(2024-03-05)


### Features

* Additional op count timing
([#4722](https://github.com/AztecProtocol/aztec-packages/issues/4722))
([f0cc760](https://github.com/AztecProtocol/aztec-packages/commit/f0cc76040a2de5d0f827afdb662591232c4ee1ed))
* Analyze % of time spent on field arithmetic
([#4501](https://github.com/AztecProtocol/aztec-packages/issues/4501))
([5ddfa16](https://github.com/AztecProtocol/aztec-packages/commit/5ddfa16391f1017219a997c322b061ebe6f34db2))
* **avm-simulator:** Implement AVM message opcodes
(simulator/transpiler/noir-test)
([#4852](https://github.com/AztecProtocol/aztec-packages/issues/4852))
([c98325d](https://github.com/AztecProtocol/aztec-packages/commit/c98325d23897d23c09faddc4355958406d44faa9))
* **avm:** Enable main -&gt; mem clk lookups
([#4591](https://github.com/AztecProtocol/aztec-packages/issues/4591))
([0e503c1](https://github.com/AztecProtocol/aztec-packages/commit/0e503c14c0c20a93e162a90d8d049f094b64de7d))
* **avm:** Hashing opcodes
([#4526](https://github.com/AztecProtocol/aztec-packages/issues/4526))
([fe10c70](https://github.com/AztecProtocol/aztec-packages/commit/fe10c7049b3597a96f76a27a22e9233bc3b8ce82))
* **avm:** Propagate tag err to the main trace for op_return and
internal_return
([#4615](https://github.com/AztecProtocol/aztec-packages/issues/4615))
([427f1d8](https://github.com/AztecProtocol/aztec-packages/commit/427f1d8567a3f68c3093c29a2999096746927548)),
closes
[#4598](https://github.com/AztecProtocol/aztec-packages/issues/4598)
* Avoid requiring arith gates in sequence
([#4869](https://github.com/AztecProtocol/aztec-packages/issues/4869))
([0ab0a94](https://github.com/AztecProtocol/aztec-packages/commit/0ab0a94842ce9b174ba82b430a93cba188fe75b0))
* **bb:** Working msan preset
([#4618](https://github.com/AztecProtocol/aztec-packages/issues/4618))
([0195ac8](https://github.com/AztecProtocol/aztec-packages/commit/0195ac89a13dc2a7b9caa5a8d8d29458a99c5f76))
* Benchmark Protogalaxy rounds
([#4316](https://github.com/AztecProtocol/aztec-packages/issues/4316))
([91af28d](https://github.com/AztecProtocol/aztec-packages/commit/91af28d6e03d85b5c749740c82cf9114379c823a))
* Bitwise_not avm circuit
([#4548](https://github.com/AztecProtocol/aztec-packages/issues/4548))
([3a7d31b](https://github.com/AztecProtocol/aztec-packages/commit/3a7d31b200e6e604eea06a40dcf5bf02b088ab79))
* Equality avm circuit
([#4595](https://github.com/AztecProtocol/aztec-packages/issues/4595))
([aad7b45](https://github.com/AztecProtocol/aztec-packages/commit/aad7b45aa6d3a4c3df259ea41fdde48bf01139b1))
* Execution Trace
([#4623](https://github.com/AztecProtocol/aztec-packages/issues/4623))
([07ac589](https://github.com/AztecProtocol/aztec-packages/commit/07ac589d08964a44ea54a0d9fa0a21db73186aee))
* Gate blocks
([#4741](https://github.com/AztecProtocol/aztec-packages/issues/4741))
([61067a5](https://github.com/AztecProtocol/aztec-packages/commit/61067a5cdedfd10fbc32e381083b031bc80fc6d6))
* Goblin documentation
([#4679](https://github.com/AztecProtocol/aztec-packages/issues/4679))
([24d918f](https://github.com/AztecProtocol/aztec-packages/commit/24d918f7bd114f2641ae61bcf0da888e06f6520a))
* Goblin Translator Fuzzer
([#4752](https://github.com/AztecProtocol/aztec-packages/issues/4752))
([7402517](https://github.com/AztecProtocol/aztec-packages/commit/74025170288e39e1d7516f57df94f22bc30f663c))
* GoblinUltra Bench
([#4671](https://github.com/AztecProtocol/aztec-packages/issues/4671))
([319eea9](https://github.com/AztecProtocol/aztec-packages/commit/319eea9e4caf1d1ade00fedface5fab9bbf9db16))
* Implementing IPA optimisation
([#4363](https://github.com/AztecProtocol/aztec-packages/issues/4363))
([13647c2](https://github.com/AztecProtocol/aztec-packages/commit/13647c24487116f971c81dfaf4ee4664870522d5))
* Login to ecr explicitly, faster bootstrap as we only do once.
([#4900](https://github.com/AztecProtocol/aztec-packages/issues/4900))
([86d6749](https://github.com/AztecProtocol/aztec-packages/commit/86d6749615a533e0a9fbe0a1dca97b38fb14bb5f))
* Manual ClientIVC breakdown
([#4778](https://github.com/AztecProtocol/aztec-packages/issues/4778))
([b4cfc89](https://github.com/AztecProtocol/aztec-packages/commit/b4cfc89c0d8286d2dfa3e04c58695d554951c920))
* Parallel native/wasm bb builds. Better messaging around using ci
cache.
([#4766](https://github.com/AztecProtocol/aztec-packages/issues/4766))
([a924e55](https://github.com/AztecProtocol/aztec-packages/commit/a924e55393daa89fbba3a87cf019977286104b59))
* Parallelise kernel and function circuit construction in client IVC
([#4841](https://github.com/AztecProtocol/aztec-packages/issues/4841))
([9c689d8](https://github.com/AztecProtocol/aztec-packages/commit/9c689d8d5a7d330dabafaa7d10c0cfc5e4694921))
* Separate addition gate after final RAM gate
([#4851](https://github.com/AztecProtocol/aztec-packages/issues/4851))
([f329db4](https://github.com/AztecProtocol/aztec-packages/commit/f329db4ec08f013bf8f53eb73b18d3d98d98e2e4))
* Separate arithmetic gate in sort with edges
([#4866](https://github.com/AztecProtocol/aztec-packages/issues/4866))
([40adc5c](https://github.com/AztecProtocol/aztec-packages/commit/40adc5cdc578c6ff6d6a9aa25c9a2f3506ec1677))
* Simplify public input copy cycles
([#4753](https://github.com/AztecProtocol/aztec-packages/issues/4753))
([a714ee0](https://github.com/AztecProtocol/aztec-packages/commit/a714ee027262dba3a083e17878862cd1144a86a6))
* Update RAM/ROM memory records for new block structure
([#4806](https://github.com/AztecProtocol/aztec-packages/issues/4806))
([65e4ab9](https://github.com/AztecProtocol/aztec-packages/commit/65e4ab93219118c8ac46a68bc6607ee9d11f6478))


### Bug Fixes

* Add TODO with issue for num_gates bug
([#4847](https://github.com/AztecProtocol/aztec-packages/issues/4847))
([f6c558b](https://github.com/AztecProtocol/aztec-packages/commit/f6c558b41d3e003e1626a853aff0b58705847e84))
* Assembly benching
([#4640](https://github.com/AztecProtocol/aztec-packages/issues/4640))
([f144745](https://github.com/AztecProtocol/aztec-packages/commit/f14474571210a46e7159cb9d2f0bc9374a837d3d))
* **bb:** Initialize element::infinity()
([#4664](https://github.com/AztecProtocol/aztec-packages/issues/4664))
([6813540](https://github.com/AztecProtocol/aztec-packages/commit/6813540731149db1f0d8932598335f95937ada03))
* Cpp build
([#4918](https://github.com/AztecProtocol/aztec-packages/issues/4918))
([15df3c0](https://github.com/AztecProtocol/aztec-packages/commit/15df3c08168611f7f65f5837a937031d81bb3566))
* Debug build
([#4666](https://github.com/AztecProtocol/aztec-packages/issues/4666))
([acc27b1](https://github.com/AztecProtocol/aztec-packages/commit/acc27b1bd2ec21c7b5c71f02974bd49d29b4caa5))
* **dsl:** Add full recursive verification test
([#4658](https://github.com/AztecProtocol/aztec-packages/issues/4658))
([9e09772](https://github.com/AztecProtocol/aztec-packages/commit/9e0977261aea723d6ea68750788f29a40730c404))
* Fix races in slab allocator and lookup tables and add prepending for
op_queues
([#4754](https://github.com/AztecProtocol/aztec-packages/issues/4754))
([0c99de7](https://github.com/AztecProtocol/aztec-packages/commit/0c99de7c4b9931989824f66dab83cc644578a75c))
* Fix Translator composer test instability
([#4751](https://github.com/AztecProtocol/aztec-packages/issues/4751))
([842ba7a](https://github.com/AztecProtocol/aztec-packages/commit/842ba7a720d075632ad2c4b948f874a12cfa3ecd))
* G2.Serialize sporadic failure
([#4626](https://github.com/AztecProtocol/aztec-packages/issues/4626))
([c9e6bb1](https://github.com/AztecProtocol/aztec-packages/commit/c9e6bb1391070b6551b313b85fe73742ff0966fc))
* Get_wires for ultra
([#4605](https://github.com/AztecProtocol/aztec-packages/issues/4605))
([512110e](https://github.com/AztecProtocol/aztec-packages/commit/512110e4bdc353b01ee92fb5b2ff5f6e6f875fbb))
* Master borked arithmetic tests
([#4606](https://github.com/AztecProtocol/aztec-packages/issues/4606))
([472c54a](https://github.com/AztecProtocol/aztec-packages/commit/472c54a7e89001f5f752da670cc25ec1a537da87))
* Msan build
([#4646](https://github.com/AztecProtocol/aztec-packages/issues/4646))
([886cc75](https://github.com/AztecProtocol/aztec-packages/commit/886cc7585f935f4f12257444af7862b51dc91584))
* MSAN msgpack noise
([#4677](https://github.com/AztecProtocol/aztec-packages/issues/4677))
([1abae28](https://github.com/AztecProtocol/aztec-packages/commit/1abae28580354f5ccc620dbd717bf079f39fb445))
* Remove the `VerificationKey` from `ProverInstance`
([#4908](https://github.com/AztecProtocol/aztec-packages/issues/4908))
([8619c08](https://github.com/AztecProtocol/aztec-packages/commit/8619c084cdfd061f284058b00a96f16fbbca65bf))
* Use size hint for ivc circuits
([#4802](https://github.com/AztecProtocol/aztec-packages/issues/4802))
([035cff4](https://github.com/AztecProtocol/aztec-packages/commit/035cff451ca2171e08279b9d36b23f38b840efea))


### Miscellaneous

* Add pow poly bench and link optimization issues
([#4725](https://github.com/AztecProtocol/aztec-packages/issues/4725))
([faa9586](https://github.com/AztecProtocol/aztec-packages/commit/faa9586ef702e3f150e6aa8217dcbcd63611dea2))
* Address comments
([#4772](https://github.com/AztecProtocol/aztec-packages/issues/4772))
([10d90ab](https://github.com/AztecProtocol/aztec-packages/commit/10d90ab3a15de66f4b8a64464fe8e15f33a0589d))
* **avm:** Remove some leftover files related to Avm-mini (replaced by
Avm)
([#4715](https://github.com/AztecProtocol/aztec-packages/issues/4715))
([8c697ce](https://github.com/AztecProtocol/aztec-packages/commit/8c697ce187b4bb1c66f1146ebbc39567a46f35f8))
* **bb:** Allow dynamic plookup tables
([#4667](https://github.com/AztecProtocol/aztec-packages/issues/4667))
([5920012](https://github.com/AztecProtocol/aztec-packages/commit/592001255a999abb7167f885a5def7f8651d63a7))
* **bb:** More namespaces under bb
([#4348](https://github.com/AztecProtocol/aztec-packages/issues/4348))
([00ba983](https://github.com/AztecProtocol/aztec-packages/commit/00ba9837606f33ccbc5c0c40be22b11a736b1608))
* **bb:** Small test improvements
([#4568](https://github.com/AztecProtocol/aztec-packages/issues/4568))
([e23d048](https://github.com/AztecProtocol/aztec-packages/commit/e23d048e916fa12966fe01d1a8c0d3bfb50c2943))
* **bb:** Use RefArray where possible
([#4686](https://github.com/AztecProtocol/aztec-packages/issues/4686))
([5b4e1a6](https://github.com/AztecProtocol/aztec-packages/commit/5b4e1a61216655cebb58863d26d418b23881dd02))
* Bootstrap improvements.
([#4711](https://github.com/AztecProtocol/aztec-packages/issues/4711))
([1375233](https://github.com/AztecProtocol/aztec-packages/commit/13752339334be9c8cc0ae500d0e932f76d18a77d))
* Get rid of Honk UltraComposer
([#4875](https://github.com/AztecProtocol/aztec-packages/issues/4875))
([7e52c29](https://github.com/AztecProtocol/aztec-packages/commit/7e52c2971b91dfb0f07c178b2adb4427363acd1e))
* Implement poseidon2 opcode
([#4446](https://github.com/AztecProtocol/aztec-packages/issues/4446))
([491a8df](https://github.com/AztecProtocol/aztec-packages/commit/491a8dfe81a33a7552686f70833f6130da944142))
* Make first iteration of protogalaxy more efficient
([#4630](https://github.com/AztecProtocol/aztec-packages/issues/4630))
([4c7f24f](https://github.com/AztecProtocol/aztec-packages/commit/4c7f24f8ea8c21bc8114ead67d2082a06c9c5493))
* Min noir build
([#4812](https://github.com/AztecProtocol/aztec-packages/issues/4812))
([01dd0a9](https://github.com/AztecProtocol/aztec-packages/commit/01dd0a9318de6c69d60e15d56b0fb29d2ec51b28))
* Move remaining data out of Honk UltraComposer
([#4848](https://github.com/AztecProtocol/aztec-packages/issues/4848))
([823e071](https://github.com/AztecProtocol/aztec-packages/commit/823e071a0988cae906c13fa47e501fe9912788dc))
* Move vk computation out of Honk Ultra composer
([#4811](https://github.com/AztecProtocol/aztec-packages/issues/4811))
([f354e89](https://github.com/AztecProtocol/aztec-packages/commit/f354e899b4b35dd6d06699f0dbff48f7ea9ed9c3))
* Pull noir for u64 as array lengths
([#4787](https://github.com/AztecProtocol/aztec-packages/issues/4787))
([e69b586](https://github.com/AztecProtocol/aztec-packages/commit/e69b58660ff843350e1e098d8f1a84f4ce3d3c34))
* Remove VK computation Pg prover flow; improve benchmark to reflect
possible optimization
([#4639](https://github.com/AztecProtocol/aztec-packages/issues/4639))
([c1709b3](https://github.com/AztecProtocol/aztec-packages/commit/c1709b3d5fe615d980b2ebd9283fb841d9e6a85a))
* Remove WASMTIME_ENV_HACK
([#4714](https://github.com/AztecProtocol/aztec-packages/issues/4714))
([50f89f1](https://github.com/AztecProtocol/aztec-packages/commit/50f89f1832154d526908c55ab296aaf9bacf3608))
* Rename avm_mini to avm
([#4580](https://github.com/AztecProtocol/aztec-packages/issues/4580))
([5896a92](https://github.com/AztecProtocol/aztec-packages/commit/5896a920bc4f5fd239d69795872567af6ccbe803)),
closes
[#4533](https://github.com/AztecProtocol/aztec-packages/issues/4533)
* Squash yp ypb + other build improvements.
([#4901](https://github.com/AztecProtocol/aztec-packages/issues/4901))
([be5855c](https://github.com/AztecProtocol/aztec-packages/commit/be5855cdbd1993155bd228afbeafee2c447b46a5))
* Toy avm snake case
([#4584](https://github.com/AztecProtocol/aztec-packages/issues/4584))
([d071768](https://github.com/AztecProtocol/aztec-packages/commit/d07176863011382c34af5d5c80c596f737369703))


### Documentation

* **yellowpaper:** AVM `call` instructions, split out sections, cleanup
([#4594](https://github.com/AztecProtocol/aztec-packages/issues/4594))
([e63f022](https://github.com/AztecProtocol/aztec-packages/commit/e63f02265d3d2b3c2f3e2a9e35ed6201753512f5))
</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 Mar 6, 2024
:robot: I have created a release *beep* *boop*
---


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

##
[0.25.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.24.0...aztec-packages-v0.25.0)
(2024-03-05)


### ⚠ BREAKING CHANGES

* nullifier read requests in private
([#4764](https://github.com/AztecProtocol/aztec-packages/issues/4764))
* Use new deployment flow in ContractDeployer
([#4497](https://github.com/AztecProtocol/aztec-packages/issues/4497))
* renamings of state var wrappers
([#4739](https://github.com/AztecProtocol/aztec-packages/issues/4739))
* l1 to l2 message api takes sender as arg
([#4648](https://github.com/AztecProtocol/aztec-packages/issues/4648))
* autogenerate compute_note_hash_and_nullifier
([#4610](https://github.com/AztecProtocol/aztec-packages/issues/4610))

### Features

* Add aztec-nr private functions for initialization nullifier
([#4807](https://github.com/AztecProtocol/aztec-packages/issues/4807))
([4feaea5](https://github.com/AztecProtocol/aztec-packages/commit/4feaea59267437a0841aa14f445cee7556a0c0b4))
* Add deploy contract helper to aztec-nr
([#4775](https://github.com/AztecProtocol/aztec-packages/issues/4775))
([6018fc6](https://github.com/AztecProtocol/aztec-packages/commit/6018fc66adfe76afbade0ffde3f1c83e97eba9c0))
* Add tagged note structure
([#4843](https://github.com/AztecProtocol/aztec-packages/issues/4843))
([553c2c6](https://github.com/AztecProtocol/aztec-packages/commit/553c2c602702d683c455928fc386f3b554f536ef)),
closes
[#4572](https://github.com/AztecProtocol/aztec-packages/issues/4572)
* Additional op count timing
([#4722](https://github.com/AztecProtocol/aztec-packages/issues/4722))
([f0cc760](https://github.com/AztecProtocol/aztec-packages/commit/f0cc76040a2de5d0f827afdb662591232c4ee1ed))
* Allow nullifier proofs in public
([#4892](https://github.com/AztecProtocol/aztec-packages/issues/4892))
([f7a7243](https://github.com/AztecProtocol/aztec-packages/commit/f7a72436bb12e30d8a85c8cf9b3a460d5b380252))
* Analyze % of time spent on field arithmetic
([#4501](https://github.com/AztecProtocol/aztec-packages/issues/4501))
([5ddfa16](https://github.com/AztecProtocol/aztec-packages/commit/5ddfa16391f1017219a997c322b061ebe6f34db2))
* AUTHWIT cancellations
([#4799](https://github.com/AztecProtocol/aztec-packages/issues/4799))
([b7c2bc0](https://github.com/AztecProtocol/aztec-packages/commit/b7c2bc0e70faebb60e2051e0330e94937a1e3711))
* AUTHWIT generator
([#4798](https://github.com/AztecProtocol/aztec-packages/issues/4798))
([efd70f4](https://github.com/AztecProtocol/aztec-packages/commit/efd70f4b8bb284815c5345bd16d79018ed2dd812))
* Autogenerate compute_note_hash_and_nullifier
([#4610](https://github.com/AztecProtocol/aztec-packages/issues/4610))
([286e708](https://github.com/AztecProtocol/aztec-packages/commit/286e708c1016d60278060bb01f5d997f9a0bdfba))
* **avm-simulator:** Add NULLIFIEREXISTS opcode to avm simulator,
transpiler, noir test, TS tests
([#4747](https://github.com/AztecProtocol/aztec-packages/issues/4747))
([707f572](https://github.com/AztecProtocol/aztec-packages/commit/707f572ae8802a9c92b9fe8cff2ec16dfea00b9d))
* **avm-simulator:** Create cache for pending nullifiers and existence
checks
([#4743](https://github.com/AztecProtocol/aztec-packages/issues/4743))
([0f80579](https://github.com/AztecProtocol/aztec-packages/commit/0f80579823aa2de1271c8cdccc72e5f5ee935939))
* **avm-simulator:** Implement AVM message opcodes
(simulator/transpiler/noir-test)
([#4852](https://github.com/AztecProtocol/aztec-packages/issues/4852))
([c98325d](https://github.com/AztecProtocol/aztec-packages/commit/c98325d23897d23c09faddc4355958406d44faa9))
* **avm-simulator:** Implement NOTEHASHEXISTS
([#4882](https://github.com/AztecProtocol/aztec-packages/issues/4882))
([d8c770b](https://github.com/AztecProtocol/aztec-packages/commit/d8c770bbf9e208adb31c6b0ea41e08f7c4f8818c))
* **avm-transpiler:** Add emitnotehash and emitnullifier opcodes to avm
transpiler and simulator tests
([#4746](https://github.com/AztecProtocol/aztec-packages/issues/4746))
([d44d9f1](https://github.com/AztecProtocol/aztec-packages/commit/d44d9f11be2a2d2652b70b1d333322440c6ef06c))
* **avm:** Enable main -&gt; mem clk lookups
([#4591](https://github.com/AztecProtocol/aztec-packages/issues/4591))
([0e503c1](https://github.com/AztecProtocol/aztec-packages/commit/0e503c14c0c20a93e162a90d8d049f094b64de7d))
* **avm:** Hashing opcodes
([#4526](https://github.com/AztecProtocol/aztec-packages/issues/4526))
([fe10c70](https://github.com/AztecProtocol/aztec-packages/commit/fe10c7049b3597a96f76a27a22e9233bc3b8ce82))
* **avm:** Hashing to simulator
([#4527](https://github.com/AztecProtocol/aztec-packages/issues/4527))
([9f67eec](https://github.com/AztecProtocol/aztec-packages/commit/9f67eec73c5d639df16e6b3bf45c4a1fc1c54bad))
* **avm:** Propagate tag err to the main trace for op_return and
internal_return
([#4615](https://github.com/AztecProtocol/aztec-packages/issues/4615))
([427f1d8](https://github.com/AztecProtocol/aztec-packages/commit/427f1d8567a3f68c3093c29a2999096746927548)),
closes
[#4598](https://github.com/AztecProtocol/aztec-packages/issues/4598)
* Avoid requiring arith gates in sequence
([#4869](https://github.com/AztecProtocol/aztec-packages/issues/4869))
([0ab0a94](https://github.com/AztecProtocol/aztec-packages/commit/0ab0a94842ce9b174ba82b430a93cba188fe75b0))
* **bb:** Working msan preset
([#4618](https://github.com/AztecProtocol/aztec-packages/issues/4618))
([0195ac8](https://github.com/AztecProtocol/aztec-packages/commit/0195ac89a13dc2a7b9caa5a8d8d29458a99c5f76))
* Benchmark Protogalaxy rounds
([#4316](https://github.com/AztecProtocol/aztec-packages/issues/4316))
([91af28d](https://github.com/AztecProtocol/aztec-packages/commit/91af28d6e03d85b5c749740c82cf9114379c823a))
* Bitwise_not avm circuit
([#4548](https://github.com/AztecProtocol/aztec-packages/issues/4548))
([3a7d31b](https://github.com/AztecProtocol/aztec-packages/commit/3a7d31b200e6e604eea06a40dcf5bf02b088ab79))
* Boxes refactor pt2
([#4612](https://github.com/AztecProtocol/aztec-packages/issues/4612))
([aad45b3](https://github.com/AztecProtocol/aztec-packages/commit/aad45b3bc2be50dc7223ccc3faf1c336613dffea))
* Boxes update
([#4498](https://github.com/AztecProtocol/aztec-packages/issues/4498))
([382626c](https://github.com/AztecProtocol/aztec-packages/commit/382626cddaa175041695e2eb70ad3c350351ffe3))
* Check initializer by default in private functions
([#4832](https://github.com/AztecProtocol/aztec-packages/issues/4832))
([3ff9fe0](https://github.com/AztecProtocol/aztec-packages/commit/3ff9fe0ad9591caebc313acecd3a2144f8434ae2))
* Define Aztec prelude
([#4929](https://github.com/AztecProtocol/aztec-packages/issues/4929))
([8ffe5df](https://github.com/AztecProtocol/aztec-packages/commit/8ffe5df71b78ed5100f598f680fbb1fe49b546b3))
* Delegate calls
([#4586](https://github.com/AztecProtocol/aztec-packages/issues/4586))
([e6d65a7](https://github.com/AztecProtocol/aztec-packages/commit/e6d65a7fe9ebe855dcac389775aae2ccc3fa311f))
* **devops:** Filter circleci config no-ops
([#4731](https://github.com/AztecProtocol/aztec-packages/issues/4731))
([41984b4](https://github.com/AztecProtocol/aztec-packages/commit/41984b4e43fd3fd42522552ecb8ca1e54f32cdf1))
* **docs:** Autogenerated Aztec-nr reference docs
([#3481](https://github.com/AztecProtocol/aztec-packages/issues/3481))
([aebf762](https://github.com/AztecProtocol/aztec-packages/commit/aebf762d37dee9985740f3bf2578a0cf69818050))
* **docs:** Docs meta doc
([#4767](https://github.com/AztecProtocol/aztec-packages/issues/4767))
([0a645d3](https://github.com/AztecProtocol/aztec-packages/commit/0a645d3a5d3029501ccbba5e030146f7397301b0))
* **docs:** Meta doc typo fixes
([#4779](https://github.com/AztecProtocol/aztec-packages/issues/4779))
([44df132](https://github.com/AztecProtocol/aztec-packages/commit/44df1327fb7018187bf15a4ae4c76218160a2914))
* **docs:** Note type IDs and compute_note_hash_and_nullifier page
([#4636](https://github.com/AztecProtocol/aztec-packages/issues/4636))
([032874a](https://github.com/AztecProtocol/aztec-packages/commit/032874a031ce9a5dde7da20864fbd456061adc43))
* Equality avm circuit
([#4595](https://github.com/AztecProtocol/aztec-packages/issues/4595))
([aad7b45](https://github.com/AztecProtocol/aztec-packages/commit/aad7b45aa6d3a4c3df259ea41fdde48bf01139b1))
* Execution Trace
([#4623](https://github.com/AztecProtocol/aztec-packages/issues/4623))
([07ac589](https://github.com/AztecProtocol/aztec-packages/commit/07ac589d08964a44ea54a0d9fa0a21db73186aee))
* Gate blocks
([#4741](https://github.com/AztecProtocol/aztec-packages/issues/4741))
([61067a5](https://github.com/AztecProtocol/aztec-packages/commit/61067a5cdedfd10fbc32e381083b031bc80fc6d6))
* Goblin documentation
([#4679](https://github.com/AztecProtocol/aztec-packages/issues/4679))
([24d918f](https://github.com/AztecProtocol/aztec-packages/commit/24d918f7bd114f2641ae61bcf0da888e06f6520a))
* Goblin Translator Fuzzer
([#4752](https://github.com/AztecProtocol/aztec-packages/issues/4752))
([7402517](https://github.com/AztecProtocol/aztec-packages/commit/74025170288e39e1d7516f57df94f22bc30f663c))
* GoblinUltra Bench
([#4671](https://github.com/AztecProtocol/aztec-packages/issues/4671))
([319eea9](https://github.com/AztecProtocol/aztec-packages/commit/319eea9e4caf1d1ade00fedface5fab9bbf9db16))
* Implementing IPA optimisation
([#4363](https://github.com/AztecProtocol/aztec-packages/issues/4363))
([13647c2](https://github.com/AztecProtocol/aztec-packages/commit/13647c24487116f971c81dfaf4ee4664870522d5))
* L1 to l2 message api takes sender as arg
([#4648](https://github.com/AztecProtocol/aztec-packages/issues/4648))
([96f6b2a](https://github.com/AztecProtocol/aztec-packages/commit/96f6b2a6e5475d747191def24a122532eacd610d)),
closes
[#4559](https://github.com/AztecProtocol/aztec-packages/issues/4559)
* Login to ecr explicitly, faster bootstrap as we only do once.
([#4900](https://github.com/AztecProtocol/aztec-packages/issues/4900))
([86d6749](https://github.com/AztecProtocol/aztec-packages/commit/86d6749615a533e0a9fbe0a1dca97b38fb14bb5f))
* Macros for initializer checks
([#4830](https://github.com/AztecProtocol/aztec-packages/issues/4830))
([c7c24b2](https://github.com/AztecProtocol/aztec-packages/commit/c7c24b2d1e71a95d3af7a9fe9e39b439ec319e3d))
* Manual ClientIVC breakdown
([#4778](https://github.com/AztecProtocol/aztec-packages/issues/4778))
([b4cfc89](https://github.com/AztecProtocol/aztec-packages/commit/b4cfc89c0d8286d2dfa3e04c58695d554951c920))
* Moving the unbox option to npx command
([#4718](https://github.com/AztecProtocol/aztec-packages/issues/4718))
([4c3bb92](https://github.com/AztecProtocol/aztec-packages/commit/4c3bb9294fc10ff4663275c952e277eaa7ecd647))
* Native fee payment
([#4543](https://github.com/AztecProtocol/aztec-packages/issues/4543))
([5d4702b](https://github.com/AztecProtocol/aztec-packages/commit/5d4702b7684393b54bef4cdca963077504b41a2a))
* Non revertible effects and tx phases
([#4629](https://github.com/AztecProtocol/aztec-packages/issues/4629))
([c04d72f](https://github.com/AztecProtocol/aztec-packages/commit/c04d72fd363b32743cf906bfe986f82c5d5901fc))
* Nullifier read requests in private
([#4764](https://github.com/AztecProtocol/aztec-packages/issues/4764))
([a049d1f](https://github.com/AztecProtocol/aztec-packages/commit/a049d1f571487f2cec25cb1bdeff5c177e25b91d))
* Outgoing messages to any address
([#4512](https://github.com/AztecProtocol/aztec-packages/issues/4512))
([4d0e8d3](https://github.com/AztecProtocol/aztec-packages/commit/4d0e8d30fb604e72bd4ef62f5cf8928e0eaa2009))
* Parallel native/wasm bb builds. Better messaging around using ci
cache.
([#4766](https://github.com/AztecProtocol/aztec-packages/issues/4766))
([a924e55](https://github.com/AztecProtocol/aztec-packages/commit/a924e55393daa89fbba3a87cf019977286104b59))
* Parallelise kernel and function circuit construction in client IVC
([#4841](https://github.com/AztecProtocol/aztec-packages/issues/4841))
([9c689d8](https://github.com/AztecProtocol/aztec-packages/commit/9c689d8d5a7d330dabafaa7d10c0cfc5e4694921))
* Public initializer check
([#4894](https://github.com/AztecProtocol/aztec-packages/issues/4894))
([6b861bb](https://github.com/AztecProtocol/aztec-packages/commit/6b861bb06c7d0e51692953a946aba481bc78e2d1))
* Public refunds via FPC
([#4750](https://github.com/AztecProtocol/aztec-packages/issues/4750))
([30502c9](https://github.com/AztecProtocol/aztec-packages/commit/30502c96fc2aa2a86cdad0f7edaec9cac97e6cf5))
* PublicImmutable impl
([#4758](https://github.com/AztecProtocol/aztec-packages/issues/4758))
([87c976b](https://github.com/AztecProtocol/aztec-packages/commit/87c976bcf022300b2bd9dfa2a8c98f8fe7e45433)),
closes
[#4757](https://github.com/AztecProtocol/aztec-packages/issues/4757)
* Renamings of state var wrappers
([#4739](https://github.com/AztecProtocol/aztec-packages/issues/4739))
([4667c27](https://github.com/AztecProtocol/aztec-packages/commit/4667c27695ad203f4d8fef73e13158ceed2cef7d))
* Separate addition gate after final RAM gate
([#4851](https://github.com/AztecProtocol/aztec-packages/issues/4851))
([f329db4](https://github.com/AztecProtocol/aztec-packages/commit/f329db4ec08f013bf8f53eb73b18d3d98d98e2e4))
* Separate arithmetic gate in sort with edges
([#4866](https://github.com/AztecProtocol/aztec-packages/issues/4866))
([40adc5c](https://github.com/AztecProtocol/aztec-packages/commit/40adc5cdc578c6ff6d6a9aa25c9a2f3506ec1677))
* Simplify public input copy cycles
([#4753](https://github.com/AztecProtocol/aztec-packages/issues/4753))
([a714ee0](https://github.com/AztecProtocol/aztec-packages/commit/a714ee027262dba3a083e17878862cd1144a86a6))
* Static call support in aztec.nr and acir-simulator
([#4106](https://github.com/AztecProtocol/aztec-packages/issues/4106))
([5f9546a](https://github.com/AztecProtocol/aztec-packages/commit/5f9546a50b72e29ec032e115a79ce5ceae2f26c0))
* Update header to match message extension
([#4627](https://github.com/AztecProtocol/aztec-packages/issues/4627))
([dc01e1d](https://github.com/AztecProtocol/aztec-packages/commit/dc01e1d573795f2199b6b9c6249fb1e816d5c594))
* Update RAM/ROM memory records for new block structure
([#4806](https://github.com/AztecProtocol/aztec-packages/issues/4806))
([65e4ab9](https://github.com/AztecProtocol/aztec-packages/commit/65e4ab93219118c8ac46a68bc6607ee9d11f6478))
* Use new deployment flow in ContractDeployer
([#4497](https://github.com/AztecProtocol/aztec-packages/issues/4497))
([0702dc6](https://github.com/AztecProtocol/aztec-packages/commit/0702dc6988149258124184b85d38db930effe0e7))
* Use yarns topological build to get rid of explicit sequential steps,
and let it solve.
([#4868](https://github.com/AztecProtocol/aztec-packages/issues/4868))
([c909966](https://github.com/AztecProtocol/aztec-packages/commit/c909966ad6d0f1621d066f5861d38a128fe9c224))
* **yp:** Add algolia search to the yellow paper
([#4771](https://github.com/AztecProtocol/aztec-packages/issues/4771))
([48dd78e](https://github.com/AztecProtocol/aztec-packages/commit/48dd78e06a2dc9452bea1a3156721ffd68e046a4))


### Bug Fixes

* Add new oracle contract to devnet in CI
([#4687](https://github.com/AztecProtocol/aztec-packages/issues/4687))
([920fa10](https://github.com/AztecProtocol/aztec-packages/commit/920fa10d4d5fb476cd6d868439310452f6e8dcc5))
* Add registry contract to list
([#4694](https://github.com/AztecProtocol/aztec-packages/issues/4694))
([3675e1d](https://github.com/AztecProtocol/aztec-packages/commit/3675e1d110eccf45986bbbcf35e29746474bb7aa))
* Add TODO with issue for num_gates bug
([#4847](https://github.com/AztecProtocol/aztec-packages/issues/4847))
([f6c558b](https://github.com/AztecProtocol/aztec-packages/commit/f6c558b41d3e003e1626a853aff0b58705847e84))
* After noir move
([#4564](https://github.com/AztecProtocol/aztec-packages/issues/4564))
([5f5bf16](https://github.com/AztecProtocol/aztec-packages/commit/5f5bf1604ce16a9d7c9f121ed79f9d287358510c))
* Align block structs w/ yp
[#3868](https://github.com/AztecProtocol/aztec-packages/issues/3868)
([#4541](https://github.com/AztecProtocol/aztec-packages/issues/4541))
([081da3c](https://github.com/AztecProtocol/aztec-packages/commit/081da3cb0b9e83f817a82314bb4be116e32e054c))
* Assembly benching
([#4640](https://github.com/AztecProtocol/aztec-packages/issues/4640))
([f144745](https://github.com/AztecProtocol/aztec-packages/commit/f14474571210a46e7159cb9d2f0bc9374a837d3d))
* AZTEC_PORT variable for devnet
([#4700](https://github.com/AztecProtocol/aztec-packages/issues/4700))
([097a888](https://github.com/AztecProtocol/aztec-packages/commit/097a888b1f60d285595dbae6ebac5af32f9ace67))
* Aztec-node terraform args
([#4669](https://github.com/AztecProtocol/aztec-packages/issues/4669))
([4f37270](https://github.com/AztecProtocol/aztec-packages/commit/4f372703bcd2a13a7949cc3370356d0b376746ef))
* **bb:** Initialize element::infinity()
([#4664](https://github.com/AztecProtocol/aztec-packages/issues/4664))
([6813540](https://github.com/AztecProtocol/aztec-packages/commit/6813540731149db1f0d8932598335f95937ada03))
* Boost the size of the non-revertible reads/writes
([#4688](https://github.com/AztecProtocol/aztec-packages/issues/4688))
([9cb6daf](https://github.com/AztecProtocol/aztec-packages/commit/9cb6daff6330a5675a070334cc88773d6e0bae3a))
* **build-system:** Login to dockerhub
([#4716](https://github.com/AztecProtocol/aztec-packages/issues/4716))
([5eb0c57](https://github.com/AztecProtocol/aztec-packages/commit/5eb0c577f34df5f111d17ec25000fc03d09d5497))
* Change function limit to private function limit
([#4785](https://github.com/AztecProtocol/aztec-packages/issues/4785))
([2799f1f](https://github.com/AztecProtocol/aztec-packages/commit/2799f1fe1718fadd4bc0705449a8b4c79bc391b6))
* Ci merge check
([#4921](https://github.com/AztecProtocol/aztec-packages/issues/4921))
([46063da](https://github.com/AztecProtocol/aztec-packages/commit/46063da1b42f109e8b0c5c4b1a07c15401899b30))
* **ci:** Bump puppeteer to fix yarn-project-base
([#4721](https://github.com/AztecProtocol/aztec-packages/issues/4721))
([89af734](https://github.com/AztecProtocol/aztec-packages/commit/89af73421a83dfc79743e3e0287b246326d71b7d))
* Cpp build
([#4918](https://github.com/AztecProtocol/aztec-packages/issues/4918))
([15df3c0](https://github.com/AztecProtocol/aztec-packages/commit/15df3c08168611f7f65f5837a937031d81bb3566))
* Dapp sub test
([#4938](https://github.com/AztecProtocol/aztec-packages/issues/4938))
([827afd1](https://github.com/AztecProtocol/aztec-packages/commit/827afd10edfca8b2c8273742717f039981543194))
* Debug build
([#4666](https://github.com/AztecProtocol/aztec-packages/issues/4666))
([acc27b1](https://github.com/AztecProtocol/aztec-packages/commit/acc27b1bd2ec21c7b5c71f02974bd49d29b4caa5))
* Depreciated ci image
([#4911](https://github.com/AztecProtocol/aztec-packages/issues/4911))
([174fc10](https://github.com/AztecProtocol/aztec-packages/commit/174fc104d68e94b33d4d455f24e38b73a64b534a))
* **docs:** Update 0.22 migration_notes.md w/ proper note interface
([#4701](https://github.com/AztecProtocol/aztec-packages/issues/4701))
([a972dc8](https://github.com/AztecProtocol/aztec-packages/commit/a972dc8b0d62ba8e3fbbb9aed7f523ebd2b06f59))
* **docs:** Update unconstrained function call image
([#4834](https://github.com/AztecProtocol/aztec-packages/issues/4834))
([b0bc772](https://github.com/AztecProtocol/aztec-packages/commit/b0bc772017fd36671ce9250f52d6cc64b22f7386))
* **dsl:** Add full recursive verification test
([#4658](https://github.com/AztecProtocol/aztec-packages/issues/4658))
([9e09772](https://github.com/AztecProtocol/aztec-packages/commit/9e0977261aea723d6ea68750788f29a40730c404))
* Expose port when running aztec img
([#4719](https://github.com/AztecProtocol/aztec-packages/issues/4719))
([df40b15](https://github.com/AztecProtocol/aztec-packages/commit/df40b15524cee9799c5193c6adf2ad7a5ea92faf))
* Fetch Headers and Bodies separately
[#4167](https://github.com/AztecProtocol/aztec-packages/issues/4167)
([#4632](https://github.com/AztecProtocol/aztec-packages/issues/4632))
([0681b3a](https://github.com/AztecProtocol/aztec-packages/commit/0681b3a6fe99667cdaa6cb3954accf15795c42ea))
* Fix races in slab allocator and lookup tables and add prepending for
op_queues
([#4754](https://github.com/AztecProtocol/aztec-packages/issues/4754))
([0c99de7](https://github.com/AztecProtocol/aztec-packages/commit/0c99de7c4b9931989824f66dab83cc644578a75c))
* Fix Translator composer test instability
([#4751](https://github.com/AztecProtocol/aztec-packages/issues/4751))
([842ba7a](https://github.com/AztecProtocol/aztec-packages/commit/842ba7a720d075632ad2c4b948f874a12cfa3ecd))
* G2.Serialize sporadic failure
([#4626](https://github.com/AztecProtocol/aztec-packages/issues/4626))
([c9e6bb1](https://github.com/AztecProtocol/aztec-packages/commit/c9e6bb1391070b6551b313b85fe73742ff0966fc))
* Get_wires for ultra
([#4605](https://github.com/AztecProtocol/aztec-packages/issues/4605))
([512110e](https://github.com/AztecProtocol/aztec-packages/commit/512110e4bdc353b01ee92fb5b2ff5f6e6f875fbb))
* Initializer checks across txs
([#4842](https://github.com/AztecProtocol/aztec-packages/issues/4842))
([747fc33](https://github.com/AztecProtocol/aztec-packages/commit/747fc33590f9fe25ffcd3e538d7db49bfb98fae8))
* Issue if commitment hints when the same commitment appears twice
within the same tx
([#4702](https://github.com/AztecProtocol/aztec-packages/issues/4702))
([9c3c880](https://github.com/AztecProtocol/aztec-packages/commit/9c3c88015965554dfdb6568bc239214cbbe85002))
* L1 contract address config
([#4684](https://github.com/AztecProtocol/aztec-packages/issues/4684))
([20e7605](https://github.com/AztecProtocol/aztec-packages/commit/20e76058e3de7d0d30d6c951fa74d6dd08a68d2c))
* Master borked arithmetic tests
([#4606](https://github.com/AztecProtocol/aztec-packages/issues/4606))
([472c54a](https://github.com/AztecProtocol/aztec-packages/commit/472c54a7e89001f5f752da670cc25ec1a537da87))
* More robust noir sync
([#4734](https://github.com/AztecProtocol/aztec-packages/issues/4734))
([f53946d](https://github.com/AztecProtocol/aztec-packages/commit/f53946df78d09e7634eb839d068c559fffa0e751))
* Msan build
([#4646](https://github.com/AztecProtocol/aztec-packages/issues/4646))
([886cc75](https://github.com/AztecProtocol/aztec-packages/commit/886cc7585f935f4f12257444af7862b51dc91584))
* MSAN msgpack noise
([#4677](https://github.com/AztecProtocol/aztec-packages/issues/4677))
([1abae28](https://github.com/AztecProtocol/aztec-packages/commit/1abae28580354f5ccc620dbd717bf079f39fb445))
* Noir test incorrect reporting
([#4925](https://github.com/AztecProtocol/aztec-packages/issues/4925))
([d98db3a](https://github.com/AztecProtocol/aztec-packages/commit/d98db3aa7cbfdaf5f698d4f4f0eaf4a788a02199))
* P2p-bootstrap ECS command + /status route
([#4682](https://github.com/AztecProtocol/aztec-packages/issues/4682))
([21ec23d](https://github.com/AztecProtocol/aztec-packages/commit/21ec23d54fa69c3515f0d9fa23cc7ea1168d7e6e))
* PXE devnet connectivity
([#4759](https://github.com/AztecProtocol/aztec-packages/issues/4759))
([c2027e3](https://github.com/AztecProtocol/aztec-packages/commit/c2027e3f58279fc9fa7c8e5c1b7fdcf832555d90))
* Rebuilding on snap updates
([#4729](https://github.com/AztecProtocol/aztec-packages/issues/4729))
([a2c0cae](https://github.com/AztecProtocol/aztec-packages/commit/a2c0caed4c48ce2d37d2370040ea059d80d93bfe)),
closes
[#4728](https://github.com/AztecProtocol/aztec-packages/issues/4728)
* Remove the `VerificationKey` from `ProverInstance`
([#4908](https://github.com/AztecProtocol/aztec-packages/issues/4908))
([8619c08](https://github.com/AztecProtocol/aztec-packages/commit/8619c084cdfd061f284058b00a96f16fbbca65bf))
* Revert boxes update
([#4602](https://github.com/AztecProtocol/aztec-packages/issues/4602))
([f5592b8](https://github.com/AztecProtocol/aztec-packages/commit/f5592b82cab37072f0a1140b77e15cfa68220d74))
* Temporarily skip failing deployment test
([e6ce08f](https://github.com/AztecProtocol/aztec-packages/commit/e6ce08f6d74db76a45e5dea69d5b7531ca99c769))
* Use size hint for ivc circuits
([#4802](https://github.com/AztecProtocol/aztec-packages/issues/4802))
([035cff4](https://github.com/AztecProtocol/aztec-packages/commit/035cff451ca2171e08279b9d36b23f38b840efea))
* Use specific slither and slitherin versions
([#4621](https://github.com/AztecProtocol/aztec-packages/issues/4621))
([9e7a451](https://github.com/AztecProtocol/aztec-packages/commit/9e7a4519ae6d5ded8b7369abf50eb2c46948abe7))
* **yp:** Update search API key
([#4800](https://github.com/AztecProtocol/aztec-packages/issues/4800))
([1cb6396](https://github.com/AztecProtocol/aztec-packages/commit/1cb639631dab59b8a301f1e256d2f76bd52addd2))


### Miscellaneous

* 1 struct per file
([#4693](https://github.com/AztecProtocol/aztec-packages/issues/4693))
([19d2bbe](https://github.com/AztecProtocol/aztec-packages/commit/19d2bbea913506761e9706073d13513d5533fedb)),
closes
[#4410](https://github.com/AztecProtocol/aztec-packages/issues/4410)
* Add authwit to migration notes
([#4914](https://github.com/AztecProtocol/aztec-packages/issues/4914))
([e775ead](https://github.com/AztecProtocol/aztec-packages/commit/e775ead27c975027022813902183c9eda44d64a4))
* Add comments in kernel_prover.ts related to hints
([#4713](https://github.com/AztecProtocol/aztec-packages/issues/4713))
([68162b6](https://github.com/AztecProtocol/aztec-packages/commit/68162b6799aef91f005539a5e613240698bc2a1c))
* Add custom inspect for base types
([#4890](https://github.com/AztecProtocol/aztec-packages/issues/4890))
([a1b3c01](https://github.com/AztecProtocol/aztec-packages/commit/a1b3c01fa088400188348b85ac1933e14bd9bdf6))
* Add pow poly bench and link optimization issues
([#4725](https://github.com/AztecProtocol/aztec-packages/issues/4725))
([faa9586](https://github.com/AztecProtocol/aztec-packages/commit/faa9586ef702e3f150e6aa8217dcbcd63611dea2))
* Add struct for each bigint modulus
([#4422](https://github.com/AztecProtocol/aztec-packages/issues/4422))
([a2942b7](https://github.com/AztecProtocol/aztec-packages/commit/a2942b791c55aab85e2266a0ec66ffb5a993c2a4))
* Address comments
([#4772](https://github.com/AztecProtocol/aztec-packages/issues/4772))
([10d90ab](https://github.com/AztecProtocol/aztec-packages/commit/10d90ab3a15de66f4b8a64464fe8e15f33a0589d))
* Addressing flakiness of `e2e_public_cross_chain_messaging`
([#4853](https://github.com/AztecProtocol/aztec-packages/issues/4853))
([99bbaee](https://github.com/AztecProtocol/aztec-packages/commit/99bbaee6282ec9d7e6d853e43653d43eb68bf408))
* **avm-simulator:** Create a dedicated component just for tracing world
state accesses
([#4733](https://github.com/AztecProtocol/aztec-packages/issues/4733))
([0af89e6](https://github.com/AztecProtocol/aztec-packages/commit/0af89e6c1ff21a6079d42fe87d57d667a42cc491))
* **avm-simulator:** Pull out public storage caching and merging from
the state journal
([#4730](https://github.com/AztecProtocol/aztec-packages/issues/4730))
([b075401](https://github.com/AztecProtocol/aztec-packages/commit/b075401e53a6dbe95c413608fc3c30bf19648103))
* **avm-simulator:** Test cleanup using `expect.objectContaining()`
([#4863](https://github.com/AztecProtocol/aztec-packages/issues/4863))
([c4ecfdd](https://github.com/AztecProtocol/aztec-packages/commit/c4ecfddeaa09b204977d31329aec7ba00f26e2d0))
* **avm-transpiler:** Minor rust fixes
([#4889](https://github.com/AztecProtocol/aztec-packages/issues/4889))
([46ee6a8](https://github.com/AztecProtocol/aztec-packages/commit/46ee6a88f4c8972bf7c8b60caf14030760590b96))
* **avm-transpiler:** Prefix AVM opcode oracles with avmOpcode
([#4862](https://github.com/AztecProtocol/aztec-packages/issues/4862))
([f07beee](https://github.com/AztecProtocol/aztec-packages/commit/f07beee3c220ccce892a984b1995e6f867c6895c))
* **avm:** Nit fixes on message opcodes
([#4915](https://github.com/AztecProtocol/aztec-packages/issues/4915))
([c48f5ce](https://github.com/AztecProtocol/aztec-packages/commit/c48f5cebf56e3a4545fcc72bb9d619b1127dc1ba))
* **avm:** Remove some leftover files related to Avm-mini (replaced by
Avm)
([#4715](https://github.com/AztecProtocol/aztec-packages/issues/4715))
([8c697ce](https://github.com/AztecProtocol/aztec-packages/commit/8c697ce187b4bb1c66f1146ebbc39567a46f35f8))
* **aztec-nr:** Clarify in comments that nullifier computation does not
need to include siloed note-hash for protocol security
([#2667](https://github.com/AztecProtocol/aztec-packages/issues/2667))
([426513e](https://github.com/AztecProtocol/aztec-packages/commit/426513e39e79579c53f6a4a16f26c8f5d9631026)),
closes
[#2666](https://github.com/AztecProtocol/aztec-packages/issues/2666)
* **bb:** Allow dynamic plookup tables
([#4667](https://github.com/AztecProtocol/aztec-packages/issues/4667))
([5920012](https://github.com/AztecProtocol/aztec-packages/commit/592001255a999abb7167f885a5def7f8651d63a7))
* **bb:** More namespaces under bb
([#4348](https://github.com/AztecProtocol/aztec-packages/issues/4348))
([00ba983](https://github.com/AztecProtocol/aztec-packages/commit/00ba9837606f33ccbc5c0c40be22b11a736b1608))
* **bb:** Small test improvements
([#4568](https://github.com/AztecProtocol/aztec-packages/issues/4568))
([e23d048](https://github.com/AztecProtocol/aztec-packages/commit/e23d048e916fa12966fe01d1a8c0d3bfb50c2943))
* **bb:** Use RefArray where possible
([#4686](https://github.com/AztecProtocol/aztec-packages/issues/4686))
([5b4e1a6](https://github.com/AztecProtocol/aztec-packages/commit/5b4e1a61216655cebb58863d26d418b23881dd02))
* Bootstrap improvements.
([#4711](https://github.com/AztecProtocol/aztec-packages/issues/4711))
([1375233](https://github.com/AztecProtocol/aztec-packages/commit/13752339334be9c8cc0ae500d0e932f76d18a77d))
* **boxes:** Adding frontend test to vanilla-js box
([cd1ca2e](https://github.com/AztecProtocol/aztec-packages/commit/cd1ca2e13c3b475e28f17ad74e09b439a1133de0))
* **boxes:** Adding react frontend tests
([086e478](https://github.com/AztecProtocol/aztec-packages/commit/086e4789985d4e9b4712c0556811ab88be51e387))
* Build nargo against Ubuntu 20 for better compatability
([#4710](https://github.com/AztecProtocol/aztec-packages/issues/4710))
([e84759f](https://github.com/AztecProtocol/aztec-packages/commit/e84759f953b789f38624021814dc634e8dc1d5b7))
* **ci:** Enforce formatting of noir rust code
([#4765](https://github.com/AztecProtocol/aztec-packages/issues/4765))
([d9a1853](https://github.com/AztecProtocol/aztec-packages/commit/d9a1853cc0474050f40ef52b196568b711f7eb07)),
closes
[#4763](https://github.com/AztecProtocol/aztec-packages/issues/4763)
* **ci:** Test noir-projects in CI
([#4604](https://github.com/AztecProtocol/aztec-packages/issues/4604))
([2ac428f](https://github.com/AztecProtocol/aztec-packages/commit/2ac428fd048aaadbdd28eb4ff7b7692a149e6468))
* ContextInterface trait for private and public contexts
([#4808](https://github.com/AztecProtocol/aztec-packages/issues/4808))
([237f870](https://github.com/AztecProtocol/aztec-packages/commit/237f870cfa9d83eb11530b0c64d3b3e5a6b0ad8d))
* Decouple ypb
([#4749](https://github.com/AztecProtocol/aztec-packages/issues/4749))
([f3c65ce](https://github.com/AztecProtocol/aztec-packages/commit/f3c65ce75637bd47aca849a08b567b06a69318b0))
* Deploy docs to production only on releases
([#4928](https://github.com/AztecProtocol/aztec-packages/issues/4928))
([c9eb856](https://github.com/AztecProtocol/aztec-packages/commit/c9eb856ab7307642c77a8bd808de49585449b1d3))
* Do not download foundry during L1 contracts fast bootstrap
([#4865](https://github.com/AztecProtocol/aztec-packages/issues/4865))
([c4357c8](https://github.com/AztecProtocol/aztec-packages/commit/c4357c8c4af5f763a81939ff4abe19b5e0e40029))
* **docs:** Getting a bot to comment on docs PRs with docs previews
([#4600](https://github.com/AztecProtocol/aztec-packages/issues/4600))
([8307dad](https://github.com/AztecProtocol/aztec-packages/commit/8307dadd853d5091841e169c841ab6b09c223efb))
* **docs:** Passing nothing if pull request is unbounded
([#4794](https://github.com/AztecProtocol/aztec-packages/issues/4794))
([db3f785](https://github.com/AztecProtocol/aztec-packages/commit/db3f785348f92a3255edc6ccaf59c3ecede082c6))
* **docs:** Removing boxes page, will iterate later as part of DIP
([#4698](https://github.com/AztecProtocol/aztec-packages/issues/4698))
([5c232af](https://github.com/AztecProtocol/aztec-packages/commit/5c232af1dfbbf3872fafc88fad41f6e64bc0d341))
* **docs:** Simple e2e tests to use in docs
([#4596](https://github.com/AztecProtocol/aztec-packages/issues/4596))
([6ec9f57](https://github.com/AztecProtocol/aztec-packages/commit/6ec9f577afe860ca2986b03a00b5ebe87d6600f4))
* **docs:** Update aztecnr-getting-started.md CLI deploy command
([#4590](https://github.com/AztecProtocol/aztec-packages/issues/4590))
([234ae3e](https://github.com/AztecProtocol/aztec-packages/commit/234ae3e773ace4097bfe9b9be9a563886dfaaffc))
* **docs:** Update communication images
([#4744](https://github.com/AztecProtocol/aztec-packages/issues/4744))
([8968e6e](https://github.com/AztecProtocol/aztec-packages/commit/8968e6e1709d7e257cfc264c76d9e52500ccd99f))
* **docs:** Update getting started contract tutorial
([#4588](https://github.com/AztecProtocol/aztec-packages/issues/4588))
([f417452](https://github.com/AztecProtocol/aztec-packages/commit/f4174527657db9e0c5168c98a896a93f1214e846))
* Ecr login retry
([#4617](https://github.com/AztecProtocol/aztec-packages/issues/4617))
([c3a784f](https://github.com/AztecProtocol/aztec-packages/commit/c3a784f7dfc7c11e4069c0a81dbc9c3303b0d3d5))
* Fix docs
([#4923](https://github.com/AztecProtocol/aztec-packages/issues/4923))
([edfba29](https://github.com/AztecProtocol/aztec-packages/commit/edfba29efea1faa10631dd76ea4e737f8d8bad79))
* Get rid of Honk UltraComposer
([#4875](https://github.com/AztecProtocol/aztec-packages/issues/4875))
([7e52c29](https://github.com/AztecProtocol/aztec-packages/commit/7e52c2971b91dfb0f07c178b2adb4427363acd1e))
* Implement poseidon2 opcode
([#4446](https://github.com/AztecProtocol/aztec-packages/issues/4446))
([491a8df](https://github.com/AztecProtocol/aztec-packages/commit/491a8dfe81a33a7552686f70833f6130da944142))
* Improve noir-contracts.js codegen
([#4789](https://github.com/AztecProtocol/aztec-packages/issues/4789))
([d367cc4](https://github.com/AztecProtocol/aztec-packages/commit/d367cc45c72a8d4a6c4e207a38047f3e63bee3b9)),
closes
[#4707](https://github.com/AztecProtocol/aztec-packages/issues/4707)
* Integration test of body publishing
([#4795](https://github.com/AztecProtocol/aztec-packages/issues/4795))
([e414846](https://github.com/AztecProtocol/aztec-packages/commit/e414846db11479f91f332fd4d5edf62b3eeae905))
* Make first iteration of protogalaxy more efficient
([#4630](https://github.com/AztecProtocol/aztec-packages/issues/4630))
([4c7f24f](https://github.com/AztecProtocol/aztec-packages/commit/4c7f24f8ea8c21bc8114ead67d2082a06c9c5493))
* Min noir build
([#4812](https://github.com/AztecProtocol/aztec-packages/issues/4812))
([01dd0a9](https://github.com/AztecProtocol/aztec-packages/commit/01dd0a9318de6c69d60e15d56b0fb29d2ec51b28))
* More interop tests
([#4699](https://github.com/AztecProtocol/aztec-packages/issues/4699))
([a9971e1](https://github.com/AztecProtocol/aztec-packages/commit/a9971e10e7e9980946ebcbe7a7d4201c61d7bef0)),
closes
[#4412](https://github.com/AztecProtocol/aztec-packages/issues/4412)
* Move remaining data out of Honk UltraComposer
([#4848](https://github.com/AztecProtocol/aztec-packages/issues/4848))
([823e071](https://github.com/AztecProtocol/aztec-packages/commit/823e071a0988cae906c13fa47e501fe9912788dc))
* Move vk computation out of Honk Ultra composer
([#4811](https://github.com/AztecProtocol/aztec-packages/issues/4811))
([f354e89](https://github.com/AztecProtocol/aztec-packages/commit/f354e899b4b35dd6d06699f0dbff48f7ea9ed9c3))
* Moving hash functions to relevant classes
([#4551](https://github.com/AztecProtocol/aztec-packages/issues/4551))
([731d7d0](https://github.com/AztecProtocol/aztec-packages/commit/731d7d012b1f5fb0f8ae3380f14683a37be0e65c))
* Moving types consts to constants.nr
([#4919](https://github.com/AztecProtocol/aztec-packages/issues/4919))
([ecfcb78](https://github.com/AztecProtocol/aztec-packages/commit/ecfcb7876e487c9f7a8a31ff5438c15e342ba31b))
* **noir:** Extend 4681 bitsize refactor
([#4689](https://github.com/AztecProtocol/aztec-packages/issues/4689))
([811d767](https://github.com/AztecProtocol/aztec-packages/commit/811d76771b472a2da0464c3038c15a489d49319c))
* PedersenHash(...) TS func returns Fr
([#4704](https://github.com/AztecProtocol/aztec-packages/issues/4704))
([c5eeb4c](https://github.com/AztecProtocol/aztec-packages/commit/c5eeb4c4ba4cec3be6b3c9fc60b7105ca2f54867)),
closes
[#4614](https://github.com/AztecProtocol/aztec-packages/issues/4614)
* Pull noir for u64 as array lengths
([#4787](https://github.com/AztecProtocol/aztec-packages/issues/4787))
([e69b586](https://github.com/AztecProtocol/aztec-packages/commit/e69b58660ff843350e1e098d8f1a84f4ce3d3c34))
* Purge SafeU120
([#4819](https://github.com/AztecProtocol/aztec-packages/issues/4819))
([9633b0f](https://github.com/AztecProtocol/aztec-packages/commit/9633b0fd4dfbdc80b3fc248b03486f2a73f37bed))
* Reduce size for rollup benchmark
([cf8bd85](https://github.com/AztecProtocol/aztec-packages/commit/cf8bd85376169cdeb6fbda40e19ae2601bbb3370))
* Remove import of `dep::aztec` from aztec_macros
([#4941](https://github.com/AztecProtocol/aztec-packages/issues/4941))
([e696b1e](https://github.com/AztecProtocol/aztec-packages/commit/e696b1e7b4d6f5cc895c6dad7fb56f001ebbac6e))
* Remove last impls of compute_note_hash_and_nullifier
([#4943](https://github.com/AztecProtocol/aztec-packages/issues/4943))
([ff66bb8](https://github.com/AztecProtocol/aztec-packages/commit/ff66bb83a610ac5d6390c1b648245e31cc958189))
* Remove legacy deployer
([#4777](https://github.com/AztecProtocol/aztec-packages/issues/4777))
([20dc67b](https://github.com/AztecProtocol/aztec-packages/commit/20dc67b5b1de367787361e8406c09e670b12bac2))
* Remove original return from aztec fns
([#4804](https://github.com/AztecProtocol/aztec-packages/issues/4804))
([9e246c1](https://github.com/AztecProtocol/aztec-packages/commit/9e246c1289fa40c35c4b28d2f0081dfdc2aa9d19))
* Remove TypeScript tooling from noir-projects.
([#4867](https://github.com/AztecProtocol/aztec-packages/issues/4867))
([15c5399](https://github.com/AztecProtocol/aztec-packages/commit/15c5399a10719a8916ed82fe0ea510a8c6e8c6c7))
* Remove unnecessary casts
([#4906](https://github.com/AztecProtocol/aztec-packages/issues/4906))
([7a62c2f](https://github.com/AztecProtocol/aztec-packages/commit/7a62c2f9dfc35080a3051c518fa63c26f86977d7))
* Remove VK computation Pg prover flow; improve benchmark to reflect
possible optimization
([#4639](https://github.com/AztecProtocol/aztec-packages/issues/4639))
([c1709b3](https://github.com/AztecProtocol/aztec-packages/commit/c1709b3d5fe615d980b2ebd9283fb841d9e6a85a))
* Remove WASMTIME_ENV_HACK
([#4714](https://github.com/AztecProtocol/aztec-packages/issues/4714))
([50f89f1](https://github.com/AztecProtocol/aztec-packages/commit/50f89f1832154d526908c55ab296aaf9bacf3608))
* Removing msg-key
([#4856](https://github.com/AztecProtocol/aztec-packages/issues/4856))
([2b6656d](https://github.com/AztecProtocol/aztec-packages/commit/2b6656dbbd3b16297ceb93df3403a7c7d80c9899)),
closes
[#4678](https://github.com/AztecProtocol/aztec-packages/issues/4678)
* Rename avm_mini to avm
([#4580](https://github.com/AztecProtocol/aztec-packages/issues/4580))
([5896a92](https://github.com/AztecProtocol/aztec-packages/commit/5896a920bc4f5fd239d69795872567af6ccbe803)),
closes
[#4533](https://github.com/AztecProtocol/aztec-packages/issues/4533)
* Rename read request to note hash read request
([#4888](https://github.com/AztecProtocol/aztec-packages/issues/4888))
([bd3f614](https://github.com/AztecProtocol/aztec-packages/commit/bd3f614009701ab6e7e0033be25c4f04def62ebf))
* Replacing use of `L2Tx` with `TxEffect`
([#4876](https://github.com/AztecProtocol/aztec-packages/issues/4876))
([d9acaa4](https://github.com/AztecProtocol/aztec-packages/commit/d9acaa43140974c7d5e4380aead467552c932496))
* Specify rust-analyzer.linkedProjects after noir-repo move
([#4922](https://github.com/AztecProtocol/aztec-packages/issues/4922))
([c22b8c6](https://github.com/AztecProtocol/aztec-packages/commit/c22b8c67483c5f28afd4e95b0a6b0f794224be79))
* Squash yp ypb + other build improvements.
([#4901](https://github.com/AztecProtocol/aztec-packages/issues/4901))
([be5855c](https://github.com/AztecProtocol/aztec-packages/commit/be5855cdbd1993155bd228afbeafee2c447b46a5))
* Subscribe to a dapp with a token
([#4696](https://github.com/AztecProtocol/aztec-packages/issues/4696))
([3bbe167](https://github.com/AztecProtocol/aztec-packages/commit/3bbe167b43f13dd87d0ebf0b3f5005ba7bb612e7))
* Switch noir pull to master branch
([#4581](https://github.com/AztecProtocol/aztec-packages/issues/4581))
([a7889f8](https://github.com/AztecProtocol/aztec-packages/commit/a7889f8d21684099306b72a87e0fb57b3bba0cb4))
* **tests:** Add counter and private voting tests
([#4592](https://github.com/AztecProtocol/aztec-packages/issues/4592))
([d3be5cc](https://github.com/AztecProtocol/aztec-packages/commit/d3be5cc5d2569f3c9c00f993d4c4df8118bf7e7b))
* Toy avm snake case
([#4584](https://github.com/AztecProtocol/aztec-packages/issues/4584))
([d071768](https://github.com/AztecProtocol/aztec-packages/commit/d07176863011382c34af5d5c80c596f737369703))
* Updating encoding of TxEffects
([#4726](https://github.com/AztecProtocol/aztec-packages/issues/4726))
([29b1ea3](https://github.com/AztecProtocol/aztec-packages/commit/29b1ea3db2fd86bb42b584f48d5933e53fa73978))
* Updating viem
([#4783](https://github.com/AztecProtocol/aztec-packages/issues/4783))
([23bc26a](https://github.com/AztecProtocol/aztec-packages/commit/23bc26a4859d9777c3e6dd49e351a4e6b13a989a))
* Use shared immutable for slow tree
([#4831](https://github.com/AztecProtocol/aztec-packages/issues/4831))
([821c25d](https://github.com/AztecProtocol/aztec-packages/commit/821c25dccf8b32c51cbca49842395755cf39037e)),
closes
[#4820](https://github.com/AztecProtocol/aztec-packages/issues/4820)
* Using Tuples in `TxEffect`s and renaming note commitments
([#4717](https://github.com/AztecProtocol/aztec-packages/issues/4717))
([3dd3c46](https://github.com/AztecProtocol/aztec-packages/commit/3dd3c46591aac17f1d936c49aeb04a5f00e9ff0e))
* Yellow paper typo fix
([#4663](https://github.com/AztecProtocol/aztec-packages/issues/4663))
([315fcb1](https://github.com/AztecProtocol/aztec-packages/commit/315fcb1f6bf3dcffab51af793cf2745619bed4be))
* **yellowpaper:** Fix notehashexists nullifierexists instructions
([#4625](https://github.com/AztecProtocol/aztec-packages/issues/4625))
([5d38dc7](https://github.com/AztecProtocol/aztec-packages/commit/5d38dc79e44f6053d68228e061c9c65f117e072b))
* **yellowpaper:** Minor cleanup
([#4622](https://github.com/AztecProtocol/aztec-packages/issues/4622))
([2d16966](https://github.com/AztecProtocol/aztec-packages/commit/2d169665ee7191a710f9586db0f37fd8d409678e))
* **yellowpaper:** Typos and other cleanup
([#4620](https://github.com/AztecProtocol/aztec-packages/issues/4620))
([825c5c3](https://github.com/AztecProtocol/aztec-packages/commit/825c5c3446d8d5a31d886972551c0214158a2501))


### Documentation

* Add compression circuit outline
([#4599](https://github.com/AztecProtocol/aztec-packages/issues/4599))
([2eca2aa](https://github.com/AztecProtocol/aztec-packages/commit/2eca2aa8796b7077e05f0bc1b71dd4d404ad36b3))
* Add Notes page to build section
([#4690](https://github.com/AztecProtocol/aztec-packages/issues/4690))
([6582b09](https://github.com/AztecProtocol/aztec-packages/commit/6582b09956d03b1749c5727053ca23f7c266e535))
* Add prelude note to migration
([#4949](https://github.com/AztecProtocol/aztec-packages/issues/4949))
([8342393](https://github.com/AztecProtocol/aztec-packages/commit/83423933f23e28ec7ca6e9a5c96c291ef40303df))
* Add section on nodes and actors
([#3975](https://github.com/AztecProtocol/aztec-packages/issues/3975))
([379ded4](https://github.com/AztecProtocol/aztec-packages/commit/379ded49162d4f0a9fd2877c1e22d11ad74126b6))
* Address DA comments
([#4641](https://github.com/AztecProtocol/aztec-packages/issues/4641))
([624ec4c](https://github.com/AztecProtocol/aztec-packages/commit/624ec4ce52479e3060f0d7e656426640407c0f43))
* Incorrect comment
([#4846](https://github.com/AztecProtocol/aztec-packages/issues/4846))
([4979e02](https://github.com/AztecProtocol/aztec-packages/commit/4979e02dd359238547df0573aab3fe14c81a3602))
* Minor fixes state
([#4909](https://github.com/AztecProtocol/aztec-packages/issues/4909))
([b027dbb](https://github.com/AztecProtocol/aztec-packages/commit/b027dbbc91298c9a159248e7792aaf0a12dbfcfd))
* Pass by brunny-eth
([#4579](https://github.com/AztecProtocol/aztec-packages/issues/4579))
([5285010](https://github.com/AztecProtocol/aztec-packages/commit/5285010219fca950991f30d557b8082922fff449))
* Refactoring of private message delivery section of yellow paper
([#4628](https://github.com/AztecProtocol/aztec-packages/issues/4628))
([5a2c534](https://github.com/AztecProtocol/aztec-packages/commit/5a2c534280fa45de8437b9cdac5600b6eb2eac67))
* Update LSP instructions
([#4920](https://github.com/AztecProtocol/aztec-packages/issues/4920))
([a5e26e7](https://github.com/AztecProtocol/aztec-packages/commit/a5e26e7c283fb54b4acbc485d227df0b07505401))
* Updated bytecode section
([#4650](https://github.com/AztecProtocol/aztec-packages/issues/4650))
([fa67330](https://github.com/AztecProtocol/aztec-packages/commit/fa67330ea466058d1613a2c7fa82351f81cf85de))
* Updated fees spec in yellow paper
([#4624](https://github.com/AztecProtocol/aztec-packages/issues/4624))
([cdf67ea](https://github.com/AztecProtocol/aztec-packages/commit/cdf67ea74aed4ba8f465a981b32f82766a32641a))
* Updated yellow paper P2P network.
([#4652](https://github.com/AztecProtocol/aztec-packages/issues/4652))
([d3ae287](https://github.com/AztecProtocol/aztec-packages/commit/d3ae28780ca33fe88166e7cceb3cc3c246926195))
* Yellow paper - AVM circuit Chiplets section
([#4642](https://github.com/AztecProtocol/aztec-packages/issues/4642))
([d717dde](https://github.com/AztecProtocol/aztec-packages/commit/d717dde4054e47dbe56f7903075ea9a007777e54))
* **yellow-paper:** Changes to circuit sections
([#4616](https://github.com/AztecProtocol/aztec-packages/issues/4616))
([3260081](https://github.com/AztecProtocol/aztec-packages/commit/3260081755bdb3bbd71aaedb2cb129c68110298a))
* **yellowpaper:** AVM `call` instructions, split out sections, cleanup
([#4594](https://github.com/AztecProtocol/aztec-packages/issues/4594))
([e63f022](https://github.com/AztecProtocol/aztec-packages/commit/e63f02265d3d2b3c2f3e2a9e35ed6201753512f5))
</details>

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

##
[0.25.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.24.0...barretenberg.js-v0.25.0)
(2024-03-05)


### Features

* Parallel native/wasm bb builds. Better messaging around using ci
cache.
([#4766](https://github.com/AztecProtocol/aztec-packages/issues/4766))
([a924e55](https://github.com/AztecProtocol/aztec-packages/commit/a924e55393daa89fbba3a87cf019977286104b59))


### Miscellaneous

* Bootstrap improvements.
([#4711](https://github.com/AztecProtocol/aztec-packages/issues/4711))
([1375233](https://github.com/AztecProtocol/aztec-packages/commit/13752339334be9c8cc0ae500d0e932f76d18a77d))
* Implement poseidon2 opcode
([#4446](https://github.com/AztecProtocol/aztec-packages/issues/4446))
([491a8df](https://github.com/AztecProtocol/aztec-packages/commit/491a8dfe81a33a7552686f70833f6130da944142))
* Squash yp ypb + other build improvements.
([#4901](https://github.com/AztecProtocol/aztec-packages/issues/4901))
([be5855c](https://github.com/AztecProtocol/aztec-packages/commit/be5855cdbd1993155bd228afbeafee2c447b46a5))
</details>

<details><summary>barretenberg: 0.25.0</summary>

##
[0.25.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.24.0...barretenberg-v0.25.0)
(2024-03-05)


### Features

* Additional op count timing
([#4722](https://github.com/AztecProtocol/aztec-packages/issues/4722))
([f0cc760](https://github.com/AztecProtocol/aztec-packages/commit/f0cc76040a2de5d0f827afdb662591232c4ee1ed))
* Analyze % of time spent on field arithmetic
([#4501](https://github.com/AztecProtocol/aztec-packages/issues/4501))
([5ddfa16](https://github.com/AztecProtocol/aztec-packages/commit/5ddfa16391f1017219a997c322b061ebe6f34db2))
* **avm-simulator:** Implement AVM message opcodes
(simulator/transpiler/noir-test)
([#4852](https://github.com/AztecProtocol/aztec-packages/issues/4852))
([c98325d](https://github.com/AztecProtocol/aztec-packages/commit/c98325d23897d23c09faddc4355958406d44faa9))
* **avm:** Enable main -&gt; mem clk lookups
([#4591](https://github.com/AztecProtocol/aztec-packages/issues/4591))
([0e503c1](https://github.com/AztecProtocol/aztec-packages/commit/0e503c14c0c20a93e162a90d8d049f094b64de7d))
* **avm:** Hashing opcodes
([#4526](https://github.com/AztecProtocol/aztec-packages/issues/4526))
([fe10c70](https://github.com/AztecProtocol/aztec-packages/commit/fe10c7049b3597a96f76a27a22e9233bc3b8ce82))
* **avm:** Propagate tag err to the main trace for op_return and
internal_return
([#4615](https://github.com/AztecProtocol/aztec-packages/issues/4615))
([427f1d8](https://github.com/AztecProtocol/aztec-packages/commit/427f1d8567a3f68c3093c29a2999096746927548)),
closes
[#4598](https://github.com/AztecProtocol/aztec-packages/issues/4598)
* Avoid requiring arith gates in sequence
([#4869](https://github.com/AztecProtocol/aztec-packages/issues/4869))
([0ab0a94](https://github.com/AztecProtocol/aztec-packages/commit/0ab0a94842ce9b174ba82b430a93cba188fe75b0))
* **bb:** Working msan preset
([#4618](https://github.com/AztecProtocol/aztec-packages/issues/4618))
([0195ac8](https://github.com/AztecProtocol/aztec-packages/commit/0195ac89a13dc2a7b9caa5a8d8d29458a99c5f76))
* Benchmark Protogalaxy rounds
([#4316](https://github.com/AztecProtocol/aztec-packages/issues/4316))
([91af28d](https://github.com/AztecProtocol/aztec-packages/commit/91af28d6e03d85b5c749740c82cf9114379c823a))
* Bitwise_not avm circuit
([#4548](https://github.com/AztecProtocol/aztec-packages/issues/4548))
([3a7d31b](https://github.com/AztecProtocol/aztec-packages/commit/3a7d31b200e6e604eea06a40dcf5bf02b088ab79))
* Equality avm circuit
([#4595](https://github.com/AztecProtocol/aztec-packages/issues/4595))
([aad7b45](https://github.com/AztecProtocol/aztec-packages/commit/aad7b45aa6d3a4c3df259ea41fdde48bf01139b1))
* Execution Trace
([#4623](https://github.com/AztecProtocol/aztec-packages/issues/4623))
([07ac589](https://github.com/AztecProtocol/aztec-packages/commit/07ac589d08964a44ea54a0d9fa0a21db73186aee))
* Gate blocks
([#4741](https://github.com/AztecProtocol/aztec-packages/issues/4741))
([61067a5](https://github.com/AztecProtocol/aztec-packages/commit/61067a5cdedfd10fbc32e381083b031bc80fc6d6))
* Goblin documentation
([#4679](https://github.com/AztecProtocol/aztec-packages/issues/4679))
([24d918f](https://github.com/AztecProtocol/aztec-packages/commit/24d918f7bd114f2641ae61bcf0da888e06f6520a))
* Goblin Translator Fuzzer
([#4752](https://github.com/AztecProtocol/aztec-packages/issues/4752))
([7402517](https://github.com/AztecProtocol/aztec-packages/commit/74025170288e39e1d7516f57df94f22bc30f663c))
* GoblinUltra Bench
([#4671](https://github.com/AztecProtocol/aztec-packages/issues/4671))
([319eea9](https://github.com/AztecProtocol/aztec-packages/commit/319eea9e4caf1d1ade00fedface5fab9bbf9db16))
* Implementing IPA optimisation
([#4363](https://github.com/AztecProtocol/aztec-packages/issues/4363))
([13647c2](https://github.com/AztecProtocol/aztec-packages/commit/13647c24487116f971c81dfaf4ee4664870522d5))
* Login to ecr explicitly, faster bootstrap as we only do once.
([#4900](https://github.com/AztecProtocol/aztec-packages/issues/4900))
([86d6749](https://github.com/AztecProtocol/aztec-packages/commit/86d6749615a533e0a9fbe0a1dca97b38fb14bb5f))
* Manual ClientIVC breakdown
([#4778](https://github.com/AztecProtocol/aztec-packages/issues/4778))
([b4cfc89](https://github.com/AztecProtocol/aztec-packages/commit/b4cfc89c0d8286d2dfa3e04c58695d554951c920))
* Parallel native/wasm bb builds. Better messaging around using ci
cache.
([#4766](https://github.com/AztecProtocol/aztec-packages/issues/4766))
([a924e55](https://github.com/AztecProtocol/aztec-packages/commit/a924e55393daa89fbba3a87cf019977286104b59))
* Parallelise kernel and function circuit construction in client IVC
([#4841](https://github.com/AztecProtocol/aztec-packages/issues/4841))
([9c689d8](https://github.com/AztecProtocol/aztec-packages/commit/9c689d8d5a7d330dabafaa7d10c0cfc5e4694921))
* Separate addition gate after final RAM gate
([#4851](https://github.com/AztecProtocol/aztec-packages/issues/4851))
([f329db4](https://github.com/AztecProtocol/aztec-packages/commit/f329db4ec08f013bf8f53eb73b18d3d98d98e2e4))
* Separate arithmetic gate in sort with edges
([#4866](https://github.com/AztecProtocol/aztec-packages/issues/4866))
([40adc5c](https://github.com/AztecProtocol/aztec-packages/commit/40adc5cdc578c6ff6d6a9aa25c9a2f3506ec1677))
* Simplify public input copy cycles
([#4753](https://github.com/AztecProtocol/aztec-packages/issues/4753))
([a714ee0](https://github.com/AztecProtocol/aztec-packages/commit/a714ee027262dba3a083e17878862cd1144a86a6))
* Update RAM/ROM memory records for new block structure
([#4806](https://github.com/AztecProtocol/aztec-packages/issues/4806))
([65e4ab9](https://github.com/AztecProtocol/aztec-packages/commit/65e4ab93219118c8ac46a68bc6607ee9d11f6478))


### Bug Fixes

* Add TODO with issue for num_gates bug
([#4847](https://github.com/AztecProtocol/aztec-packages/issues/4847))
([f6c558b](https://github.com/AztecProtocol/aztec-packages/commit/f6c558b41d3e003e1626a853aff0b58705847e84))
* Assembly benching
([#4640](https://github.com/AztecProtocol/aztec-packages/issues/4640))
([f144745](https://github.com/AztecProtocol/aztec-packages/commit/f14474571210a46e7159cb9d2f0bc9374a837d3d))
* **bb:** Initialize element::infinity()
([#4664](https://github.com/AztecProtocol/aztec-packages/issues/4664))
([6813540](https://github.com/AztecProtocol/aztec-packages/commit/6813540731149db1f0d8932598335f95937ada03))
* Cpp build
([#4918](https://github.com/AztecProtocol/aztec-packages/issues/4918))
([15df3c0](https://github.com/AztecProtocol/aztec-packages/commit/15df3c08168611f7f65f5837a937031d81bb3566))
* Debug build
([#4666](https://github.com/AztecProtocol/aztec-packages/issues/4666))
([acc27b1](https://github.com/AztecProtocol/aztec-packages/commit/acc27b1bd2ec21c7b5c71f02974bd49d29b4caa5))
* **dsl:** Add full recursive verification test
([#4658](https://github.com/AztecProtocol/aztec-packages/issues/4658))
([9e09772](https://github.com/AztecProtocol/aztec-packages/commit/9e0977261aea723d6ea68750788f29a40730c404))
* Fix races in slab allocator and lookup tables and add prepending for
op_queues
([#4754](https://github.com/AztecProtocol/aztec-packages/issues/4754))
([0c99de7](https://github.com/AztecProtocol/aztec-packages/commit/0c99de7c4b9931989824f66dab83cc644578a75c))
* Fix Translator composer test instability
([#4751](https://github.com/AztecProtocol/aztec-packages/issues/4751))
([842ba7a](https://github.com/AztecProtocol/aztec-packages/commit/842ba7a720d075632ad2c4b948f874a12cfa3ecd))
* G2.Serialize sporadic failure
([#4626](https://github.com/AztecProtocol/aztec-packages/issues/4626))
([c9e6bb1](https://github.com/AztecProtocol/aztec-packages/commit/c9e6bb1391070b6551b313b85fe73742ff0966fc))
* Get_wires for ultra
([#4605](https://github.com/AztecProtocol/aztec-packages/issues/4605))
([512110e](https://github.com/AztecProtocol/aztec-packages/commit/512110e4bdc353b01ee92fb5b2ff5f6e6f875fbb))
* Master borked arithmetic tests
([#4606](https://github.com/AztecProtocol/aztec-packages/issues/4606))
([472c54a](https://github.com/AztecProtocol/aztec-packages/commit/472c54a7e89001f5f752da670cc25ec1a537da87))
* Msan build
([#4646](https://github.com/AztecProtocol/aztec-packages/issues/4646))
([886cc75](https://github.com/AztecProtocol/aztec-packages/commit/886cc7585f935f4f12257444af7862b51dc91584))
* MSAN msgpack noise
([#4677](https://github.com/AztecProtocol/aztec-packages/issues/4677))
([1abae28](https://github.com/AztecProtocol/aztec-packages/commit/1abae28580354f5ccc620dbd717bf079f39fb445))
* Remove the `VerificationKey` from `ProverInstance`
([#4908](https://github.com/AztecProtocol/aztec-packages/issues/4908))
([8619c08](https://github.com/AztecProtocol/aztec-packages/commit/8619c084cdfd061f284058b00a96f16fbbca65bf))
* Use size hint for ivc circuits
([#4802](https://github.com/AztecProtocol/aztec-packages/issues/4802))
([035cff4](https://github.com/AztecProtocol/aztec-packages/commit/035cff451ca2171e08279b9d36b23f38b840efea))


### Miscellaneous

* Add pow poly bench and link optimization issues
([#4725](https://github.com/AztecProtocol/aztec-packages/issues/4725))
([faa9586](https://github.com/AztecProtocol/aztec-packages/commit/faa9586ef702e3f150e6aa8217dcbcd63611dea2))
* Address comments
([#4772](https://github.com/AztecProtocol/aztec-packages/issues/4772))
([10d90ab](https://github.com/AztecProtocol/aztec-packages/commit/10d90ab3a15de66f4b8a64464fe8e15f33a0589d))
* **avm:** Remove some leftover files related to Avm-mini (replaced by
Avm)
([#4715](https://github.com/AztecProtocol/aztec-packages/issues/4715))
([8c697ce](https://github.com/AztecProtocol/aztec-packages/commit/8c697ce187b4bb1c66f1146ebbc39567a46f35f8))
* **bb:** Allow dynamic plookup tables
([#4667](https://github.com/AztecProtocol/aztec-packages/issues/4667))
([5920012](https://github.com/AztecProtocol/aztec-packages/commit/592001255a999abb7167f885a5def7f8651d63a7))
* **bb:** More namespaces under bb
([#4348](https://github.com/AztecProtocol/aztec-packages/issues/4348))
([00ba983](https://github.com/AztecProtocol/aztec-packages/commit/00ba9837606f33ccbc5c0c40be22b11a736b1608))
* **bb:** Small test improvements
([#4568](https://github.com/AztecProtocol/aztec-packages/issues/4568))
([e23d048](https://github.com/AztecProtocol/aztec-packages/commit/e23d048e916fa12966fe01d1a8c0d3bfb50c2943))
* **bb:** Use RefArray where possible
([#4686](https://github.com/AztecProtocol/aztec-packages/issues/4686))
([5b4e1a6](https://github.com/AztecProtocol/aztec-packages/commit/5b4e1a61216655cebb58863d26d418b23881dd02))
* Bootstrap improvements.
([#4711](https://github.com/AztecProtocol/aztec-packages/issues/4711))
([1375233](https://github.com/AztecProtocol/aztec-packages/commit/13752339334be9c8cc0ae500d0e932f76d18a77d))
* Get rid of Honk UltraComposer
([#4875](https://github.com/AztecProtocol/aztec-packages/issues/4875))
([7e52c29](https://github.com/AztecProtocol/aztec-packages/commit/7e52c2971b91dfb0f07c178b2adb4427363acd1e))
* Implement poseidon2 opcode
([#4446](https://github.com/AztecProtocol/aztec-packages/issues/4446))
([491a8df](https://github.com/AztecProtocol/aztec-packages/commit/491a8dfe81a33a7552686f70833f6130da944142))
* Make first iteration of protogalaxy more efficient
([#4630](https://github.com/AztecProtocol/aztec-packages/issues/4630))
([4c7f24f](https://github.com/AztecProtocol/aztec-packages/commit/4c7f24f8ea8c21bc8114ead67d2082a06c9c5493))
* Min noir build
([#4812](https://github.com/AztecProtocol/aztec-packages/issues/4812))
([01dd0a9](https://github.com/AztecProtocol/aztec-packages/commit/01dd0a9318de6c69d60e15d56b0fb29d2ec51b28))
* Move remaining data out of Honk UltraComposer
([#4848](https://github.com/AztecProtocol/aztec-packages/issues/4848))
([823e071](https://github.com/AztecProtocol/aztec-packages/commit/823e071a0988cae906c13fa47e501fe9912788dc))
* Move vk computation out of Honk Ultra composer
([#4811](https://github.com/AztecProtocol/aztec-packages/issues/4811))
([f354e89](https://github.com/AztecProtocol/aztec-packages/commit/f354e899b4b35dd6d06699f0dbff48f7ea9ed9c3))
* Pull noir for u64 as array lengths
([#4787](https://github.com/AztecProtocol/aztec-packages/issues/4787))
([e69b586](https://github.com/AztecProtocol/aztec-packages/commit/e69b58660ff843350e1e098d8f1a84f4ce3d3c34))
* Remove VK computation Pg prover flow; improve benchmark to reflect
possible optimization
([#4639](https://github.com/AztecProtocol/aztec-packages/issues/4639))
([c1709b3](https://github.com/AztecProtocol/aztec-packages/commit/c1709b3d5fe615d980b2ebd9283fb841d9e6a85a))
* Remove WASMTIME_ENV_HACK
([#4714](https://github.com/AztecProtocol/aztec-packages/issues/4714))
([50f89f1](https://github.com/AztecProtocol/aztec-packages/commit/50f89f1832154d526908c55ab296aaf9bacf3608))
* Rename avm_mini to avm
([#4580](https://github.com/AztecProtocol/aztec-packages/issues/4580))
([5896a92](https://github.com/AztecProtocol/aztec-packages/commit/5896a920bc4f5fd239d69795872567af6ccbe803)),
closes
[#4533](https://github.com/AztecProtocol/aztec-packages/issues/4533)
* Squash yp ypb + other build improvements.
([#4901](https://github.com/AztecProtocol/aztec-packages/issues/4901))
([be5855c](https://github.com/AztecProtocol/aztec-packages/commit/be5855cdbd1993155bd228afbeafee2c447b46a5))
* Toy avm snake case
([#4584](https://github.com/AztecProtocol/aztec-packages/issues/4584))
([d071768](https://github.com/AztecProtocol/aztec-packages/commit/d07176863011382c34af5d5c80c596f737369703))


### Documentation

* **yellowpaper:** AVM `call` instructions, split out sections, cleanup
([#4594](https://github.com/AztecProtocol/aztec-packages/issues/4594))
([e63f022](https://github.com/AztecProtocol/aztec-packages/commit/e63f02265d3d2b3c2f3e2a9e35ed6201753512f5))
</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.

3 participants