-
Notifications
You must be signed in to change notification settings - Fork 102
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
fix evm test inputs #851
fix evm test inputs #851
Conversation
@@ -124,21 +124,21 @@ fn test_password() { | |||
mstore(0, 666) | |||
return(0, 32) | |||
*/ | |||
/* | |||
static BYTECODE: &str = "61029a60005260206000f3"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could use PUSH0 ;)
e84b9d8
to
9710ba8
Compare
updated this PR to run the evm test with the slow tests, let's see |
yea this is still too much for our CI... |
a32b8d7
to
88f6e71
Compare
I commented out the test again because of CI, but at least the test is correct now if you uncomment and run it |
88f6e71
to
5f25ddd
Compare
the test is at least compiled now, hidden behind a feature. Ready for review |
looks good, but tests are failing |
5f25ddd
to
25295b2
Compare
25295b2
to
11eb841
Compare
Fixing the EVM test inputs and trying it out on our CI again. If CI fails because of OOM I'll comment the function out but will leave the updated inputs and
verify_riscv_crate
adjustment.