You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: extract wsdb, lmdblib, and kvdb into native-packages
Moves the world-state DB server (+ persistent merkle), the lmdb C++ wrapper
(lmdblib), and the kv-store NAPI (kvdb) out of barretenberg into
native-packages siblings, leaving barretenberg free of DB code. The standalone
aztec-wsdb binary and the kvdb .node build against prebuilt barretenberg;
lmdblib/kvdb are fully barretenberg-free. Squashed from the ipc stack's wsdb
branch (17 commits).
0 commit comments