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
VerifiedPrincipal's constructor is private. Build an unverified principal with fromArray or fromTerminal, and a verified one only with admit(), which a channel calls after re-verifying its proof. fromArray no longer carries a verified grade regardless of the payload.
Bug Fixes
a verified grade is produced by admission, never read from data (#27) (b5f1e20)