feat: add aztec-avm + aztec-cdb binaries and IPC supporting code (inert)#23084
Open
charlielye wants to merge 1 commit into
Open
feat: add aztec-avm + aztec-cdb binaries and IPC supporting code (inert)#23084charlielye wants to merge 1 commit into
charlielye wants to merge 1 commit into
Conversation
edd565a to
8c3b744
Compare
40f01c8 to
b06f6b1
Compare
8c3b744 to
2d519b5
Compare
67d3c6c to
d904a74
Compare
39287d6 to
b07d757
Compare
This was referenced May 11, 2026
b07d757 to
9e78217
Compare
5 tasks
0d58c3e to
679c622
Compare
479d6a6 to
6867e96
Compare
This was referenced May 29, 2026
8de6b5d to
389063c
Compare
bedd8b6 to
d886c60
Compare
389063c to
99d5f60
Compare
d886c60 to
46639a1
Compare
99d5f60 to
68071f7
Compare
e5e6200 to
e441fa4
Compare
3a9289a to
6042327
Compare
6042327 to
14392b8
Compare
e441fa4 to
96f42ca
Compare
96f42ca to
ace5b21
Compare
011106a to
f46984b
Compare
ace5b21 to
62d51d9
Compare
This was referenced Jun 10, 2026
62d51d9 to
cfc6ad9
Compare
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-avmbinary, generated AVM/CDB IPC clients, TSAvmBackend, TS-hostedCdbIpcServer, andAvmSimulatorPoolsupport.This PR is intentionally inert: it adds the standalone AVM/CDB infrastructure, but the production simulator 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 standaloneaztec-avmIPC server.barretenberg/cpp/src/barretenberg/cdb/schema/client support for contract data callbacks.ipc_runtimeand generated clients from the lower stack.TypeScript / bb.js
barretenberg/ts/scripts/generate.shas the consolidated generation path for bb, wsdb, AVM, CDB, and Rust bindings.aztec-avmandaztec-cdbbinary resolution next to the existing bb/wsdb binary resolution.AvmBackendfor spawningaztec-avmagainst wsdb and CDB socket paths.yarn-project simulator
CdbIpcServerfor TS-hosted contract data callbacks.AvmSimulatorPoolandAvmIpcBackendabstractions.Validation
aztec-avm/aztec-cdbC++ build path../bootstrap.shpassed on the rebased AVM cutover branch during stack validation.