No sanity check for `Principal.fromText()`

Seems like there is no sanity check for the creation of principals from their textual representation, mainly their CRC32 prefix isn‘t checked. Is this something we can add?
@alexa.smith @hansl @kpeacock

1 Like

In JavaScript? I thought we did, let me check.

You’re right, let me fix that for you :slight_smile:

3 Likes

The next release of the JavaScript agent should have this fix. Thanks.

5 Likes