Skip to content

v0.2.0

Choose a tag to compare

@xgreenx xgreenx released this 12 Aug 17:50
· 92 commits to main since this release

@libid/claim 0.2.0 + @libid/claim-full 0.2.0 (new)

  • New package @libid/claim-full: every static proving asset (tlsn wasm bundle, released circuits sha256-verified against the manifest, noir acvm/abi wasm) inside the npm tarball. npx libid-claim-assets <public-dir> stages them; ./assets/* subpath imports work under vite and next.
  • @libid/claim 0.2.0 (breaking): the OIDC circuit-input conversion is pure TypeScript (the Rust/wasm helper is gone, wasmUrl options removed); the X circuit default path moved from /circuit/ to /circuits/ (per-call override kept).
  • Toolchain pins (@aztec/bb.js nightly + @noir-lang beta.20) are locked to the libid-circuits v0.1.0 release manifest and enforced at build and test time.