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
The from() method needs to check for an existing context on key, and if present, that it is either a string matching the ed25519 2018, 2020, or multikey context ... or if its an array that one of those contexts is present.
Additionally, it must check that key.revoked is undefined (otherwise throw a revoked error).
The text was updated successfully, but these errors were encountered:
The
from()
method needs to check for an existing context onkey
, and if present, that it is either a string matching the ed25519 2018, 2020, or multikey context ... or if its an array that one of those contexts is present.Additionally, it must check that
key.revoked
is undefined (otherwise throw a revoked error).The text was updated successfully, but these errors were encountered: