KiraCore / sekai

backend - blockchain application
Other
18 stars 17 forks source link

Prohibit Usage of Character `_` in Unique Network Identifiers #670

Open kmlbgn opened 3 months ago

kmlbgn commented 3 months ago

Description

In the context of the network, many identifiers are unique and used extensively. For the purpose of maintaining the security of these unique identifiers, especially in relation to the utilization of prefixes, it is recommended that the usage of the character _ be prohibited for all users.

kmlbgn commented 1 month ago

@jgo121 After reviewing the ABR specification, it should be added here that unique identifiers should not be purely numerical. While they can include numbers, they must contain at least one non-numerical character.