Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dapcash-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DapCash
dapcash-node
Commits
f2b36288
Commit
f2b36288
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] State machine fixes
parent
8f22c70a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#7066
passed with stages
in 6 minutes and 6 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+3
-3
3 additions, 3 deletions
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
dist/share/configs/dapcash-node.cfg.tpl
+10
-2
10 additions, 2 deletions
dist/share/configs/dapcash-node.cfg.tpl
python-cellframe
+1
-1
1 addition, 1 deletion
python-cellframe
with
15 additions
and
7 deletions
CMakeLists.txt
+
3
−
3
View file @
f2b36288
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
78b20a43
Compare
a1db0f74
...
78b20a43
Subproject commit
a1db0f74841909bc447c10f2f4cbb3c2186152f9
Subproject commit
78b20a43c8f330c4b73c73037282ab92f7173bdd
This diff is collapsed.
Click to expand it.
dist/share/configs/dapcash-node.cfg.tpl
+
10
−
2
View file @
f2b36288
...
...
@@ -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]
...
...
This diff is collapsed.
Click to expand it.
python-cellframe
@
5f7f5004
Compare
4556354b
...
5f7f5004
Subproject commit
4556354b985bef5083d949c2dae50a7c4bd1f3d5
Subproject commit
5f7f50045b26904da1cce15ab349c97d70e767bb
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment