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
{{ message }}
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
Currently there is a requirement that any deposit must be an exact power of two, this was enforced for efficiency - making it more likely for rings to be filled.
However, many people may want to tumble tokens in decimal units, e.g. 10**5 or 100000.
Should the power of 2 requirement be removed?
The text was updated successfully, but these errors were encountered:
Currently there is a requirement that any deposit must be an exact power of two, this was enforced for efficiency - making it more likely for rings to be filled.
However, many people may want to tumble tokens in decimal units, e.g.
10**5
or100000
.Should the power of 2 requirement be removed?
The text was updated successfully, but these errors were encountered: