Skip to content

Commit

Permalink
Merge pull request #4213 from thsfs/bootstrap_ascending_class_files_s…
Browse files Browse the repository at this point in the history
…plit

Bootstrap ascending class files split
  • Loading branch information
thsfs committed Apr 13, 2023
2 parents 4f4ccf7 + a2c5eaa commit 27a4c83
Show file tree
Hide file tree
Showing 17 changed files with 1,338 additions and 1,265 deletions.
2 changes: 1 addition & 1 deletion nano/core_test/bootstrap_ascending.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <nano/lib/stats.hpp>
#include <nano/node/bootstrap/bootstrap_ascending.hpp>
#include <nano/node/bootstrap_ascending/service.hpp>
#include <nano/test_common/system.hpp>
#include <nano/test_common/testutil.hpp>

Expand Down
11 changes: 9 additions & 2 deletions nano/node/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ add_library(
blockprocessor.cpp
bootstrap/block_deserializer.hpp
bootstrap/block_deserializer.cpp
bootstrap/bootstrap_ascending.hpp
bootstrap/bootstrap_ascending.cpp
bootstrap/bootstrap_attempt.hpp
bootstrap/bootstrap_attempt.cpp
bootstrap/bootstrap_bulk_pull.hpp
Expand All @@ -56,6 +54,15 @@ add_library(
bootstrap/bootstrap.cpp
bootstrap/bootstrap_server.hpp
bootstrap/bootstrap_server.cpp
bootstrap_ascending/common.hpp
bootstrap_ascending/throttle.hpp
bootstrap_ascending/throttle.cpp
bootstrap_ascending/account_sets.hpp
bootstrap_ascending/account_sets.cpp
bootstrap_ascending/iterators.hpp
bootstrap_ascending/iterators.cpp
bootstrap_ascending/service.hpp
bootstrap_ascending/service.cpp
cli.hpp
cli.cpp
common.hpp
Expand Down

0 comments on commit 27a4c83

Please sign in to comment.