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(upgrade): keep dev on its original upgrade behaviour
The canary rollout change (#121) also affected dev nodes: with the network
`latest` symlink no longer assumed to equal the chain version, a dev node
outside test_farms during a canary would update to the symlink instead of
waiting, unlike before.
Restore dev's original behaviour: dev always follows the network `latest`
symlink (the update worker doesn't gate dev networks) and skips the
version-match check, while still honoring the safe_to_upgrade / test_farms
gate.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments