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
b214da51
Commit
b214da51
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[!] Hide dag and ledger logs in [dag] debug_more; and [ledger] debug_more; params in config
parent
76d4510d
No related branches found
No related tags found
No related merge requests found
Pipeline
#7017
passed with stages
Stage: analyze
Stage: build
in 6 minutes and 53 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
+8
-1
8 additions, 1 deletion
dist/share/configs/dapcash-node.cfg.tpl
with
10 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
b214da51
...
...
@@ -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 9
4
)
SET
(
CPACK_PACKAGE_VERSION_PATCH 9
5
)
#
# init CellFrame SDK
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
842fb2ca
Compare
573608d5
...
842fb2ca
Subproject commit
573608d537a7d67b89e16b176a1cde4ef07c3a7c
Subproject commit
842fb2caa144acbff93410b523c824bc2d295749
This diff is collapsed.
Click to expand it.
dist/share/configs/dapcash-node.cfg.tpl
+
8
−
1
View file @
b214da51
...
...
@@ -15,7 +15,14 @@ debug_chain_sync=false
# Auto bring up links and sync everything over them
auto_online=
{
AUTO_ONLINE
}
# Console
# Ledger defaults
[ledger]
# More debug output
debug_more=false
[dag]
# More debug output
debug_more=false
# Server part
[server]
...
...
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