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: bump peerclaw-core to v0.7.0, update Sign/SignEnvelope call sites
The code already expected identity.Sign to return (string, error) and
identity.SignEnvelope to return error, but go.mod pinned v0.6.2 where
Sign returned only string and SignEnvelope returned nothing. Bump to
v0.7.0 which adds nil-key guards and error returns to both functions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments