Skip to content

Commit

Permalink
upgrade to upstream 2.0.0-rc5 (#177)
Browse files Browse the repository at this point in the history
fix .dispatch filtering introduced in paritytech/substrate#6318
depend on tag version for sgx-runtime
  • Loading branch information
brenzi committed Sep 13, 2020
2 parents bf977d5 + 3d2ba92 commit ba3092c
Show file tree
Hide file tree
Showing 14 changed files with 1,638 additions and 918 deletions.
1,322 changes: 1,075 additions & 247 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# substraTEE-worker

![badge](https://img.shields.io/badge/substrate-2.0.0--alpha.7-success)
![badge](https://img.shields.io/badge/substrate-2.0.0--rc5-success)

SubstraTEE worker for SubstraTEE node

Expand Down
22 changes: 11 additions & 11 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substratee-client"
version = "0.6.11-sub2.0.0-alpha.7"
version = "0.6.12-sub2.0.0-rc5"
authors = ["Supercomputing Systems AG <info@scs.ch>"]
edition = "2018"

Expand All @@ -21,7 +21,7 @@ blake2-rfc = { version = "0.2.18", default-features = false}

[dependencies.substrate-api-client]
git = "https://github.com/scs/substrate-api-client"
tag = "v0.4.6-sub2.0.0-alpha.7"
tag = "v0.4.7-sub2.0.0-rc5"

[dependencies.serde]
features = ["derive"]
Expand All @@ -32,28 +32,28 @@ version = "1.0"
default-features = false
package = "parity-scale-codec"
features = ["derive"]
version = "1.3.0"
version = "1.3.1"

[dependencies.sp-core]
version = '2.0.0-alpha.7'
version = '2.0.0-rc5'

[dependencies.sp-runtime]
version = '2.0.0-alpha.7'
version = '2.0.0-rc5'

[dependencies.sc-keystore]
version = '2.0.0-alpha.7'
version = '2.0.0-rc5'

[dependencies.pallet-balances]
version = '2.0.0-alpha.7'
version = '2.0.0-rc5'
default-features=false

[dependencies.frame-system]
version = '2.0.0-alpha.7'
version = '2.0.0-rc5'
default-features=false

[dependencies.substratee-node-runtime]
git = "https://github.com/scs/substraTEE-node"
tag = "v0.6.6-sub2.0.0-alpha.7"
tag = "v0.6.11-sub2.0.0-rc5"
package = "substratee-node-runtime"

[dependencies.substratee-stf]
Expand All @@ -63,10 +63,10 @@ path = "../stf"
path = "../worker/worker-api"

[dependencies.sp-keyring]
version = '2.0.0-alpha.7'
version = '2.0.0-rc5'

[dependencies.sp-application-crypto]
version = '2.0.0-alpha.7'
version = '2.0.0-rc5'

#[patch.crates-io]
#ed25519-dalek = { git = "https://github.com/scs/ed25519-dalek.git", branch = "no_std_sgx"}
Loading

0 comments on commit ba3092c

Please sign in to comment.