Skip to content

Commit

Permalink
Set substrate-fixed version to 0.5.6 (before update to new substrate)
Browse files Browse the repository at this point in the history
  • Loading branch information
echevrier committed Nov 9, 2021
1 parent dc569aa commit b2d167c
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 2 deletions.
25 changes: 25 additions & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2313,6 +2313,7 @@ dependencies = [
"sp-keyring",
"sp-runtime",
"substrate-api-client",
"substrate-fixed",
"thiserror 1.0.29",
"tokio 1.11.0",
"ws",
Expand Down Expand Up @@ -2360,6 +2361,21 @@ dependencies = [
"walkdir",
]

[[package]]
name = "ita-exchange-oracle"
version = "0.8.0"
dependencies = [
"itc-rest-client",
"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.130",
"serde_json 1.0.67",
"sgx_tstd",
"thiserror 1.0.29",
"thiserror 1.0.9",
"url 2.1.1",
"url 2.2.2",
]

[[package]]
name = "ita-stf"
version = "0.8.0"
Expand Down Expand Up @@ -6548,6 +6564,15 @@ dependencies = [
"sp-keystore",
]

[[package]]
name = "substrate-fixed"
version = "0.5.6"
source = "git+https://github.com/encointer/substrate-fixed?tag=v0.5.6#b33d186888c60f38adafcfc0ec3a21aab263aef1"
dependencies = [
"parity-scale-codec",
"typenum",
]

[[package]]
name = "substrate-prometheus-endpoint"
version = "0.9.0"
Expand Down
67 changes: 67 additions & 0 deletions enclave-runtime/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ name = "base-x"
version = "0.2.6"
source = "git+https://github.com/whalelephant/base-x-rs?branch=no_std#906c9ac59282ff5a2eec86efd25d50ad9927b147"

[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"

[[package]]
name = "base64"
version = "0.13.0"
Expand Down Expand Up @@ -468,6 +474,7 @@ dependencies = [
"hex",
"httparse",
"ipfs-unixfs",
"ita-exchange-oracle",
"ita-stf",
"itc-direct-rpc-server",
"itc-light-client",
Expand Down Expand Up @@ -520,6 +527,7 @@ dependencies = [
"sp-utils",
"sp-version",
"substrate-api-client",
"substrate-fixed",
"webpki",
"webpki-roots 0.21.0 (git+https://github.com/mesalock-linux/webpki-roots?branch=mesalock_sgx)",
"yasna",
Expand Down Expand Up @@ -1018,6 +1026,18 @@ dependencies = [
"sgx_tstd",
]

[[package]]
name = "http_req"
version = "0.7.2"
source = "git+https://github.com/mesalock-linux/http_req-sgx?tag=sgx_1.1.3#5d0f7474c73b70d2dbdda69c1db2a2e31aee6eb8"
dependencies = [
"rustls 0.19.0 (git+https://github.com/mesalock-linux/rustls?branch=mesalock_sgx)",
"sgx_tstd",
"unicase",
"webpki",
"webpki-roots 0.21.0 (git+https://github.com/mesalock-linux/webpki-roots?branch=mesalock_sgx)",
]

[[package]]
name = "httparse"
version = "1.4.1"
Expand Down Expand Up @@ -1113,6 +1133,19 @@ dependencies = [
"sha2 0.9.8",
]

[[package]]
name = "ita-exchange-oracle"
version = "0.8.0"
dependencies = [
"itc-rest-client",
"log 0.4.14 (git+https://github.com/mesalock-linux/log-sgx)",
"serde 1.0.130",
"serde_json 1.0.67",
"sgx_tstd",
"thiserror 1.0.9",
"url",
]

[[package]]
name = "ita-stf"
version = "0.8.0"
Expand Down Expand Up @@ -1178,6 +1211,22 @@ dependencies = [
"thiserror 1.0.9",
]

[[package]]
name = "itc-rest-client"
version = "0.8.0"
dependencies = [
"base64 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"http",
"http_req",
"log 0.4.14 (git+https://github.com/mesalock-linux/log-sgx)",
"serde 1.0.130",
"serde_json 1.0.67",
"sgx_tstd",
"sgx_types",
"thiserror 1.0.9",
"url",
]

[[package]]
name = "itc-tls-websocket-server"
version = "0.8.0"
Expand Down Expand Up @@ -3351,6 +3400,15 @@ dependencies = [
"sp-std",
]

[[package]]
name = "substrate-fixed"
version = "0.5.6"
source = "git+https://github.com/encointer/substrate-fixed?tag=v0.5.6#b33d186888c60f38adafcfc0ec3a21aab263aef1"
dependencies = [
"parity-scale-codec",
"typenum",
]

[[package]]
name = "subtle"
version = "1.0.0"
Expand Down Expand Up @@ -3580,6 +3638,15 @@ dependencies = [
"static_assertions",
]

[[package]]
name = "unicase"
version = "2.6.0"
source = "git+https://github.com/mesalock-linux/unicase-sgx#0b0519348572927118af47af3da4da9ffdca8ec6"
dependencies = [
"sgx_tstd",
"version_check",
]

[[package]]
name = "unicode-bidi"
version = "0.3.4"
Expand Down
2 changes: 1 addition & 1 deletion enclave-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sp-io = { default-features = false, features = ["disable_oom", "disable_panic_ha
substrate-api-client = { default-features = false, git = "https://github.com/scs/substrate-api-client", branch = "master" }
sgx-externalities = { default-features = false, git = "https://github.com/integritee-network/sgx-runtime", branch = "master" }
jsonrpc-core = { default-features = false, git = "https://github.com/scs/jsonrpc", branch = "no_std" }
substrate-fixed = { git = "https://github.com/encointer/substrate-fixed", branch = "master" }
substrate-fixed = { package = "substrate-fixed", git = "https://github.com/encointer/substrate-fixed",tag = "v0.5.6"}

# mesalock
linked-hash-map = { git = "https://github.com/mesalock-linux/linked-hash-map-sgx" }
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ita-stf = { path = "../app-libs/stf" }
# scs / integritee
substrate-api-client = { git = "https://github.com/scs/substrate-api-client", branch = "master" }
my-node-runtime = { package = "integritee-node-runtime", git = "https://github.com/integritee-network/integritee-node", branch = "master" }
substrate-fixed = { git = "https://github.com/encointer/substrate-fixed", branch = "master" }
substrate-fixed = { package = "substrate-fixed", git = "https://github.com/encointer/substrate-fixed", tag = "v0.5.6" }

# Substrate dependencies
sp-runtime = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "master" }
Expand Down

0 comments on commit b2d167c

Please sign in to comment.