Skip to content

Commit

Permalink
fixup! revert branches
Browse files Browse the repository at this point in the history
  • Loading branch information
OverOrion committed Nov 15, 2022
1 parent 6857b3b commit d6d6697
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 43 deletions.
45 changes: 7 additions & 38 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2277,23 +2277,6 @@ dependencies = [
"cxx-build",
]

[[package]]
name = "ias-verify"
version = "0.1.4"
source = "git+https://github.com/integritee-network/pallets.git?branch=develop-polkadot-v0.9.29#2ac380ce82bc1fd8da3bf7419480d04f700c1d08"
dependencies = [
"base64 0.13.1",
"chrono 0.4.23",
"frame-support",
"parity-scale-codec",
"scale-info",
"serde_json 1.0.87",
"sp-core",
"sp-io 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.29)",
"sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.29)",
"webpki 0.21.0",
]

[[package]]
name = "ias-verify"
version = "0.1.4"
Expand Down Expand Up @@ -2436,7 +2419,7 @@ dependencies = [
"sp-runtime",
"substrate-api-client",
"substrate-client-keystore",
"teerex-primitives 0.1.0 (git+https://github.com/integritee-network/pallets.git?branch=develop-polkadot-v0.9.29)",
"teerex-primitives",
"ws",
]

Expand Down Expand Up @@ -2537,7 +2520,7 @@ dependencies = [
"sp-keyring",
"sp-runtime",
"substrate-api-client",
"teerex-primitives 0.1.0 (git+https://github.com/integritee-network/pallets.git?branch=develop-polkadot-v0.9.29)",
"teerex-primitives",
"thiserror 1.0.37",
"tokio",
"warp",
Expand Down Expand Up @@ -4961,7 +4944,7 @@ dependencies = [
[[package]]
name = "pallet-parentchain"
version = "0.9.0"
source = "git+https://github.com/integritee-network/pallets.git?branch=develop-polkadot-v0.9.29#2ac380ce82bc1fd8da3bf7419480d04f700c1d08"
source = "git+https://github.com/integritee-network/pallets.git?branch=master#2e55172af5249b1569617eaa080dfcd8fd9e54aa"
dependencies = [
"frame-support",
"frame-system",
Expand Down Expand Up @@ -5058,7 +5041,7 @@ dependencies = [
"sp-io 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.29)",
"sp-runtime",
"sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.29)",
"teerex-primitives 0.1.0 (git+https://github.com/integritee-network/pallets.git?branch=master)",
"teerex-primitives",
]

[[package]]
Expand Down Expand Up @@ -5101,7 +5084,7 @@ source = "git+https://github.com/integritee-network/pallets.git?branch=master#2e
dependencies = [
"frame-support",
"frame-system",
"ias-verify 0.1.4 (git+https://github.com/integritee-network/pallets.git?branch=master)",
"ias-verify",
"log 0.4.17",
"pallet-timestamp",
"parity-scale-codec",
Expand All @@ -5111,7 +5094,7 @@ dependencies = [
"sp-io 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.29)",
"sp-runtime",
"sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.29)",
"teerex-primitives 0.1.0 (git+https://github.com/integritee-network/pallets.git?branch=master)",
"teerex-primitives",
]

[[package]]
Expand Down Expand Up @@ -7660,26 +7643,12 @@ dependencies = [
"substrate-fixed",
]

[[package]]
name = "teerex-primitives"
version = "0.1.0"
source = "git+https://github.com/integritee-network/pallets.git?branch=develop-polkadot-v0.9.29#2ac380ce82bc1fd8da3bf7419480d04f700c1d08"
dependencies = [
"ias-verify 0.1.4 (git+https://github.com/integritee-network/pallets.git?branch=develop-polkadot-v0.9.29)",
"parity-scale-codec",
"scale-info",
"serde 1.0.147",
"sp-core",
"sp-io 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.29)",
"sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.29)",
]

[[package]]
name = "teerex-primitives"
version = "0.1.0"
source = "git+https://github.com/integritee-network/pallets.git?branch=master#2e55172af5249b1569617eaa080dfcd8fd9e54aa"
dependencies = [
"ias-verify 0.1.4 (git+https://github.com/integritee-network/pallets.git?branch=master)",
"ias-verify",
"parity-scale-codec",
"scale-info",
"serde 1.0.147",
Expand Down
2 changes: 1 addition & 1 deletion app-libs/sgx-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sp-version = { default-features = false, git = "https://github.com/paritytech/su

# Integritee dependencies
pallet-evm = { default-features = false, optional = true, git = "https://github.com/integritee-network/frontier.git", branch = "polkadot-v0.9.29" }
pallet-parentchain = { default-features = false, git = "https://github.com/integritee-network/pallets.git", branch = "develop-polkadot-v0.9.29" }
pallet-parentchain = { default-features = false, git = "https://github.com/integritee-network/pallets.git", branch = "master" }

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion app-libs/stf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sp-runtime = { default-features = false, git = "https://github.com/paritytech/su

# scs / integritee
my-node-runtime = { package = "integritee-node-runtime", optional = true, git = "https://github.com/integritee-network/integritee-node.git", branch = "master" }
pallet-parentchain = { default-features = false, git = "https://github.com/integritee-network/pallets.git", branch = "develop-polkadot-v0.9.29" }
pallet-parentchain = { default-features = false, git = "https://github.com/integritee-network/pallets.git", branch = "master" }


[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ my-node-runtime = { package = "integritee-node-runtime", git = "https://github.c
pallet-evm = { optional = true, git = "https://github.com/integritee-network/frontier.git", branch = "polkadot-v0.9.29" }
substrate-api-client = { features = ["ws-client"], git = "https://github.com/scs/substrate-api-client.git", branch = "polkadot-v0.9.29" }
substrate-client-keystore = { git = "https://github.com/scs/substrate-api-client.git", branch = "polkadot-v0.9.29" }
teerex-primitives = { git = "https://github.com/integritee-network/pallets.git", branch = "develop-polkadot-v0.9.29" }
teerex-primitives = { git = "https://github.com/integritee-network/pallets.git", branch = "master" }

# substrate dependencies
frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.29" }
Expand Down
2 changes: 1 addition & 1 deletion enclave-runtime/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2789,7 +2789,7 @@ dependencies = [
[[package]]
name = "pallet-parentchain"
version = "0.9.0"
source = "git+https://github.com/integritee-network/pallets.git?branch=develop-polkadot-v0.9.29#2ac380ce82bc1fd8da3bf7419480d04f700c1d08"
source = "git+https://github.com/integritee-network/pallets.git?branch=master#2e55172af5249b1569617eaa080dfcd8fd9e54aa"
dependencies = [
"frame-support",
"frame-system",
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ its-storage = { path = "../sidechain/storage" }
# scs / integritee
my-node-runtime = { package = "integritee-node-runtime", git = "https://github.com/integritee-network/integritee-node.git", branch = "master" }
substrate-api-client = { git = "https://github.com/scs/substrate-api-client.git", branch = "polkadot-v0.9.29" }
teerex-primitives = { git = "https://github.com/integritee-network/pallets.git", branch = "develop-polkadot-v0.9.29" }
teerex-primitives = { git = "https://github.com/integritee-network/pallets.git", branch = "master" }

# Substrate dependencies
frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.29" }
Expand Down

0 comments on commit d6d6697

Please sign in to comment.