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
chore(deploy): record v0 publish for trading blueprints + race-fix in publish-binary (#159)
* blueprints.tsv: replace "no_v0_published" with "v0=<sha>; release=v0.1.3" for
ids 13/14/15/16 — all four ai-trading blueprints now have a genesis binary
version on-chain (Base Sepolia, setActiveBinaryVersion confirmed).
* publish-binary.sh: poll getBinaryVersionCount up to 5x after publishBinaryVersion
to ride out the read-back gap immediately following cast send (where the call
occasionally still sees stale state and parses to 0 → version_id=-1 → setActive
reverts). Fail loudly with a clear error if the publish landed but the read
still says 0 after retries.
0 commit comments