From 5c64ff8ffacc8340baab0f639bc7ff9772cf3d11 Mon Sep 17 00:00:00 2001
From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net>
Date: Thu, 19 Nov 2020 18:39:34 +0700
Subject: [PATCH] [!] some minor updates

---
 CMakeLists.txt                          |  2 +-
 cellframe-sdk                           |  2 +-
 dist/share/configs/dapcash-node.cfg.tpl | 10 ++++++++--
 dist/share/profile.d/dapcash-node.sh    |  2 ++
 prod_build                              |  2 +-
 5 files changed, 13 insertions(+), 5 deletions(-)
 create mode 100755 dist/share/profile.d/dapcash-node.sh

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 80e62ed..68e4056 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
 SET( CPACK_PACKAGE_NAME  "${PROJECT_NAME}")
 SET( CPACK_PACKAGE_VERSION_MAJOR 4)
 SET( CPACK_PACKAGE_VERSION_MINOR 1)
-SET( CPACK_PACKAGE_VERSION_PATCH 40)
+SET( CPACK_PACKAGE_VERSION_PATCH 42)
 
 # init CellFrame SDK
 add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\"")
diff --git a/cellframe-sdk b/cellframe-sdk
index 29547d5..13a9190 160000
--- a/cellframe-sdk
+++ b/cellframe-sdk
@@ -1 +1 @@
-Subproject commit 29547d5294dec733e183cd4e9af81b1cf4351930
+Subproject commit 13a919094a359ea760e700af3f8b5e10b4e7dc97
diff --git a/dist/share/configs/dapcash-node.cfg.tpl b/dist/share/configs/dapcash-node.cfg.tpl
index 8d24987..aa2a8b3 100644
--- a/dist/share/configs/dapcash-node.cfg.tpl
+++ b/dist/share/configs/dapcash-node.cfg.tpl
@@ -1,12 +1,18 @@
 # General section
 [general]
+# General debug mode
 debug_mode={DEBUG_MODE}
-debug_dump_stream_headers={DEBUG_STREAM_HEADERS}
-
+# Debug stream packets
+debug_dump_stream_headers=false
+# Debug chains syncronyzation
+debug_chain_sync=false
 # Debug I/O reactor, false by default
 #debug_reactor=false
+
 # seed mode. WARNING. Used true only when you start the new network
 #seed_mode=false
+
+# Auto bring up links and sync everything over them
 auto_online={AUTO_ONLINE}
 
 # Console
diff --git a/dist/share/profile.d/dapcash-node.sh b/dist/share/profile.d/dapcash-node.sh
new file mode 100755
index 0000000..62423c4
--- /dev/null
+++ b/dist/share/profile.d/dapcash-node.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+export PATH="$PATH:/opt/dapcash-node/bin:/opt/dapcash-node/sbin"
diff --git a/prod_build b/prod_build
index 454e2ec..0edc833 160000
--- a/prod_build
+++ b/prod_build
@@ -1 +1 @@
-Subproject commit 454e2eccbe3ebb4b66530f62888c7f7a44b872b7
+Subproject commit 0edc833cf20e9acc35c1b1455eb4d9276f73f864
-- 
GitLab