This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Escape or disallow ILPAddress reserved characters when creating accounts #5
Labels
bug
Something isn't working
If an account has a disallowed character, we need to encode the value so that we don't accidentally add things into the ILP address during SPSP resolution. For example, if an account is created with an id of
test+david
(e.g., the+
is an illegal character, the account will be created but the routing-table entry will be invalid (hermes will throw the following exception):One thing that is not an issue is dots (
.
) (e.g.,david.foo
). These work properly.The text was updated successfully, but these errors were encountered: