Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Merge #500
Browse files Browse the repository at this point in the history
500: Problem: unused dependencies in tx-enclaves r=tomtau a=tomtau

Solution: removed the filesystem crates / ocall imports

Co-authored-by: Tomas Tauber <2410580+tomtau@users.noreply.github.com>
  • Loading branch information
bors[bot] and tomtau authored Oct 22, 2019
2 parents 972fd98 + 52edade commit adb2b25
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion chain-tx-enclave/rust-sgx-sdk/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0ca456a8f153bc4eeb86750ed9f56fde3496d6ee
3a43c5f205d90b9866c421329f4f3e8db32e39c0
1 change: 0 additions & 1 deletion chain-tx-enclave/tx-query/enclave/Enclave.edl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
enclave {
from "sgx_tstd.edl" import *;
from "sgx_stdio.edl" import *;
from "sgx_fs.edl" import *;
from "sgx_net.edl" import *;
from "sgx_time.edl" import *;
from "sgx_tstdc.edl" import *;
Expand Down
2 changes: 0 additions & 2 deletions chain-tx-enclave/tx-validation/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ sgx-test = []

[dependencies]
sled = "0.29"
hex = "0.4"
dirs = "1.0.2"
zmq = "0.9"
log = "0.4.0"
env_logger = "0.7.0"
Expand Down
1 change: 0 additions & 1 deletion chain-tx-enclave/tx-validation/enclave/Enclave.edl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ enclave {
from "sgx_stdio.edl" import *;
from "sgx_backtrace.edl" import *;
from "sgx_tstdc.edl" import *;
from "sgx_fs.edl" import *;

trusted {
public sgx_status_t ecall_initchain(uint8_t chain_hex_id);
Expand Down

0 comments on commit adb2b25

Please sign in to comment.