Skip to content
Snippets Groups Projects
Commit f2b36288 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] State machine fixes

parent 8f22c70a
No related branches found
No related tags found
No related merge requests found
Pipeline #7066 passed with stages
in 6 minutes and 6 seconds
......@@ -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 3)
SET( CPACK_PACKAGE_VERSION_PATCH 4)
SET( CPACK_PACKAGE_VERSION_PATCH 5)
#
# init CellFrame SDK
......@@ -18,9 +18,9 @@ add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_
set(SUBMODULES_NO_BUILD ON)
if (NOT(WIN32))
set(CELLFRAME_MODULES "core chains mining network srv cs-dag-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-stake srv-xchange modules-dynamic srv-vpn")
set(CELLFRAME_MODULES "core chains mining network srv cs-blocks cs-dag-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-stake srv-xchange modules-dynamic srv-vpn")
else()
set(CELLFRAME_MODULES "core chains mining network srv cs-dag-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-stake srv-xchange modules-dynamic")
set(CELLFRAME_MODULES "core chains mining network srv cs-blocks cs-dag-poa cs-block-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-stake srv-xchange modules-dynamic")
endif()
include (cellframe-sdk/cmake/OS_Detection.cmake)
......
Subproject commit a1db0f74841909bc447c10f2f4cbb3c2186152f9
Subproject commit 78b20a43c8f330c4b73c73037282ab92f7173bdd
......@@ -4,8 +4,6 @@
debug_mode={DEBUG_MODE}
# 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
......@@ -61,6 +59,16 @@ pricelist=[]
# How often rerun network state check sequence, in seconds. 180 by default
net_check_timeout=10
net_sync_timeout=180
debug_more=true
# Timeout for network status wait
status_wait_timeout=10
[stream_ch_chain]
# Uncomment to have more debug information in stream channel Chain
# False by default
#debug_more=true
# Central Dataase
[cdb]
......
Subproject commit 4556354b985bef5083d949c2dae50a7c4bd1f3d5
Subproject commit 5f7f50045b26904da1cce15ab349c97d70e767bb
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