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
fix: re-pin standard contracts at address fixpoint
The previous regen ran a single pin/generate pass, leaving the pinned
artifacts compiled against the pre-merge standard addresses: their
bytecode still called the handshake registry at its old address
(0x1954c59d...), which is never registered at runtime. The generator's
drift check cannot catch this since it only verifies that the committed
values match what is derived from the artifacts, not that the artifacts
were compiled against those same values.
Iterated pin-standard-build + generate to the fixpoint (converged in 2
passes: HandshakeRegistry embeds no standard addresses, the other three
embed only the registry's). Verified the repinned bytecode embeds the
live registry address and that automine/delivery/handshake_reuse passes
locally (6/6).
0 commit comments