[FIX] Tests, batch-wire degrade asserted a guarantee the code never made : it compared the order the mock RECEIVED the two set-reference calls, but the degrade fires them concurrently via Promise.all - which preserves RESULT order, not network ARRIVAL order. The assertion held by luck and flipped on node 22 / ubuntu in CI. Now asserts the arrived SET (order-independent) plus the real contract, results[i] aligning with references[i], reading through the bridge's {success,data} envelope. Verified 8 consecutive local runs green
F
Francois Cugy committed
d431ef565c0150fa63b4a8ffdb68c87f5c57d027
Parent: 57bed80