You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apollo_committer: fix revert_happy_flow test to use same-key update for block 1 (#13756)
Block 1 previously added a different class hash key than block 0, so the
reversed state diff (re-applying block 0's diff) couldn't restore the tree
to block 0's state with real incremental storage. Block 1 now updates the
same ClassHash(1) key to CompiledClassHash(2), making its reversal
(restoring ClassHash(1) to CompiledClassHash(1)) an exact inverse.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments