Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kademlia #1329

Merged
merged 4 commits into from
Aug 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ hunter_config(

hunter_config(
libp2p
VERSION 0.1.6
VERSION 0.1.7
KEEP_PACKAGE_SOURCES
)

Expand Down
4 changes: 2 additions & 2 deletions cmake/Hunter/hunter-gate-url.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

HunterGate(
URL "https://github.com/soramitsu/soramitsu-hunter/archive/53270539a52831afd6ba53fff539dce4f76289f7.zip"
SHA1 "04bb1cb3c57ccea865e99b7d8b69379680841b8d"
URL "https://github.com/soramitsu/soramitsu-hunter/archive/52069249f8ed86f30d3f473c32de44c64270d186.zip"
SHA1 "4edea9f8976988f8f34ca59c5341a2297315a941"
LOCAL
)
1 change: 0 additions & 1 deletion core/injector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ target_link_libraries(application_injector
payment_api_service
rpc_api_service
internal_api_service
kademlia_storage_backend
peer_manager
babe_util
assets
Expand Down
1 change: 0 additions & 1 deletion core/injector/application_injector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
#include "network/impl/block_announce_transmitter_impl.hpp"
#include "network/impl/extrinsic_observer_impl.hpp"
#include "network/impl/grandpa_transmitter_impl.hpp"
#include "network/impl/kademlia_storage_backend.hpp"
#include "network/impl/peer_manager_impl.hpp"
#include "network/impl/rating_repository_impl.hpp"
#include "network/impl/router_libp2p.hpp"
Expand Down
7 changes: 0 additions & 7 deletions core/network/impl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ target_link_libraries(sync_protocol_observer
p2p::p2p_peer_id
)

add_library(kademlia_storage_backend
kademlia_storage_backend.cpp
)
target_link_libraries(kademlia_storage_backend
logger
)

add_library(peer_manager
peer_manager_impl.cpp
)
Expand Down
35 changes: 0 additions & 35 deletions core/network/impl/kademlia_storage_backend.cpp

This file was deleted.

40 changes: 0 additions & 40 deletions core/network/impl/kademlia_storage_backend.hpp

This file was deleted.