Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
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
Dmitry Puzyrkov
celllframe-node
Commits
d71cf562
Commit
d71cf562
authored
3 years ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Plain Diff
Merge branch 'support-5685' into 'develop'
support-5685 See merge request
!380
parents
b1c2f3ba
ff52c9b3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
python-cellframe
+1
-1
1 addition, 1 deletion
python-cellframe
sources/main.c
+0
-3
0 additions, 3 deletions
sources/main.c
with
3 additions
and
6 deletions
CMakeLists.txt
+
1
−
1
View file @
d71cf562
...
...
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 5
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 1
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
2
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
3
)
if
(
CMAKE_TARGET_ARCH MATCHES arm
)
SET
(
CPACK_PACKAGE_ARCHITECTURE
"
${
CMAKE_TARGET_ARCH
}
"
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
4fd24fd2
Compare
a73a7c7d
...
4fd24fd2
Subproject commit
a73a7c7dd8937bdb3ceedc30894e1c31cf68af0
6
Subproject commit
4fd24fd2ac8aa17ce7a39633cdb4fc03e750e34
6
This diff is collapsed.
Click to expand it.
python-cellframe
@
f69ecb2c
Compare
4eb59ab0
...
f69ecb2c
Subproject commit
4eb59ab07da4239366cffa1e3f60d5642cbb4e53
Subproject commit
f69ecb2cc2c44ff6b31ccec7e311df02a7128ef8
This diff is collapsed.
Click to expand it.
sources/main.c
+
0
−
3
View file @
d71cf562
...
...
@@ -144,9 +144,6 @@ void exit_if_server_already_running( void );
static
const
char
*
s_pid_file_path
=
NULL
;
bool
dap_chain_net_srv_pay_verificator
(
dap_chain_tx_out_cond_t
*
a_cond
,
dap_chain_datum_tx_t
*
a_tx
,
bool
a_owner
)
{
UNUSED
(
a_cond
);
UNUSED
(
a_tx
);
UNUSED
(
a_owner
);
return
true
;
}
#ifdef __ANDROID__
int
cellframe_node_Main
(
int
argc
,
const
char
**
argv
)
#else
...
...
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