From 6d803afef74c3b6b789fefa5501ba6ff4488ac33 Mon Sep 17 00:00:00 2001 From: Matias Romeo Date: Fri, 13 Sep 2024 14:57:54 -0300 Subject: [PATCH 1/2] Update silkworm with fixes for EVMExecutor/TraceCallExecutor --- external/silkworm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/silkworm b/external/silkworm index db4ab66..0e30bc4 160000 --- a/external/silkworm +++ b/external/silkworm @@ -1 +1 @@ -Subproject commit db4ab663f18f86a2181f700ce6aa9548079d484f +Subproject commit 0e30bc4b380f94950a5c2aafba4f19bad96bd1d0 From 355d57f6b6fa24eab546411e6f4ecf816b3e7c6b Mon Sep 17 00:00:00 2001 From: Matias Romeo Date: Fri, 13 Sep 2024 18:51:52 -0300 Subject: [PATCH 2/2] Bump 1.0.1 version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 110f941..e7243c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ include(cmake/conan.cmake) set(VERSION_MAJOR 1) set(VERSION_MINOR 0) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) #set(VERSION_SUFFIX rc4) if(VERSION_SUFFIX)