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
If we have a bad keypair, it'll panic with a signature error. Instead, we should appropriately handle this panic (may need to modify near-crypto for this) - and rotate to a fresh key.
Another option might be to do some pre-flight checks to validate the account keys.
The text was updated successfully, but these errors were encountered:
If we have a bad keypair, it'll panic with a signature error. Instead, we should appropriately handle this panic (may need to modify near-crypto for this) - and rotate to a fresh key.
Another option might be to do some pre-flight checks to validate the account keys.
The text was updated successfully, but these errors were encountered: