Skip to content

Commit

Permalink
Update some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Oct 3, 2022
1 parent 5c211c7 commit a7d1f4e
Show file tree
Hide file tree
Showing 21 changed files with 302 additions and 1,067 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ x/compute/internal/keeper/testdata/ibc.wasm
x/compute/internal/keeper/testdata/static-too-high-initial-memory.wasm
x/compute/internal/keeper/testdata/too-high-initial-memory.wasm
x/compute/internal/keeper/testdata/v1-contract.wasm
/github.com
/github.com
third_party/build
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"rust-analyzer.linkedProjects": [
"cosmwasm/Cargo.toml",
"cosmwasm/enclaves/test/Cargo.toml",
"cosmwasm/packages/sgx-vm/Cargo.toml",
"go-cosmwasm/Cargo.toml",
"third_party/build/Cargo.toml",
"cosmwasm/enclaves/Cargo.toml",
"cosmwasm/contracts/v1/compute-tests/test-compute-contract/Cargo.toml",
"cosmwasm/contracts/v1/compute-tests/ibc-test-contract/Cargo.toml",
"cosmwasm/contracts/v010/compute-tests/test-compute-contract/Cargo.toml",
"integration-tests/contract-v1/Cargo.toml",
"integration-tests/contract-v0.10/Cargo.toml",
"go-cosmwasm/Cargo.toml"
"integration-tests/contract-v0.10/Cargo.toml"
],
"rust-analyzer.diagnostics.experimental.enable": true,
"rust-analyzer.rustfmt.rangeFormatting.enable": true,
Expand Down
4 changes: 2 additions & 2 deletions cosmwasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

146 changes: 73 additions & 73 deletions cosmwasm/enclaves/Cargo.lock

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions cosmwasm/enclaves/Xargo.toml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
[dependencies]
alloc = { }
sgx_types = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 1 }
sgx_alloc = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 1 }
sgx_unwind = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 1 }
sgx_demangle = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 1 }
panic_abort = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 1 }
sgx_libc = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 2 }
sgx_tkey_exchange = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 2 }
sgx_tse = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 2 }
sgx_tcrypto = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 2 }
sgx_trts = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 3 }
sgx_backtrace_sys = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 3 }
panic_unwind = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 3 }
sgx_tdh = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 4 }
sgx_tseal = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 4 }
sgx_tprotected_fs = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 4 }
std = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 5, features = [
sgx_types = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 1 }
sgx_alloc = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 1 }
sgx_unwind = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 1 }
sgx_demangle = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 1 }
panic_abort = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 1 }
sgx_libc = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 2 }
sgx_tkey_exchange = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 2 }
sgx_tse = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 2 }
sgx_tcrypto = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 2 }
sgx_trts = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 3 }
sgx_backtrace_sys = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 3 }
panic_unwind = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 3 }
sgx_tdh = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 4 }
sgx_tseal = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 4 }
sgx_tprotected_fs = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 4 }
std = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 5, features = [
"net",
"backtrace",
"untrusted_fs",
] }
sgx_no_tstd = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 5 }
sgx_rand = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 6 }
sgx_serialize = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 6 }
sgx_tunittest = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 6 }
sgx_backtrace = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 7 }
sgx_cov = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 7 }
sgx_signal = { git = "https://github.com/apache/teaclave-sgx-sdk.git", rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", stage = 7 }
sgx_no_tstd = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 5 }
sgx_rand = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 6 }
sgx_serialize = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 6 }
sgx_tunittest = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 6 }
sgx_backtrace = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 7 }
sgx_cov = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 7 }
sgx_signal = { git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", branch = "secret", stage = 7 }
38 changes: 22 additions & 16 deletions cosmwasm/enclaves/execute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,43 +13,47 @@ crate-type = ["staticlib"]
default = ["SGX_MODE_SW"]
SGX_MODE_SW = []
SGX_MODE_HW = []
production = ["SGX_MODE_HW", "enclave_crypto/production", "enclave_utils/production", "log/max_level_warn", "log/release_max_level_warn"]
production = [
"SGX_MODE_HW",
"enclave_crypto/production",
"enclave_utils/production",
"log/max_level_warn",
"log/release_max_level_warn"
]
debug-print = ["enclave_contract_engine/debug-print"]
test = ["enclave_contract_engine/test", "enclave_crypto/test", "enclave_cosmos_types/test"]
test = [
"enclave_contract_engine/test",
"enclave_crypto/test",
"enclave_cosmos_types/test"
]

# This annotation is here to trick the IDE into showing us type information about this crate.
# We always compile to the "sgx" target, so this will always be false.
# when compiling to the "sgx" target, we pull this from the target root with an "extern crate" directive
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git", features = [
"backtrace"
sgx_tstd = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", features = [
"backtrace"
] }
sgx_types = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
sgx_types = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git" }

[dependencies]
sgx_tse = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
sgx_rand = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
sgx_tcrypto = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git" }

sgx_tse = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git" }
sgx_rand = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git" }
sgx_tcrypto = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git" }
enclave-ffi-types = { path = "../ffi-types" }

enclave_contract_engine = { path = "../shared/contract-engine" }
enclave_crypto = { path = "../shared/crypto" }
enclave_utils = { path = "../shared/utils" }
enclave_cosmos_types = { path = "../shared/cosmos-types", optional = true }

serde = { git = "https://github.com/mesalock-linux/serde-sgx", features = [
"derive"
] }
serde_json = { git = "https://github.com/mesalock-linux/serde-json-sgx" }
ctor = "0.1.13"
derive_more = "0.99"

pwasm-utils = { version = "0.12.0", default-features = false }
parity-wasm = { version = "0.41.0", default-features = false }

base64 = { rev = "dc7389e10817b078f289386b3b6a852ab6c4c021", git = "https://github.com/mesalock-linux/rust-base64-sgx" }

# for attestation
chrono = { git = "https://github.com/mesalock-linux/chrono-sgx" }
num-bigint = { git = "https://github.com/mesalock-linux/num-bigint-sgx" }
Expand All @@ -60,7 +64,9 @@ bit-vec = { version = "0.6", default-features = false }
lazy_static = "1.4"
hex = "0.4.2"
log = "0.4.17"
simple_logger = { version = "2.3.0", default-features = false, features = ["stderr"] }
simple_logger = { version = "2.3.0", default-features = false, features = [
"stderr"
] }

[dependencies.webpki]
git = "https://github.com/mesalock-linux/webpki"
Expand All @@ -83,4 +89,4 @@ default-features = false
features = ["dangerous_configuration", "mesalock_sgx"]

[dev-dependencies]
sgx_edl = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
sgx_edl = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git" }
23 changes: 15 additions & 8 deletions cosmwasm/enclaves/query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,34 @@ crate-type = ["staticlib"]
default = ["SGX_MODE_SW"]
SGX_MODE_SW = []
SGX_MODE_HW = []
production = ["SGX_MODE_HW", "enclave_utils/production", "log/max_level_warn", "log/release_max_level_warn"]
production = [
"SGX_MODE_HW",
"enclave_utils/production",
"log/max_level_warn",
"log/release_max_level_warn"
]
debug-print = ["enclave_contract_engine/debug-print"]

# This annotation is here to trick the IDE into showing us type information about this crate.
# We always compile to the "sgx" target, so this will always be false.
# when compiling to the "sgx" target, we pull this from the target root with an "extern crate" directive
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git", features = [
sgx_tstd = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", features = [
"backtrace"
] }
sgx_types = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
sgx_types = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git" }

[dependencies]
enclave_contract_engine = { path = "../shared/contract-engine", features = ["query-only"] }
enclave_contract_engine = { path = "../shared/contract-engine", features = [
"query-only"
] }
enclave_utils = { path = "../shared/utils", features = ["query-only"] }

log = "0.4.17"
simple_logger = { version = "2.3.0", default-features = false, features = ["stderr"] }
simple_logger = { version = "2.3.0", default-features = false, features = [
"stderr"
] }
ctor = "0.1.13"

[dev-dependencies]
sgx_edl = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git" }

sgx_edl = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git" }
lazy_static = "1.4"
4 changes: 2 additions & 2 deletions cosmwasm/enclaves/shared/contract-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ test = []
# We always compile to the "sgx" target, so this will always be false.
# when compiling to the "sgx" target, we pull this from the target root with an "extern crate" directive
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git", features = [
sgx_tstd = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", features = [
"backtrace"
] }
sgx_types = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
sgx_types = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git" }

[dependencies]
enclave-ffi-types = { path = "../../ffi-types" }
Expand Down
2 changes: 1 addition & 1 deletion cosmwasm/enclaves/shared/cosmos-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test = []
# We always compile to the "sgx" target, so this will always be false.
# when compiling to the "sgx" target, we pull this from the target root with an "extern crate" directive
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git", features = [
sgx_tstd = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", features = [
"backtrace"
] }

Expand Down
2 changes: 1 addition & 1 deletion cosmwasm/enclaves/shared/cosmwasm-types/v0.10/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
# We always compile to the "sgx" target, so this will always be false.
# when compiling to the "sgx" target, we pull this from the target root with an "extern crate" directive
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git", features = [
sgx_tstd = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", features = [
"backtrace"
] }

Expand Down
2 changes: 1 addition & 1 deletion cosmwasm/enclaves/shared/cosmwasm-types/v1.0/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
# We always compile to the "sgx" target, so this will always be false.
# when compiling to the "sgx" target, we pull this from the target root with an "extern crate" directive
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git", features = [
sgx_tstd = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", features = [
"backtrace"
] }

Expand Down
6 changes: 3 additions & 3 deletions cosmwasm/enclaves/shared/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ test = []
# We always compile to the "sgx" target, so this will always be false.
# when compiling to the "sgx" target, we pull this from the target root with an "extern crate" directive
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git", features = [
sgx_tstd = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", features = [
"backtrace"
] }
sgx_types = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
sgx_types = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git" }

[dependencies]
sgx_trts = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
sgx_trts = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git" }
enclave-ffi-types = { path = "../../ffi-types" }
log = "0.4.8"
derive_more = "0.99"
Expand Down
6 changes: 3 additions & 3 deletions cosmwasm/enclaves/shared/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ query-only = []
# We always compile to the "sgx" target, so this will always be false.
# when compiling to the "sgx" target, we pull this from the target root with an "extern crate" directive
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git", features = [
sgx_tstd = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git", features = [
"backtrace"
] }
sgx_types = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
sgx_types = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git" }

[dependencies]
sgx_trts = { rev = "a37ffb9449ba6d5b6e4a9d586bbab864ae732269", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
sgx_trts = { branch = "secret", git = "https://github.com/scrtlabs/incubator-teaclave-sgx-sdk.git" }
enclave-ffi-types = { path = "../../ffi-types" }
log = "0.4.17"
lazy_static = "1.4"
Loading

0 comments on commit a7d1f4e

Please sign in to comment.