From 29a47d0c753aacf22fe04d7fbcfde02a92a7477b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 25 Apr 2023 16:26:25 +0200 Subject: [PATCH] Upgrade EVMC to 10.1.0 --- evmc | 2 +- test/integration/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/evmc b/evmc index 418461edaa..3db7f9ecaa 160000 --- a/evmc +++ b/evmc @@ -1 +1 @@ -Subproject commit 418461edaaf25d00921c84f9c29708430be11119 +Subproject commit 3db7f9ecaab4ace09168a563f25e9e076f9a8ab9 diff --git a/test/integration/CMakeLists.txt b/test/integration/CMakeLists.txt index 0e1d24732b..6ac5f9086b 100644 --- a/test/integration/CMakeLists.txt +++ b/test/integration/CMakeLists.txt @@ -22,7 +22,7 @@ DUP1,4 add_test(NAME ${PREFIX}/trace COMMAND $ --vm $,trace run 60006002800103) set_tests_properties( ${PREFIX}/trace PROPERTIES PASS_REGULAR_EXPRESSION - "{\"depth\":0,\"rev\":\"Paris\",\"static\":false} + "{\"depth\":0,\"rev\":\"Shanghai\",\"static\":false} {\"pc\":0,\"op\":96,\"opName\":\"PUSH1\",\"gas\":0xf4240,\"stack\":\\[\\],\"memorySize\":0} {\"pc\":2,\"op\":96,\"opName\":\"PUSH1\",\"gas\":0xf423d,\"stack\":\\[\"0x0\"\\],\"memorySize\":0} {\"pc\":4,\"op\":128,\"opName\":\"DUP1\",\"gas\":0xf423a,\"stack\":\\[\"0x0\",\"0x2\"\\],\"memorySize\":0}