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: don't crash when object validation failed during verification.
When objects can't be serialized, they will trigger an error that manifests as IO error.
Previously we didn't think of the possibility that writing to an im-memory buffer could fail
would indeed panic during verification.
This is now fixed.
0 commit comments