Skip to content

Commit

Permalink
Split bootstrap source files (#2274)
Browse files Browse the repository at this point in the history
* Split bootstrap source files
* Separate nano::bootstrap_attempt::process_block_lazy () function
  • Loading branch information
SergiySW authored Sep 3, 2019
1 parent ad89b2c commit c710267
Show file tree
Hide file tree
Showing 14 changed files with 3,865 additions and 3,770 deletions.
12 changes: 10 additions & 2 deletions nano/node/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,16 @@ add_library (node
blockprocessor.cpp
blockprocessor.hpp
blockprocessor.cpp
bootstrap.hpp
bootstrap.cpp
bootstrap/bootstrap_bulk_pull.hpp
bootstrap/bootstrap_bulk_pull.cpp
bootstrap/bootstrap_bulk_push.hpp
bootstrap/bootstrap_bulk_push.cpp
bootstrap/bootstrap_frontier.hpp
bootstrap/bootstrap_frontier.cpp
bootstrap/bootstrap_server.hpp
bootstrap/bootstrap_server.cpp
bootstrap/bootstrap.hpp
bootstrap/bootstrap.cpp
cli.hpp
cli.cpp
common.hpp
Expand Down
Loading

0 comments on commit c710267

Please sign in to comment.