Rename bootstrap_ascending.?pp files to service.?pp

This commit is contained in:
Thiago Silva 2023-04-11 10:08:38 -03:00
commit a2c5eaaf47
No known key found for this signature in database
GPG key ID: 034303EB8F453169
8 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
#include <nano/lib/stats.hpp>
#include <nano/node/bootstrap_ascending/bootstrap_ascending.hpp>
#include <nano/node/bootstrap_ascending/service.hpp>
#include <nano/test_common/system.hpp>
#include <nano/test_common/testutil.hpp>

View file

@ -61,8 +61,8 @@ add_library(
bootstrap_ascending/account_sets.cpp
bootstrap_ascending/iterators.hpp
bootstrap_ascending/iterators.cpp
bootstrap_ascending/bootstrap_ascending.hpp
bootstrap_ascending/bootstrap_ascending.cpp
bootstrap_ascending/service.hpp
bootstrap_ascending/service.cpp
cli.hpp
cli.cpp
common.hpp

View file

@ -1,6 +1,6 @@
#include <nano/lib/stats_enums.hpp>
#include <nano/node/blockprocessor.hpp>
#include <nano/node/bootstrap_ascending/bootstrap_ascending.hpp>
#include <nano/node/bootstrap_ascending/service.hpp>
#include <nano/node/network.hpp>
#include <nano/node/nodeconfig.hpp>
#include <nano/node/transport/transport.hpp>

View file

@ -2,7 +2,7 @@
#include <nano/lib/json_error_response.hpp>
#include <nano/lib/timer.hpp>
#include <nano/node/bootstrap/bootstrap_lazy.hpp>
#include <nano/node/bootstrap_ascending/bootstrap_ascending.hpp>
#include <nano/node/bootstrap_ascending/service.hpp>
#include <nano/node/common.hpp>
#include <nano/node/election.hpp>
#include <nano/node/json_handler.hpp>

View file

@ -1,6 +1,6 @@
#include <nano/crypto_lib/random_pool_shuffle.hpp>
#include <nano/lib/threading.hpp>
#include <nano/node/bootstrap_ascending/bootstrap_ascending.hpp>
#include <nano/node/bootstrap_ascending/service.hpp>
#include <nano/node/network.hpp>
#include <nano/node/node.hpp>
#include <nano/node/telemetry.hpp>

View file

@ -13,7 +13,7 @@
#include <nano/node/bootstrap/bootstrap.hpp>
#include <nano/node/bootstrap/bootstrap_attempt.hpp>
#include <nano/node/bootstrap/bootstrap_server.hpp>
#include <nano/node/bootstrap_ascending/bootstrap_ascending.hpp>
#include <nano/node/bootstrap_ascending/service.hpp>
#include <nano/node/confirmation_height_processor.hpp>
#include <nano/node/distributed_work_factory.hpp>
#include <nano/node/election.hpp>

View file

@ -1,6 +1,6 @@
#include <nano/lib/rpcconfig.hpp>
#include <nano/node/bootstrap/bootstrap_server.hpp>
#include <nano/node/bootstrap_ascending/bootstrap_ascending.hpp>
#include <nano/node/bootstrap_ascending/service.hpp>
#include <nano/node/ipc/ipc_server.hpp>
#include <nano/node/json_handler.hpp>
#include <nano/node/transport/transport.hpp>