From b31bb28fda6c4650daed29138bc6ed72b93746e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=D0=B5x=D0=B0nder=20Lysik=D0=BEv?=
 <alexander.lysikov@demlabs.net>
Date: Fri, 28 Feb 2020 19:06:22 +0500
Subject: [PATCH] update modules

---
 CMakeLists.txt                          | 2 +-
 dist/share/configs/dapcash-node.cfg.tpl | 2 ++
 libdap-chain-global-db                  | 2 +-
 libdap-chain-net                        | 2 +-
 libdap-stream-ch-chain                  | 2 +-
 5 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8814196..ebecc54 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -52,7 +52,7 @@ SET( CPACK_GENERATOR "DEB")
 SET( CPACK_PACKAGE_NAME  "${PROJECT_NAME}")
 SET( CPACK_PACKAGE_VERSION_MAJOR 0)
 SET( CPACK_PACKAGE_VERSION_MINOR 9)
-SET( CPACK_PACKAGE_VERSION_PATCH 9)
+SET( CPACK_PACKAGE_VERSION_PATCH 10)
 
 SET( CPACK_SYSTEM_NAME "debian-10.0-amd64")
 SET( CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}-${CPACK_PACKAGE_VERSION_PATCH}")
diff --git a/dist/share/configs/dapcash-node.cfg.tpl b/dist/share/configs/dapcash-node.cfg.tpl
index 99c0625..10d985d 100644
--- a/dist/share/configs/dapcash-node.cfg.tpl
+++ b/dist/share/configs/dapcash-node.cfg.tpl
@@ -6,6 +6,8 @@ wallets_default=default
 # seed mode. WARNING. Used true only when you start the new network
 #seed_mode=false
 auto_online={AUTO_ONLINE}
+# type of node addr [auto, static, dinamic]
+node_addr_type=auto
 
 # Console
 
diff --git a/libdap-chain-global-db b/libdap-chain-global-db
index 97673bc..d743576 160000
--- a/libdap-chain-global-db
+++ b/libdap-chain-global-db
@@ -1 +1 @@
-Subproject commit 97673bc82ffa19d4297ad30eb71efbc9d756bc59
+Subproject commit d743576a4b8dbd086bb61f34a03056f49d481949
diff --git a/libdap-chain-net b/libdap-chain-net
index 2535fd5..746c7e7 160000
--- a/libdap-chain-net
+++ b/libdap-chain-net
@@ -1 +1 @@
-Subproject commit 2535fd5199a2e5b89c47eb96be643444c6e6201c
+Subproject commit 746c7e711e26c1b0cde294993f17928f557e8c50
diff --git a/libdap-stream-ch-chain b/libdap-stream-ch-chain
index 496ff62..70a44d7 160000
--- a/libdap-stream-ch-chain
+++ b/libdap-stream-ch-chain
@@ -1 +1 @@
-Subproject commit 496ff626c4c17bbdf103f9b49b01a4fc95a5bf7c
+Subproject commit 70a44d7f8f7ec73fd4fd0490caa9c1d71b76476c
-- 
GitLab