Skip to main content
Subscribe · Filter by tag — Wallet API, Security, Attestation, Architecture, Policy.
2026-06-09 — Signature binding and signing-path charset hardening
Security
v0.724.0 — v0.764.0
ABI and IDL signatures are now bound to chain and identity, backed by a fail-closed signer allowlist, with the development signing key gated out of production builds. On the signing path, validate_charset runs unconditionally and rejects JSON short-form control escapes.
2026-05-27 — Gateway production parity: mock bootProof and v2 route
Wallet APIAttestation
v0.716.0
The parser gateway emits a mock bootProof and mounts the v2 route, matching the production TDX deployment shape for local development.
2026-05-16 — Per-chain feature flags in parser_app
Architecture
v0.700.0
parser_app now mirrors parser_cli’s chain-feature flags, so enclave and gRPC builds can include or exclude individual chains.
2026-05-14 — Nitro PCR extraction tooling and self-hosted TEE docs
AttestationSecurity
v0.654.0
Added scripts/extract-nitro-pcrs.sh for extracting AWS Nitro PCR values, alongside self-hosted TEE deployment docs.
2026-05-12 — Chain metadata and content digests in HTTP gateway
Wallet API
v0.648.0
The HTTP gateway now forwards chain_metadata end-to-end and exposes content digests on every response. Downstream tools — policy engines, signing pipelines, audit logs — can compose VisualSign output into their own workflows without re-parsing the transaction.