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
4db5aeb8
Commit
4db5aeb8
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
...
parent
a93638e4
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
dist/share/configs/dapcash-node.cfg.tpl
+5
-0
5 additions, 0 deletions
dist/share/configs/dapcash-node.cfg.tpl
sources/main.c
+1
-0
1 addition, 0 deletions
sources/main.c
sources/main_node_cli.c
+2
-0
2 additions, 0 deletions
sources/main_node_cli.c
with
9 additions
and
1 deletion
cellframe-sdk
@
9186c4c6
Compare
07430ae3
...
9186c4c6
Subproject commit
07430ae3d01f86406883d035c63f0718d5f13ed1
Subproject commit
9186c4c6ce484000841422c2666498e1803f3c2a
This diff is collapsed.
Click to expand it.
dist/share/configs/dapcash-node.cfg.tpl
+
5
−
0
View file @
4db5aeb8
...
...
@@ -43,6 +43,11 @@ pricelist=[]
# Automaticaly should be true for master ad root node role
# auto_proc=false
# Chain network settings
[chain_net]
# How often rerun network state check sequence, in seconds. 180 by default
net_check_timeout=10
net_sync_timeout=180
# Central Dataase
[cdb]
...
...
This diff is collapsed.
Click to expand it.
sources/main.c
+
1
−
0
View file @
4db5aeb8
...
...
@@ -116,6 +116,7 @@
#ifdef DAP_SUPPORT_PYTHON_PLUGINS
#include
"dap_chain_plugins.h"
#include
"dap_plugins_python_app_context.h"
#endif
...
...
This diff is collapsed.
Click to expand it.
sources/main_node_cli.c
+
2
−
0
View file @
4db5aeb8
...
...
@@ -196,6 +196,8 @@ int main(int argc, const char *argv[])
dap_set_appname
(
"dapcash-node"
);
#ifdef _WIN32
SetConsoleCP
(
1252
);
SetConsoleOutputCP
(
1252
);
g_sys_dir_path
=
dap_strdup_printf
(
"%s/%s"
,
regGetUsrPath
(),
dap_get_appname
());
#elif DAP_OS_MAC
g_sys_dir_path
=
dap_strdup_printf
(
"/Applications/%s.app/Contents/Resources"
,
dap_get_appname
());
...
...
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