-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
bug: SHA3 VMTests failure #19
Labels
evm bug
Something related to normal EVM execution isn't working
Milestone
Comments
Closed
greged93
added
the
evm bug
Something related to normal EVM execution isn't working
label
Sep 2, 2023
Is this issue still ongoing? |
I don't think anyone made a PR to fix it |
We discussed a model for how to fix the bug, I will make sure that there is an issue with full details of the necessary fix and link back. |
What is the status of this @greged93, I think it's fixed |
I think so too! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Kakarot version: ee6458a
Current behavior:
The
sha3
test is expected to pass but fails. It has been determined that the issue comes from the fact that if a CALL opcode is performed with some expected return argument length, but the called contract doesn't return any value, this will result in a failure on the below line, during finalization of the calling context.Expected behavior:
The test should pass.
Steps to reproduce:
The test should fail with
Other information:
Below is a link to the extended error message:
https://gist.github.com/jobez/b21a84a35e7c97eb0de98424506cd4ef#file-resultant_traceback-txt
The text was updated successfully, but these errors were encountered: