Skip to content
Snippets Groups Projects
Commit 3ab8642c authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] Splitted libdap by libdap and libdap-crypto

parent f452385d
No related branches found
No related tags found
No related merge requests found
...@@ -105,18 +105,35 @@ ...@@ -105,18 +105,35 @@
[submodule "libdap-chain-mempool"] [submodule "libdap-chain-mempool"]
path = libdap-chain-mempool path = libdap-chain-mempool
url = https://github.com/kelvinblockchain/libdap-chain-mempool url = https://github.com/kelvinblockchain/libdap-chain-mempool
branch = master
[submodule "libdap-chain-cs-dag"] [submodule "libdap-chain-cs-dag"]
path = libdap-chain-cs-dag path = libdap-chain-cs-dag
url = https://github.com/kelvinblockchain/libdap-chain-cs-dag url = https://github.com/kelvinblockchain/libdap-chain-cs-dag
branch = master
[submodule "libdap-chain-cs-dag-poa"] [submodule "libdap-chain-cs-dag-poa"]
path = libdap-chain-cs-dag-poa path = libdap-chain-cs-dag-poa
url = https://github.com/kelvinblockchain/libdap-chain-cs-dag-poa url = https://github.com/kelvinblockchain/libdap-chain-cs-dag-poa
branch = master
[submodule "libdap-chain-cs-dag-pos"] [submodule "libdap-chain-cs-dag-pos"]
path = libdap-chain-cs-dag-pos path = libdap-chain-cs-dag-pos
url = https://github.com/kelvinblockchain/libdap-chain-cs-dag-pos url = https://github.com/kelvinblockchain/libdap-chain-cs-dag-pos
branch = master
[submodule "libdap-server-http-db-auth"] [submodule "libdap-server-http-db-auth"]
path = libdap-server-http-db-auth path = libdap-server-http-db-auth
url = https://github.com/kelvinblockchain/libdap-server-http-db-auth url = https://github.com/kelvinblockchain/libdap-server-http-db-auth
branch = master
[submodule "libdap-chain-gdb"] [submodule "libdap-chain-gdb"]
path = libdap-chain-gdb path = libdap-chain-gdb
url = https://github.com/kelvinblockchain/libdap-chain-gdb url = https://github.com/kelvinblockchain/libdap-chain-gdb
branch = master
[submodule "libdap-crypto"]
path = libdap-crypto
url = https://github.com/kelvinblockchain/libdap-crypto
branch = master
[submodule "libdap-stream-ch-iot"]
path = libdap-stream-ch-iot
url = https://github.com/kelvinblockchain/libdap-stream-ch-iot
branch = master
[submodule "libdap-iot"]
path = libdap-iot
url = https://github.com/kelvinblockchain/libdap-iot
...@@ -13,7 +13,7 @@ SET( CPACK_GENERATOR "DEB") ...@@ -13,7 +13,7 @@ SET( CPACK_GENERATOR "DEB")
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}") SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 0) SET( CPACK_PACKAGE_VERSION_MAJOR 0)
SET( CPACK_PACKAGE_VERSION_MINOR 9) SET( CPACK_PACKAGE_VERSION_MINOR 9)
SET( CPACK_PACKAGE_VERSION_PATCH 7) SET( CPACK_PACKAGE_VERSION_PATCH 8)
#SET( CPACK_SYSTEM_NAME "debian-9.5-amd64") #SET( CPACK_SYSTEM_NAME "debian-9.5-amd64")
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}-${CPACK_PACKAGE_VERSION_PATCH}") set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}-${CPACK_PACKAGE_VERSION_PATCH}")
...@@ -39,6 +39,7 @@ add_definitions ("-DDAP_SERVER") ...@@ -39,6 +39,7 @@ add_definitions ("-DDAP_SERVER")
add_definitions ("-DNODE_NETNAME=\"kelvin\"") add_definitions ("-DNODE_NETNAME=\"kelvin\"")
add_subdirectory(libdap) add_subdirectory(libdap)
add_subdirectory(libdap-crypto)
add_subdirectory(libdap-server-core) add_subdirectory(libdap-server-core)
add_subdirectory(libdap-server-udp) add_subdirectory(libdap-server-udp)
add_subdirectory(libdap-server) add_subdirectory(libdap-server)
......
Subproject commit 2b5aac2147043f45b3a8255ca654fbda55420ccd Subproject commit d40599923167e43addcc61696b8ea75b2e2abcd7
Subproject commit c222ebb156a6d7e6aaa942d1f25dfb5726077907 Subproject commit 5a2e97f071571034e5d812bc6af255ead9dfc9a0
Subproject commit 15c4ba05ada6cc0b8d4a56c58978ae1e2b095702
Subproject commit d26d949e670f888e185365ea8a40a1d6f4a36e02
Subproject commit 0d61d274c60237daa5ddc0c72faa9689fc2c06a7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment