feat: add generated aztec-vm-sim package setup - #23084
Merged
Merged
Conversation
charlielye
force-pushed
the
cl/ipc-4-avm-binary
branch
3 times, most recently
from
May 11, 2026 13:25
edd565a to
8c3b744
Compare
charlielye
force-pushed
the
cl/ipc-3-avm-wsdb-cutover
branch
from
May 11, 2026 13:31
40f01c8 to
b06f6b1
Compare
charlielye
force-pushed
the
cl/ipc-4-avm-binary
branch
from
May 11, 2026 13:32
8c3b744 to
2d519b5
Compare
charlielye
force-pushed
the
cl/ipc-3-avm-wsdb-cutover
branch
2 times, most recently
from
May 11, 2026 13:59
67d3c6c to
d904a74
Compare
charlielye
force-pushed
the
cl/ipc-4-avm-binary
branch
3 times, most recently
from
May 11, 2026 15:32
39287d6 to
b07d757
Compare
This was referenced May 11, 2026
charlielye
force-pushed
the
cl/ipc-4-avm-binary
branch
from
May 12, 2026 13:52
b07d757 to
9e78217
Compare
charlielye
marked this pull request as ready for review
May 12, 2026 20:17
charlielye
requested review from
IlyasRidhuan,
MirandaWood and
jeanmon
as code owners
May 12, 2026 20:17
5 tasks
charlielye
force-pushed
the
cl/ipc-3-avm-wsdb-cutover
branch
from
May 29, 2026 13:54
0d58c3e to
679c622
Compare
charlielye
force-pushed
the
cl/ipc-4-avm-binary
branch
from
May 29, 2026 13:55
479d6a6 to
6867e96
Compare
This was referenced May 29, 2026
charlielye
force-pushed
the
cl/ipc-4-avm-binary
branch
from
June 4, 2026 10:55
389063c to
99d5f60
Compare
charlielye
force-pushed
the
cl/ipc-3-avm-wsdb-cutover
branch
from
June 9, 2026 13:48
d886c60 to
46639a1
Compare
charlielye
force-pushed
the
cl/ipc-4-avm-binary
branch
from
June 9, 2026 13:48
99d5f60 to
68071f7
Compare
charlielye
force-pushed
the
cl/ipc-4-avm-binary
branch
2 times, most recently
from
June 9, 2026 16:15
e5e6200 to
e441fa4
Compare
charlielye
force-pushed
the
cl/ipc-3-avm-wsdb-cutover
branch
from
June 9, 2026 16:15
3a9289a to
6042327
Compare
charlielye
force-pushed
the
cl/ipc-3-avm-wsdb-cutover
branch
from
June 9, 2026 17:00
6042327 to
14392b8
Compare
charlielye
force-pushed
the
cl/ipc-4-avm-binary
branch
from
June 9, 2026 17:00
e441fa4 to
96f42ca
Compare
charlielye
force-pushed
the
cl/ipc-4-avm-binary
branch
from
June 10, 2026 13:37
96f42ca to
ace5b21
Compare
charlielye
force-pushed
the
cl/ipc-3-avm-wsdb-cutover
branch
2 times, most recently
from
June 10, 2026 13:44
011106a to
f46984b
Compare
charlielye
force-pushed
the
cl/ipc-4-avm-binary
branch
from
June 10, 2026 13:44
ace5b21 to
62d51d9
Compare
This was referenced Jun 10, 2026
charlielye
force-pushed
the
cl/ipc-4-avm-binary
branch
from
June 10, 2026 14:11
62d51d9 to
cfc6ad9
Compare
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
Restructures barretenberg/ts into a yarn workspace hosting bb.js plus the new generated bb-avm-sim package, and adds the standalone AVM IPC server binary (barretenberg/cpp/src/barretenberg/avm) with its build/release wiring. Consumers' @aztec/bb.js portal paths are repointed to barretenberg/ts/bb.js. Removes the vestigial npm package-lock.json under barretenberg/ts (the workspace is yarn-managed via barretenberg/ts/yarn.lock; the npm lockfile was unused and tripped Socket's dependency scan).
fcarreiro
approved these changes
Jul 1, 2026
Collaborator
Flakey Tests🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the standalone
aztec-vm-simC++ binary and generated TypeScript package infrastructure that the AVM cutover PR consumes.This PR is intentionally mostly inert for
yarn-project: it creates the binary/package/release plumbing, but does not switch the simulator call sites away from the existing path. The cutover happens in #23697.Stack
cl/ipc-foundationcl/ipc-wsdb-migratecl/ipc-bb-migratecl/ipc-bb-rs-migratecl/ipc-bb-js-migratecl/ipc-3-avm-wsdb-cutovercl/ipc-4-avm-binary— this PRcl/ipc-5-avm-cutoverWhat changes
C++
barretenberg/cpp/src/barretenberg/avm/with theaztec-vm-simservice binary.barretenberg/cpp/src/barretenberg/cdb/with the CDB schema and generated-client support used by the AVM service to call back into TypeScript-hosted contract data.TypeScript packages
barretenberg/ts/bb.js, sobarretenberg/tscan own multiple packages.@aztec/aztec-vm-simpackage that follows the wrapper + arch-package pattern used elsewhere in the IPC stack.Build plumbing
Validation
Validated while restacking this branch and the cutover branch above it:
make aztec-vm-simcmake --build build --target aztec-vm-sim nodejs_modulefrombarretenberg/cppyarn buildfromyarn-project