utils/String fromUint256
should probably be toString
#2156
Labels
breaking change
Changes that break backwards compatibility of the public API.
Milestone
Supposing we use the common convention of using such utility functions as a library:
The function name here tells us nothing - we already knew it was a
uint256
from the variable type.toString
would be a much more intuitive name, and line up with what other languages use in the same situation.The text was updated successfully, but these errors were encountered: