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
I assume you mean validation of client, connection, and channel identifiers. Those are separate; they don't need to perform the same validation (but they can).
I think, for now, it's fine if those three all perform the same simple checks:
Length bounds (at least 10 characters, at most 20 characters - to prevent name squatting)
Character inclusion (alphanumeric only, maybe prohibit uppercase)
Summary
Implement a generalized
Identifier
andPath
validation functions as defined in ICS24.This is required by most of the IBC msg validation functions.
For Admin Use
The text was updated successfully, but these errors were encountered: