Skip to content
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

evmstate outputs EVMC_LONDON instead of London #1472

Closed
holiman opened this issue Feb 22, 2023 · 0 comments · Fixed by #1474
Closed

evmstate outputs EVMC_LONDON instead of London #1472

holiman opened this issue Feb 22, 2023 · 0 comments · Fixed by #1474

Comments

@holiman
Copy link

holiman commented Feb 22, 2023

For some reason, the output changed into this wonky capital-cased thing:

--- a/evms/testdata/roots/00000006-naivefuzz-0.json.nimbus.stdout.txt
+++ b/evms/testdata/roots/00000006-naivefuzz-0.json.nimbus.stdout.txt
@@ -3,7 +3,7 @@
     "name": "00000006-naivefuzz-0",
     "pass": false,
     "stateRoot": "0xad1024c87b5548e77c937aa50f72b6cb620d278f4dd79bae7f78f71ff75af458",
-    "fork": "London",
+    "fork": "EVMC_LONDON",
diff --git a/evms/testdata/traces/statetest1.json.nimbus.stdout.txt b/evms/testdata/traces/statetest1.json.nimbus.stdout.txt
index 8f2006d..13f9daf 100644
--- a/evms/testdata/traces/statetest1.json.nimbus.stdout.txt
+++ b/evms/testdata/traces/statetest1.json.nimbus.stdout.txt
@@ -3,7 +3,7 @@
     "name": "randomStatetestmartin-Wed_10_02_29-14338-0",
     "pass": false,
     "stateRoot": "0xa2b3391f7a85bf1ad08dc541a1b99da3c591c156351391f26ec88c557ff12134",
-    "fork": "Byzantium",
+    "fork": "EVMC_BYZANTIUM",
     "error": "post state root mismatch: got a2b3391f7a85bf1ad08dc541a1b99da3c591c156351391f26ec88c557ff12134, want 0000000000000000000000000000000000000000000000000000000000000000"
   }
 ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant