Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
c2602f1c
Unverified
Commit
c2602f1c
authored
Feb 19, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-2199 Added version
parent
3074ad6a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
SGXWALLET_VERSION
SGXWALLET_VERSION
+1
-0
ServerInit.cpp
ServerInit.cpp
+4
-0
docker-compose.yml
run_sgx_sim/docker-compose.yml
+2
-2
No files found.
SGXWALLET_VERSION
0 → 100644
View file @
c2602f1c
#define SGXWALLET_VERSION "1.43.1"
\ No newline at end of file
ServerInit.cpp
View file @
c2602f1c
...
...
@@ -64,6 +64,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include "SGXWALLET_VERSION"
//#include <system>
...
...
@@ -130,6 +131,9 @@ void init_enclave() {
int
sgxServerInited
=
0
;
void
init_all
(
bool
check_cert
,
bool
sign_automatically
,
void
(
*
SEK_func
)())
{
cout
<<
"Running sgxwallet version:"
<<
SGXWALLET_VERSION
<<
endl
;
//spdlog::set_pattern("%c");
if
(
sgxServerInited
==
1
)
return
;
...
...
run_sgx_sim/docker-compose.yml
View file @
c2602f1c
version
:
'
3'
services
:
sgxwallet
:
image
:
skalenetwork/sgxwalletsim:latest
_commit
image
:
skalenetwork/sgxwalletsim:latest
ports
:
-
"
1026:1026"
-
"
1027:1027"
...
...
@@ -14,5 +14,5 @@ services:
max-size
:
"
10m"
max-file
:
"
4"
restart
:
unless-stopped
command
:
-
t
command
:
-
s -y
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment