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
According to YP figure 16, tx value is 256 bits in size.
Hera is expecting a transaction value to be 128 bits: https://github.com/ewasm/hera/blob/master/src/eei.cpp#L607
I'm working on a fix but I'm stuck on trying to compare two evmc_uint256be to change this line: https://github.com/ewasm/hera/blob/master/src/eei.cpp#L880 . @axic @jakelang know of any code that does this?
evmc_uint256be
The text was updated successfully, but these errors were encountered:
YP omits a limit for the transaction value. The limit is 128 bits.
Sorry, something went wrong.
No branches or pull requests
According to YP figure 16, tx value is 256 bits in size.
Hera is expecting a transaction value to be 128 bits: https://github.com/ewasm/hera/blob/master/src/eei.cpp#L607
I'm working on a fix but I'm stuck on trying to compare two
evmc_uint256be
to change this line: https://github.com/ewasm/hera/blob/master/src/eei.cpp#L880 . @axic @jakelang know of any code that does this?The text was updated successfully, but these errors were encountered: