Skip to content

Commit 034e382

Browse files
dhiljhunsaker
authored andcommitted
[rpc] Rename files eth_call* => monad_executor*
1 parent 3c07b29 commit 034e382

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

category/rpc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ add_library(
2323
monad_rpc
2424
OBJECT
2525
# rpc
26-
"eth_call.cpp" "eth_call.h")
26+
"monad_executor.cpp" "monad_executor.h")
2727

2828
target_include_directories(monad_rpc PUBLIC ${CATEGORY_MAIN_DIR})
2929

category/rpc/eth_call.cpp renamed to category/rpc/monad_executor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#include <category/mpt/db_error.hpp>
4646
#include <category/mpt/ondisk_db_config.hpp>
4747
#include <category/mpt/util.hpp>
48-
#include <category/rpc/eth_call.h>
48+
#include <category/rpc/monad_executor.h>
4949
#include <category/vm/evm/switch_traits.hpp>
5050
#include <category/vm/evm/traits.hpp>
5151

File renamed without changes.

category/rpc/eth_call_test.cpp renamed to category/rpc/monad_executor_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include <category/execution/ethereum/trace/rlp/call_frame_rlp.hpp>
3131
#include <category/mpt/db.hpp>
3232
#include <category/mpt/ondisk_db_config.hpp>
33-
#include <category/rpc/eth_call.h>
33+
#include <category/rpc/monad_executor.h>
3434
#include <test_resource_data.h>
3535

3636
#include <boost/fiber/future/promise.hpp>

0 commit comments

Comments
 (0)