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
d10723f1
Commit
d10723f1
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[+] timeout in reading after connect sequence
[*] Some fixes with root role behavior
parent
1c65383c
No related branches found
No related tags found
No related merge requests found
Pipeline
#7128
passed with stages
in 7 minutes and 5 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
dist/share/configs/dapcash-node.cfg.tpl
+1
-0
1 addition, 0 deletions
dist/share/configs/dapcash-node.cfg.tpl
with
3 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
d10723f1
...
...
@@ -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
19
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
20
)
#
# init CellFrame SDK
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
907a0c83
Compare
2922800e
...
907a0c83
Subproject commit
2922800eddeb217e1081093d7dc68f2f284339
26
Subproject commit
907a0c836be8a2789e1aa537c9abe97a6ae92f
26
This diff is collapsed.
Click to expand it.
dist/share/configs/dapcash-node.cfg.tpl
+
1
−
0
View file @
d10723f1
...
...
@@ -57,6 +57,7 @@ pricelist=[]
# DAP network protocol client
[dap_client]
#timeout=10
#timeout_read_after_connect=5
#max_tries=5
# Chain network settings
...
...
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