Unverified Commit c2602f1c authored by kladko's avatar kladko

SKALE-2199 Added version

parent 3074ad6a
#define SGXWALLET_VERSION "1.43.1"
\ No newline at end of file
......@@ -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;
......
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment