Is your feature request related to a problem? Please describe.
As the upcoming node version is bringing changes on Alias Framework, which means that STLDs are relatively new.
the setAlias method will need to support the upcoming new alias format: https://github.com/signum-network/SIPs/pull/90
Describe the solution you'd like
Update the setAlias method in order to support STLDs
Is your feature request related to a problem? Please describe. As the upcoming node version is bringing changes on Alias Framework, which means that STLDs are relatively new. the
setAlias
method will need to support the upcoming new alias format: https://github.com/signum-network/SIPs/pull/90Describe the solution you'd like Update the
setAlias
method in order to support STLDsThis is the Regex statement
/^(\w+)(?:\.(\w+))?$/g