Files
logos-execution-zone/lee
Marvin Jones 40663f1fba chore(lee): remove AccountPostState and its orphaned unit tests (incremental update PR5)
AccountPostState was the pre-diff-native representation of a program's
account output, superseded by AccountDiffOutput. ProgramOutput.post_states
has been Vec<AccountDiffOutput> for a while now, and nothing outside
AccountPostState's own definition and its own dedicated unit tests
referenced it anymore — confirmed via a repo-wide grep before removal.

Drop the struct, its impl block, and the three tests that only existed
to exercise its own constructors/getters. Claim stays: it's shared with
AccountDiffOutput. Rebuild every guest artifact and the prebuilt
sequencer fixture, since lee_core is a dependency of every guest program
and this shifts their compiled bytes even though the removed code was
functionally dead.
2026-08-22 15:59:34 -04:00
..