Skip to content

Commit

Permalink
bump integritee-node-runtime and sgx-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jun 29, 2021
1 parent 9fc8573 commit 25dfdb6
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ dependencies = [
[[package]]
name = "ias-verify"
version = "0.1.4"
source = "git+https://github.com/scs/pallet-substratee-registry.git?branch=feature-gate-ias-check#8fc938ba1d78678552acd8b7f0a5b73521c4f48e"
source = "git+https://github.com/scs/pallet-substratee-registry.git?branch=master#10f13173d2a07b3eb1062a956cda0e9dcd99a541"
dependencies = [
"base64 0.11.0",
"chrono",
Expand Down Expand Up @@ -2809,7 +2809,7 @@ dependencies = [
[[package]]
name = "pallet-substratee-registry"
version = "0.9.0"
source = "git+https://github.com/scs/pallet-substratee-registry.git?branch=feature-gate-ias-check#8fc938ba1d78678552acd8b7f0a5b73521c4f48e"
source = "git+https://github.com/scs/pallet-substratee-registry.git?branch=master#10f13173d2a07b3eb1062a956cda0e9dcd99a541"
dependencies = [
"frame-support",
"frame-system",
Expand Down Expand Up @@ -4096,7 +4096,7 @@ dependencies = [
[[package]]
name = "sgx-externalities"
version = "0.3.0"
source = "git+https://github.com/scs/sgx-runtime?branch=version-update#de9fc665a1e5268e53432841d642d61ddc793db2"
source = "git+https://github.com/scs/sgx-runtime?branch=master#bb0b6a206006299ab773a375197c4846a4c83a30"
dependencies = [
"environmental",
"log 0.4.14 (git+https://github.com/mesalock-linux/log-sgx)",
Expand All @@ -4109,7 +4109,7 @@ dependencies = [
[[package]]
name = "sgx-runtime"
version = "0.8.0"
source = "git+https://github.com/scs/sgx-runtime?branch=version-update#de9fc665a1e5268e53432841d642d61ddc793db2"
source = "git+https://github.com/scs/sgx-runtime?branch=master#bb0b6a206006299ab773a375197c4846a4c83a30"
dependencies = [
"frame-executive",
"frame-support",
Expand Down Expand Up @@ -4731,7 +4731,7 @@ dependencies = [
[[package]]
name = "sp-io"
version = "3.1.0"
source = "git+https://github.com/scs/sgx-runtime?branch=version-update#de9fc665a1e5268e53432841d642d61ddc793db2"
source = "git+https://github.com/scs/sgx-runtime?branch=master#bb0b6a206006299ab773a375197c4846a4c83a30"
dependencies = [
"environmental",
"hash-db",
Expand Down Expand Up @@ -5243,8 +5243,8 @@ dependencies = [

[[package]]
name = "substratee-node-runtime"
version = "0.8.0"
source = "git+https://github.com/scs/substraTEE-node?branch=feature-gate-ias-verify#102dee0f031a1aca16962dc9899db0607a6e9515"
version = "0.9.0"
source = "git+https://github.com/scs/substraTEE-node?branch=master#d0df8591618ca175cf03970a26b1ab1e52aef4a5"
dependencies = [
"frame-executive",
"frame-support",
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ default-features=false

[dependencies.my-node-runtime]
git = "https://github.com/scs/substraTEE-node"
branch = "feature-gate-ias-verify"
branch = "master"
package = "substratee-node-runtime"

[dependencies.substratee-worker-primitives]
Expand Down
6 changes: 3 additions & 3 deletions enclave/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ dependencies = [
[[package]]
name = "sgx-externalities"
version = "0.3.0"
source = "git+https://github.com/scs/sgx-runtime?branch=version-update#de9fc665a1e5268e53432841d642d61ddc793db2"
source = "git+https://github.com/scs/sgx-runtime?branch=master#bb0b6a206006299ab773a375197c4846a4c83a30"
dependencies = [
"environmental",
"log",
Expand All @@ -1889,7 +1889,7 @@ dependencies = [
[[package]]
name = "sgx-runtime"
version = "0.8.0"
source = "git+https://github.com/scs/sgx-runtime?branch=version-update#de9fc665a1e5268e53432841d642d61ddc793db2"
source = "git+https://github.com/scs/sgx-runtime?branch=master#bb0b6a206006299ab773a375197c4846a4c83a30"
dependencies = [
"frame-executive",
"frame-support",
Expand Down Expand Up @@ -2334,7 +2334,7 @@ dependencies = [
[[package]]
name = "sp-io"
version = "3.1.0"
source = "git+https://github.com/scs/sgx-runtime?branch=version-update#de9fc665a1e5268e53432841d642d61ddc793db2"
source = "git+https://github.com/scs/sgx-runtime?branch=master#bb0b6a206006299ab773a375197c4846a4c83a30"
dependencies = [
"environmental",
"hash-db",
Expand Down
6 changes: 3 additions & 3 deletions enclave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ features = ["dangerous_configuration"]

[dependencies.sp-io]
git = "https://github.com/scs/sgx-runtime"
branch = "version-update"
branch = "master"
default-features = false
optional = true
features = ["disable_oom", "disable_panic_handler", "disable_allocator", "sgx"]
Expand Down Expand Up @@ -147,7 +147,7 @@ features = ["sgx"]

[dependencies.sgx-externalities]
git = "https://github.com/scs/sgx-runtime"
branch = "version-update"
branch = "master"
default-features = false

[dependencies.substratee-node-primitives]
Expand Down Expand Up @@ -183,4 +183,4 @@ env_logger = { git = "https://github.com/mesalock-linux/env_logger-sgx", default
[patch."https://github.com/paritytech/substrate"]
log = { git = "https://github.com/mesalock-linux/log-sgx" }
env_logger = { git = "https://github.com/mesalock-linux/env_logger-sgx", default-features = false, features = ["mesalock_sgx"] }
sp-io = { git = "https://github.com/scs/sgx-runtime", branch = "version-update", default-features = false, features = ["disable_oom", "disable_panic_handler", "disable_allocator", "sgx"]}
sp-io = { git = "https://github.com/scs/sgx-runtime", branch = "master", default-features = false, features = ["disable_oom", "disable_panic_handler", "disable_allocator", "sgx"]}
2 changes: 1 addition & 1 deletion primitives/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ optional = true

[dependencies.my-node-runtime]
git = "https://github.com/scs/substraTEE-node"
branch = "feature-gate-ias-verify"
branch = "master"
package = "substratee-node-runtime"
optional = true

Expand Down
8 changes: 4 additions & 4 deletions stf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,25 +96,25 @@ default-features = false
[dependencies.sp-io]
default-features = false
git = "https://github.com/scs/sgx-runtime"
branch = "version-update"
branch = "master"
features = ["disable_oom", "disable_panic_handler", "disable_allocator", "sgx"]
optional = true

[dependencies.sgx-runtime]
default-features = false
git = "https://github.com/scs/sgx-runtime"
branch = "version-update"
branch = "master"
optional = true

[dependencies.sgx-externalities]
default-features = false
git = "https://github.com/scs/sgx-runtime"
branch = "version-update"
branch = "master"
optional = true

[dependencies.my-node-runtime]
git = "https://github.com/scs/substraTEE-node"
branch = "feature-gate-ias-verify"
branch = "master"
package = "substratee-node-runtime"
optional = true

Expand Down
2 changes: 1 addition & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ path = "worker-api"

[dependencies.my-node-runtime]
git = "https://github.com/scs/substraTEE-node"
branch = "feature-gate-ias-verify"
branch = "master"
package = "substratee-node-runtime"

[dependencies.sp-finality-grandpa]
Expand Down

0 comments on commit 25dfdb6

Please sign in to comment.