From a16682fa2775e4b91b4296b054e843db6077c7c6 Mon Sep 17 00:00:00 2001 From: yarkin Date: Tue, 12 Mar 2024 20:18:09 +0800 Subject: [PATCH 1/3] Fix according to silkworm changes. --- external/silkworm | 2 +- src/blockchain_plugin.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external/silkworm b/external/silkworm index 8a2b691..21164b5 160000 --- a/external/silkworm +++ b/external/silkworm @@ -1 +1 @@ -Subproject commit 8a2b691f683f1a392f148c67412aab39b21d31f7 +Subproject commit 21164b5dd2194e554977bb07916dbcf5bf2559f7 diff --git a/src/blockchain_plugin.cpp b/src/blockchain_plugin.cpp index 68f6a6e..717bb19 100644 --- a/src/blockchain_plugin.cpp +++ b/src/blockchain_plugin.cpp @@ -61,7 +61,7 @@ class blockchain_plugin_impl : std::enable_shared_from_thisget_tx(), evm_lib, silkworm::db::RuntimeState::kLibProcessed); + write_runtime_states_u64(exec_engine->get_tx(), silkworm::db::RuntimeState::kLibProcessed, evm_lib); exec_engine->verify_chain(new_block->header.hash()); block_count=0; From a914daa10ad8f045f5c97affc1fc4e37b09fb1db Mon Sep 17 00:00:00 2001 From: yarkin Date: Sat, 16 Mar 2024 22:54:08 +0800 Subject: [PATCH 2/3] Update submodule --- external/silkworm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/silkworm b/external/silkworm index 21164b5..107438a 160000 --- a/external/silkworm +++ b/external/silkworm @@ -1 +1 @@ -Subproject commit 21164b5dd2194e554977bb07916dbcf5bf2559f7 +Subproject commit 107438a0bb488d850b328102688842db503f02d5 From 08189733b29030b7bff34825d12e22455b1c20b7 Mon Sep 17 00:00:00 2001 From: yarkin Date: Wed, 20 Mar 2024 10:18:53 +0800 Subject: [PATCH 3/3] update submodule --- external/silkworm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/silkworm b/external/silkworm index 107438a..d3e6ead 160000 --- a/external/silkworm +++ b/external/silkworm @@ -1 +1 @@ -Subproject commit 107438a0bb488d850b328102688842db503f02d5 +Subproject commit d3e6ead809e9a5049d169d5eb8dfb0fa86d98db2