Skip to content

node, sync: remove old in-process execution API #2044

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

Merged
merged 2 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions silkworm/node/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include <silkworm/node/remote/kv/grpc/server/backend_kv_server.hpp>
#include <silkworm/node/resource_usage.hpp>
#include <silkworm/node/stagedsync/execution_engine.hpp>
#include <silkworm/node/stagedsync/server.hpp>

namespace silkworm::node {

Expand Down Expand Up @@ -75,7 +74,7 @@ class NodeImpl final {

//! The execution layer server engine
boost::asio::io_context execution_context_;
execution::ExecutionEngine execution_engine_;
stagedsync::ExecutionEngine execution_engine_;
std::shared_ptr<execution::api::ActiveDirectService> execution_service_;
execution::grpc::server::Server execution_server_;
execution::api::DirectClient execution_direct_client_;
Expand Down
63 changes: 0 additions & 63 deletions silkworm/node/stagedsync/client.hpp

This file was deleted.

92 changes: 0 additions & 92 deletions silkworm/node/stagedsync/local_client.cpp

This file was deleted.

62 changes: 0 additions & 62 deletions silkworm/node/stagedsync/local_client.hpp

This file was deleted.

41 changes: 0 additions & 41 deletions silkworm/node/stagedsync/local_client_test.cpp

This file was deleted.

Loading
Loading