mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-06-29 18:39:30 +00:00
BREAKING: Before: The epk and the vpk of the receiver were not bound to the ss that was directly fed to the circuit. After: The ss, epk, tag fields are removed as explicit arguments per-account and instead replaced by supplying a vpk, esk per account. The ss, epk, tag all constructed in-circuit. Account ID generation now uses vpk as additional argument. Mitigation: Change Account ID generation to include the vpk, change proving inputs.