mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-27 04:11:08 +00:00
Public accounts' pre-transaction values no longer need to be part of the circuit's proven public output. Materialization already replays public_diffs against live sequencer state, never the witnessed pre-state, and proof-internal consistency has nothing left to check once the field isn't part of the output at all. Duplicate/inconsistent witnessing was already structurally impossible via the circuit's own post_states tracking, independent of whether pre_state was exported, so no new in-circuit assertion is needed to compensate. Drop the field from PrivacyPreservingCircuitOutput and Message; reimplement Message::public_account_ids() from deduped public_diffs account ids. Update every downstream mirror (indexer protocol/FFI, explorer UI, mock service) to the same id-only shape, and rebuild the guest ELF, program artifacts, and prebuilt sequencer fixture to match the changed journal layout.
390 KiB
390 KiB