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
345e8450
Commit
345e8450
authored
9 months ago
by
Constantin P.
💬
Browse files
Options
Downloads
Patches
Plain Diff
Hotfix 11886
parent
0d9bce3f
No related branches found
No related tags found
1 merge request
!1494
Hotfix 11886
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
CMakeLists.txt
+5
-1
5 additions, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
dap-sdk
+1
-1
1 addition, 1 deletion
dap-sdk
python-cellframe
+1
-1
1 addition, 1 deletion
python-cellframe
sources/main.c
+0
-1
0 additions, 1 deletion
sources/main.c
version.mk
+1
-1
1 addition, 1 deletion
version.mk
with
9 additions
and
6 deletions
CMakeLists.txt
+
5
−
1
View file @
345e8450
...
...
@@ -40,7 +40,11 @@ set(BUILD_WITH_GDB_DRIVER_MDBX ON)
#set(BUILD_WITH_GDB_DRIVER_PGSQL ON)
#set(BUILD_WITH_GDB_DRIVER_SQLITE ON)
# set(BUILD_CELLFRAME_NODE_TESTS ON)
#add_definitions("-DDAP_TPS_TEST")
#set (BUILD_WITH_TPS_TEST ON)
if
(
BUILD_WITH_TPS_TEST
)
add_definitions
(
"-DDAP_TPS_TEST"
)
endif
()
set
(
BUILD_WITH_ZIP OFF
)
option
(
SUPPORT_PYTHON_PLUGINS DEFAULT OFF
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
313e2e91
Compare
daa09fe5
...
313e2e91
Subproject commit
daa09fe5b1eb8f71e0a6c35dcf8f066c2cc7ecae
Subproject commit
313e2e91a65560b9b8ebc924eb118be7ca18aa4f
This diff is collapsed.
Click to expand it.
dap-sdk
@
f86fdfae
Compare
06377695
...
f86fdfae
Subproject commit
063776950c5bce0a5179eee970a5def10edffa41
Subproject commit
f86fdfaea7067cabd2c7e6fd1389f1b697f88e8d
This diff is collapsed.
Click to expand it.
python-cellframe
@
fbd07970
Compare
2dafa605
...
fbd07970
Subproject commit
2dafa605972fc5009495568d814a376fecfb11a2
Subproject commit
fbd07970d8fcb43526d29a9b7c83ab4b49378529
This diff is collapsed.
Click to expand it.
sources/main.c
+
0
−
1
View file @
345e8450
...
...
@@ -528,7 +528,6 @@ int main( int argc, const char **argv )
dap_chain_net_srv_xchange_deinit
();
dap_chain_net_srv_stake_pos_delegate_deinit
();
dap_chain_net_srv_stake_lock_deinit
();
dap_chain_net_balancer_deinit
();
dap_chain_net_srv_bridge_deinit
();
dap_chain_net_srv_voting_deinit
();
dap_chain_net_deinit
();
...
...
This diff is collapsed.
Click to expand it.
version.mk
+
1
−
1
View file @
345e8450
VERSION_MAJOR
=
5
VERSION_MINOR
=
3
VERSION_PATCH
=
1
43
VERSION_PATCH
=
1
52
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