add subname id #20
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "add-subname-id"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: skkw
Created by: ThomasArts
I understand that you take base58 because we did so for name... but base58 is more expensive in encoding. That means that we have an attack vector where it gets really slow for long names... is there a maximum length allowed that we check before encoding?
If you would have a name of 10000 bytes it would take a 500ms to encode. When having a name of 20000 bytes, it takes 2 seconds.
Created by: skkw
I've changed it to BASE64.
Pull request closed