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
Add HasCallStack constraints to functions containing error calls
Add HasCallStack to standalone functions that call error directly or
indirectly (via fromMaybe impossible), so that call stacks are captured
in error messages. Class methods are left unconstrained since the
failing instances (castVerificationKey extended key conversions,
ByronKeyLegacy deterministicSigningKey) guard impossible code paths.
Also improve Dijkstra-era placeholder error messages to be more
descriptive.
0 commit comments