We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The toAscii function in https://github.com/ethereum/web3.js/blob/25d9f5121735b76481b2518fe49ae285b75bac4d/lib/utils/utils.js#L86 stops once it encounters a zero byte.
toAscii
Since javascript strings do support zero bytes and the current decoding throws away data, is this really justified?
The text was updated successfully, but these errors were encountered:
abi string type, fixes #216, #218, #219
fa3239f
Merge pull request #228 from ethereum/strings
4a46c73
No branches or pull requests
The
toAscii
function in https://github.com/ethereum/web3.js/blob/25d9f5121735b76481b2518fe49ae285b75bac4d/lib/utils/utils.js#L86 stops once it encounters a zero byte.Since javascript strings do support zero bytes and the current decoding throws away data, is this really justified?
The text was updated successfully, but these errors were encountered: