mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-26 11:51:13 +00:00
Introduce a /LEE-Keys/v1/... namespace for account key derivation (private and public), distinct from LEE protocol versioning (/LEE/v0.3/...). This lets the key derivation protocol evolve independently of the transaction/message format version, so a LEE version bump doesn't silently rotate or orphan user keys. Covers master/child private and public key derivation, authorization and viewing secret keys, and nullifier secret/public key derivation (the latter also used by the privacy-preserving guest circuit). Pinned regression tests updated to match the new derivation outputs.