Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
cellframe
celllframe-node
Commits
b8d040f5
Commit
b8d040f5
authored
2 years ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Patches
Plain Diff
[*] Workable DAG consensus
parent
c1f7dfc3
No related branches found
No related tags found
2 merge requests
!974
bugfix-8996
,
!873
Hotfix 8568
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-5
1 addition, 5 deletions
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
dap-sdk
+1
-1
1 addition, 1 deletion
dap-sdk
version.mk
+1
-1
1 addition, 1 deletion
version.mk
with
4 additions
and
8 deletions
CMakeLists.txt
+
1
−
5
View file @
b8d040f5
...
...
@@ -31,11 +31,7 @@ add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_
set
(
SUBMODULES_NO_BUILD ON
)
include
(
cellframe-sdk/cmake/OS_Detection.cmake
)
if
(
WIN32
)
set
(
BUILD_WITH_GDB_DRIVER_MDBX OFF
)
else
()
set
(
BUILD_WITH_GDB_DRIVER_MDBX ON
)
endif
()
set
(
BUILD_WITH_GDB_DRIVER_MDBX ON
)
#set(BUILD_WITH_GDB_DRIVER_PGSQL ON)
#set(BUILD_CRYPTO_TESTS ON)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
90d2131b
Compare
0ffa3a24
...
90d2131b
Subproject commit
0ffa3a24901700e5543f354ca1c6f7c94a59a9c7
Subproject commit
90d2131bc608e01062268c7eed00166e6ac49822
This diff is collapsed.
Click to expand it.
dap-sdk
@
16078e4c
Compare
ed3edf1a
...
16078e4c
Subproject commit
ed3edf1a0c2ba1d57f87d86781462d84a6c28958
Subproject commit
16078e4c25db66dbda772868506981b6a0bf6a96
This diff is collapsed.
Click to expand it.
version.mk
+
1
−
1
View file @
b8d040f5
VERSION_MAJOR
=
5
VERSION_MINOR
=
2
VERSION_PATCH
=
5
\ No newline at end of file
VERSION_PATCH
=
6
\ No newline at end of file
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