From 1d802e4d03f42cfd89aa6af637022673695ecbf6 Mon Sep 17 00:00:00 2001
From: "alexey.stratulat" <alexey.stratulat@demlabs.net>
Date: Tue, 5 Nov 2019 21:13:50 +0700
Subject: [PATCH] Added submodules

---
 .gitmodules                | 57 ++++++++++++++++++++++++++++++++++++++
 libdap                     |  1 +
 libdap-chain               |  1 +
 libdap-chain-crypto        |  1 +
 libdap-chain-gdb           |  1 +
 libdap-chain-global-db     |  1 +
 libdap-chain-mempool       |  1 +
 libdap-chain-net           |  1 +
 libdap-chain-net-srv       |  1 +
 libdap-chain-net-srv-vpn   |  1 +
 libdap-chain-wallet        |  1 +
 libdap-client              |  1 +
 libdap-crypto              |  1 +
 libdap-server              |  1 +
 libdap-server-core         |  1 +
 libdap-server-udp          |  1 +
 libdap-stream              |  1 +
 libdap-stream-ch           |  1 +
 libdap-stream-ch-chain     |  1 +
 libdap-stream-ch-chain-net |  1 +
 20 files changed, 76 insertions(+)
 create mode 100644 .gitmodules
 create mode 160000 libdap
 create mode 160000 libdap-chain
 create mode 160000 libdap-chain-crypto
 create mode 160000 libdap-chain-gdb
 create mode 160000 libdap-chain-global-db
 create mode 160000 libdap-chain-mempool
 create mode 160000 libdap-chain-net
 create mode 160000 libdap-chain-net-srv
 create mode 160000 libdap-chain-net-srv-vpn
 create mode 160000 libdap-chain-wallet
 create mode 160000 libdap-client
 create mode 160000 libdap-crypto
 create mode 160000 libdap-server
 create mode 160000 libdap-server-core
 create mode 160000 libdap-server-udp
 create mode 160000 libdap-stream
 create mode 160000 libdap-stream-ch
 create mode 160000 libdap-stream-ch-chain
 create mode 160000 libdap-stream-ch-chain-net

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..964d3e3
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,57 @@
+[submodule "libdap-chain-net"]
+	path = libdap-chain-net
+	url = https://gitlab.demlabs.net/cellframe/libdap-chain-net.git
+[submodule "libdap"]
+	path = libdap
+	url = https://gitlab.demlabs.net/cellframe/libdap.git
+[submodule "libdap-crypto"]
+	path = libdap-crypto
+	url = https://gitlab.demlabs.net/cellframe/libdap-crypto.git
+[submodule "libdap-client"]
+	path = libdap-client
+	url = https://gitlab.demlabs.net/cellframe/libdap-client.git
+[submodule "libdap-stream-ch-chain"]
+	path = libdap-stream-ch-chain
+	url = https://gitlab.demlabs.net/cellframe/libdap-stream-ch-chain.git
+[submodule "libdap-chain-gdb"]
+	path = libdap-chain-gdb
+	url = https://gitlab.demlabs.net/cellframe/libdap-chain-gdb.git
+[submodule "libdap-stream-ch-chain-net"]
+	path = libdap-stream-ch-chain-net
+	url = https://gitlab.demlabs.net/cellframe/libdap-stream-ch-chain-net.git
+[submodule "libdap-chain"]
+	path = libdap-chain
+	url = https://gitlab.demlabs.net/cellframe/libdap-chain.git
+[submodule "libdap-chain-crypto"]
+	path = libdap-chain-crypto
+	url = https://gitlab.demlabs.net/cellframe/libdap-chain-crypto.git
+[submodule "libdap-chain-wallet"]
+	path = libdap-chain-wallet
+	url = https://gitlab.demlabs.net/cellframe/libdap-chain-wallet.git
+[submodule "libdap-chain-net-srv"]
+	path = libdap-chain-net-srv
+	url = https://gitlab.demlabs.net/cellframe/libdap-chain-net-srv.git
+[submodule "libdap-chain-net-srv-vpn"]
+	path = libdap-chain-net-srv-vpn
+	url = https://gitlab.demlabs.net/cellframe/libdap-chain-net-srv-vpn.git
+[submodule "libdap-chain-mempool"]
+	path = libdap-chain-mempool
+	url = https://gitlab.demlabs.net/cellframe/libdap-chain-mempool.git
+[submodule "libdap-chain-global-db"]
+	path = libdap-chain-global-db
+	url = https://gitlab.demlabs.net/cellframe/libdap-chain-global-db.git
+[submodule "libdap-server"]
+	path = libdap-server
+	url = https://gitlab.demlabs.net/cellframe/libdap-server.git
+[submodule "libdap-server-core"]
+	path = libdap-server-core
+	url = https://gitlab.demlabs.net/cellframe/libdap-server-core.git
+[submodule "libdap-stream"]
+	path = libdap-stream
+	url = https://gitlab.demlabs.net/cellframe/libdap-stream.git
+[submodule "libdap-stream-ch"]
+	path = libdap-stream-ch
+	url = https://gitlab.demlabs.net/cellframe/libdap-stream-ch.git
+[submodule "libdap-server-udp"]
+	path = libdap-server-udp
+	url = https://gitlab.demlabs.net/cellframe/libdap-server-udp.git
diff --git a/libdap b/libdap
new file mode 160000
index 0000000..ba3e1ee
--- /dev/null
+++ b/libdap
@@ -0,0 +1 @@
+Subproject commit ba3e1eed7b6e76393c035986fe27c8e49cafc2d9
diff --git a/libdap-chain b/libdap-chain
new file mode 160000
index 0000000..008b7a6
--- /dev/null
+++ b/libdap-chain
@@ -0,0 +1 @@
+Subproject commit 008b7a65045c6b20b7daf743b112ba16aa0172a9
diff --git a/libdap-chain-crypto b/libdap-chain-crypto
new file mode 160000
index 0000000..1a7f573
--- /dev/null
+++ b/libdap-chain-crypto
@@ -0,0 +1 @@
+Subproject commit 1a7f57339041f51675a766fb7848d16c6010ff11
diff --git a/libdap-chain-gdb b/libdap-chain-gdb
new file mode 160000
index 0000000..eb4cec1
--- /dev/null
+++ b/libdap-chain-gdb
@@ -0,0 +1 @@
+Subproject commit eb4cec1af570b411ba19dc5b03589dd02be9db09
diff --git a/libdap-chain-global-db b/libdap-chain-global-db
new file mode 160000
index 0000000..11849ea
--- /dev/null
+++ b/libdap-chain-global-db
@@ -0,0 +1 @@
+Subproject commit 11849eadb85d7c5b54bda71d1f4383f3aba86fcd
diff --git a/libdap-chain-mempool b/libdap-chain-mempool
new file mode 160000
index 0000000..6a91d6b
--- /dev/null
+++ b/libdap-chain-mempool
@@ -0,0 +1 @@
+Subproject commit 6a91d6b8a821b5e3ad470bf75452cfaeab1899a0
diff --git a/libdap-chain-net b/libdap-chain-net
new file mode 160000
index 0000000..37eb1dd
--- /dev/null
+++ b/libdap-chain-net
@@ -0,0 +1 @@
+Subproject commit 37eb1ddca764eb558224371801967b4d96b93965
diff --git a/libdap-chain-net-srv b/libdap-chain-net-srv
new file mode 160000
index 0000000..f15809e
--- /dev/null
+++ b/libdap-chain-net-srv
@@ -0,0 +1 @@
+Subproject commit f15809e9abf5d54642cc84dae4fe73666eda5a38
diff --git a/libdap-chain-net-srv-vpn b/libdap-chain-net-srv-vpn
new file mode 160000
index 0000000..01afd8d
--- /dev/null
+++ b/libdap-chain-net-srv-vpn
@@ -0,0 +1 @@
+Subproject commit 01afd8dc04708458fb742c36a0a5b49e01dd6716
diff --git a/libdap-chain-wallet b/libdap-chain-wallet
new file mode 160000
index 0000000..93c2043
--- /dev/null
+++ b/libdap-chain-wallet
@@ -0,0 +1 @@
+Subproject commit 93c2043d3c74fc6dceba75d2d9862317d9ba6990
diff --git a/libdap-client b/libdap-client
new file mode 160000
index 0000000..ca5ac6f
--- /dev/null
+++ b/libdap-client
@@ -0,0 +1 @@
+Subproject commit ca5ac6ff584ba8220aba04ffa8be1fc6bc0a5d57
diff --git a/libdap-crypto b/libdap-crypto
new file mode 160000
index 0000000..17f8218
--- /dev/null
+++ b/libdap-crypto
@@ -0,0 +1 @@
+Subproject commit 17f8218833f473d2c954113617ae63cb5dc9400f
diff --git a/libdap-server b/libdap-server
new file mode 160000
index 0000000..4a84966
--- /dev/null
+++ b/libdap-server
@@ -0,0 +1 @@
+Subproject commit 4a84966dbafc3ae0d207c21ced4c5a41e25872dd
diff --git a/libdap-server-core b/libdap-server-core
new file mode 160000
index 0000000..1d74e94
--- /dev/null
+++ b/libdap-server-core
@@ -0,0 +1 @@
+Subproject commit 1d74e9451906fbaa752c04242d266fdd84f944d3
diff --git a/libdap-server-udp b/libdap-server-udp
new file mode 160000
index 0000000..2aaaad5
--- /dev/null
+++ b/libdap-server-udp
@@ -0,0 +1 @@
+Subproject commit 2aaaad5981206379c1a7e7c8af3dc3d6aa26e2e7
diff --git a/libdap-stream b/libdap-stream
new file mode 160000
index 0000000..a7ee4c8
--- /dev/null
+++ b/libdap-stream
@@ -0,0 +1 @@
+Subproject commit a7ee4c8a206e6e5bb1290ba83b00abe0052f2183
diff --git a/libdap-stream-ch b/libdap-stream-ch
new file mode 160000
index 0000000..c07c5e4
--- /dev/null
+++ b/libdap-stream-ch
@@ -0,0 +1 @@
+Subproject commit c07c5e4a379f8d66052306c8d40db334d0ff6500
diff --git a/libdap-stream-ch-chain b/libdap-stream-ch-chain
new file mode 160000
index 0000000..2beb145
--- /dev/null
+++ b/libdap-stream-ch-chain
@@ -0,0 +1 @@
+Subproject commit 2beb1453e0ad96e8e62357867076a316b5af9895
diff --git a/libdap-stream-ch-chain-net b/libdap-stream-ch-chain-net
new file mode 160000
index 0000000..71ae6cc
--- /dev/null
+++ b/libdap-stream-ch-chain-net
@@ -0,0 +1 @@
+Subproject commit 71ae6ccd1c2ec6d12916835c10b74df0e6ad9dd5
-- 
GitLab