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
Baseline step for #2850: the shipped clear3 routing (alice's eval receives bobSignedContext, bob's receives aliceSignedContext, RaindexV6.sol:705-720) is currently asserted by no test — RaindexV6.clear.context.t.sol passes new SignedContextV1[](0) on both sides.
Add coverage that pins the CURRENT behavior as the baseline:
A clear context test passing two distinct, distinguishable signed context arrays (different signers and payloads) and asserting exactly which order's evaluation sees which — asserted from inside the evals via signer and content rows, not just non-revert.
Zero-length and one-sided arrays covered as well (only alice provides context / only bob does), since the swap is only observable when the sides differ.
Baseline step for #2850: the shipped
clear3routing (alice's eval receivesbobSignedContext, bob's receivesaliceSignedContext, RaindexV6.sol:705-720) is currently asserted by no test — RaindexV6.clear.context.t.sol passesnew SignedContextV1[](0)on both sides.Add coverage that pins the CURRENT behavior as the baseline:
🤖 Generated with Claude Code