Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
KEP-1593: Replace dynamic peering with simpler approach (#362)
Browse files Browse the repository at this point in the history
* KEP-1593: Replace dynamic peering with simpler approach
  • Loading branch information
isabelsavannah committed Oct 22, 2019
1 parent f5e24ff commit d67bddd
Show file tree
Hide file tree
Showing 72 changed files with 1,609 additions and 3,024 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -83,7 +83,7 @@ add_subdirectory(proto)

set(BLUZELLE_STD_INCLUDES ${Boost_INCLUDE_DIRS} ${GTEST_INCLUDE_DIR} ${JSONCPP_INCLUDE_DIRS} ${OPENSSL_INCLUDE_DIR} ${PROTO_INCLUDE_DIRS} ${ROCKSDB_INCLUDE_DIRS})

add_subdirectory(bootstrap)
add_subdirectory(peers_beacon)
add_subdirectory(crud)
add_subdirectory(node)
add_subdirectory(options)
Expand Down
12 changes: 0 additions & 12 deletions bootstrap/CMakeLists.txt

This file was deleted.

180 changes: 0 additions & 180 deletions bootstrap/bootstrap_peers.cpp

This file was deleted.

49 changes: 0 additions & 49 deletions bootstrap/bootstrap_peers.hpp

This file was deleted.

70 changes: 0 additions & 70 deletions bootstrap/bootstrap_peers_base.hpp

This file was deleted.

4 changes: 0 additions & 4 deletions bootstrap/test/CMakeLists.txt

This file was deleted.

0 comments on commit d67bddd

Please sign in to comment.