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
24
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
27087bf9
Commit
27087bf9
authored
4 years ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Patches
Plain Diff
[+] eXchange transaction with local node
parent
a2bdc7a5
No related branches found
No related tags found
1 merge request
!139
features-2844
Changes
3
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
sources/main.c
+5
-0
5 additions, 0 deletions
sources/main.c
with
7 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
27087bf9
...
...
@@ -15,7 +15,7 @@ add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"")
set
(
SUBMODULES_NO_BUILD ON
)
set
(
SUPPORT_PYTHON_PLUGINS ON
)
if
(
(
WIN32
)
)
if
(
NOT
WIN32
)
set
(
CELLFRAME_MODULES
"core chains mining network srv cs-dag-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-vpn srv-xchange"
)
else
()
set
(
CELLFRAME_MODULES
"core chains mining network srv cs-dag-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-xchange"
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
651bd867
Compare
f6866996
...
651bd867
Subproject commit
f68669962a4f63b020f5d3cef47b02202071cea1
Subproject commit
651bd8674b826630137d4ece2fd5bba8a62e3820
This diff is collapsed.
Click to expand it.
sources/main.c
+
5
−
0
View file @
27087bf9
...
...
@@ -100,6 +100,7 @@
#include
"dap_stream_ch_chain.h"
#include
"dap_stream_ch_chain_net.h"
#include
"dap_stream_ch_chain_net_srv.h"
#include
"dap_chain_net_srv_xchange.h"
#include
"dap_common.h"
#include
"dap_client_remote.h"
...
...
@@ -447,6 +448,10 @@ int main( int argc, const char **argv )
dap_stream_ch_chain_net_srv_init
();
if
(
!
dap_chain_net_srv_xchange_init
())
{
log_it
(
L_ERROR
,
"Can't provide exchange capability"
);
}
/// if (dap_config_get_item_bool_default(g_config,"vpn","enabled",false))
/// dap_stream_ch_vpn_deinit();
...
...
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