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

[+] db_auth submodule

[+] New gdb init func calls
parent cf591e15
No related branches found
No related tags found
No related merge requests found
......@@ -114,3 +114,6 @@
[submodule "libdap-chain-cs-dag-pos"]
path = libdap-chain-cs-dag-pos
url = https://github.com/kelvinblockchain/libdap-chain-cs-dag-pos
[submodule "libdap-server-http-db-auth"]
path = libdap-server-http-db-auth
url = https://github.com/kelvinblockchain/libdap-server-http-db-auth
......@@ -42,6 +42,7 @@ add_subdirectory(libdap)
add_subdirectory(libdap-server-core)
add_subdirectory(libdap-server-udp)
add_subdirectory(libdap-server)
add_subdirectory(libdap-server-http-db-auth)
add_subdirectory(libdap-chain)
add_subdirectory(libdap-chain-crypto)
......
Subproject commit 3e18de0ec065515a0f5e8f1e71a216d1ebdd8e81
Subproject commit d4f61cd7acbfdc87bf69995495f48ac17ac4a739
Subproject commit 0968f3b8afc2231f87ad1de1f63572ac249428b9
Subproject commit 9d1b4e4d8dda4f6e9d0b0af17fee520676aab523
Subproject commit 20f5b95d0181a06a26fd86cd0009e82002eb23af
Subproject commit 722d71e377ed1492a5478246c31bcc12c8d97f78
Subproject commit cc4daa32b13324990863e08110bb18c3ceebb9e3
Subproject commit 8a43000eebf605b2c05fb58bfaac200e52a3f07d
Subproject commit 70681d2b885cfa66522eef9abc032956d45157b3
Subproject commit c7196e739f389f587fa1f754951ca74958fbb183
Subproject commit f2f9e237c87835de0ee9f83924548ef5497d5e14
Subproject commit 69766d73f500b5e6f7f75b2ed5b850565bd279ac
Subproject commit 119773ea8ab49299f92085322e551899d30ff441
Subproject commit 2520382b703cc4308a6bb017da3b2cc5b95083b9
Subproject commit bdab475c9dfe0ad876cd642a798e1b0b54ca314e
Subproject commit cf040db4bb89317180b035bbf479f49eccf50446
Subproject commit 550a546222f8b07c0687c9feaea32d3f2c66e87c
Subproject commit 8255e0a38f74c5de25c34f12cd5dd925e69c41a3
Subproject commit cea2dbb5294eed3dcdfe9d5afa46d78306e6de60
......@@ -150,6 +150,9 @@ int main(int argc, const char * argv[])
log_it(L_CRITICAL, "Can't init global db module");
return -58;
}
dap_chain_global_db_add_history_group_prefix("global");
dap_chain_global_db_add_history_group_prefix("cell");
dap_client_init();
dap_http_client_simple_init();
......
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