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
ethereumjs-util v6.2.0 comes with stricter input validation in toBuffer (see ethereumjs/ethereumjs-util#197), and doesn't accept strings that are not prefixed with 0x. I modified the util semver to ~v6.1.0 in #607 for now. We should update util to the newest version and fix the test failures. I don't think we use toBuffer with strings in the main codebase, as such the test failures are mostly in the test cases I guess.
The text was updated successfully, but these errors were encountered:
ethereumjs-util
v6.2.0 comes with stricter input validation intoBuffer
(see ethereumjs/ethereumjs-util#197), and doesn't accept strings that are not prefixed with0x
. I modified the util semver to~v6.1.0
in #607 for now. We should update util to the newest version and fix the test failures. I don't think we usetoBuffer
with strings in the main codebase, as such the test failures are mostly in the test cases I guess.The text was updated successfully, but these errors were encountered: