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
ba1a172b
Commit
ba1a172b
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[-] SO_SNDBUF/SO_RCVBUF
[+] libmdbx
parent
6ca66a8a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#7089
failed with stages
in 4 minutes and 47 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+4
-0
4 additions, 0 deletions
.gitmodules
3rdparty/libmdbx
+1
-0
1 addition, 0 deletions
3rdparty/libmdbx
CMakeLists.txt
+3
-1
3 additions, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
with
9 additions
and
2 deletions
.gitmodules
+
4
−
0
View file @
ba1a172b
...
...
@@ -12,3 +12,7 @@
[submodule "prod_build"]
path = prod_build
url = ../prod_build_dapcash-node
[submodule "3rdparty/libmdbx"]
path = 3rdparty/libmdbx
url = https://github.com/erthink/libmdbx
branch = master
This diff is collapsed.
Click to expand it.
libmdbx
@
b98895b8
Subproject commit b98895b8c700f741f24468d061ab24e1fa6963bb
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
3
−
1
View file @
ba1a172b
...
...
@@ -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
8
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
9
)
#
# init CellFrame SDK
...
...
@@ -23,6 +23,8 @@ else()
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
()
add_subdirectory
(
3rdparty/libmdbx
)
include
(
cellframe-sdk/cmake/OS_Detection.cmake
)
add_subdirectory
(
cellframe-sdk
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
f5e16e8e
Compare
59363b8f
...
f5e16e8e
Subproject commit
59363b8f854c805cfd7ead650860257a63b26e4f
Subproject commit
f5e16e8e27599b5b44f007a4c60d72739d67241e
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