Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Commit

Permalink
upgrade to substrate-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Brenzikofer authored and brenzi committed Nov 1, 2020
1 parent 7e9a6e4 commit 14c87f5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-substratee-registry"
version = "0.6.11-sub2.0.0-rc5"
version = "0.6.12-sub2.0.0"
authors = ["Supercomputing Systems AG <[email protected]>"]
edition = "2018"

Expand All @@ -23,29 +23,29 @@ path = './ias-verify'

[dependencies.sp-std]
default-features = false
version = '2.0.0-rc5'
version = '2.0.0'

[dependencies.frame-support]
default-features = false
version = '2.0.0-rc5'
version = '2.0.0'

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

[dependencies.sp-io]
default-features = false
version = '2.0.0-rc5'
version = '2.0.0'

[dependencies.sp-core]
default-features = false
version = '2.0.0-rc5'
version = '2.0.0'

[dependencies.timestamp]
default-features = false
package = "pallet-timestamp"
version = "2.0.0-rc5"
version = "2.0.0"

[dev-dependencies]
hex-literal = "*"
Expand All @@ -54,18 +54,18 @@ log = "*"

[dependencies.sp-runtime]
default-features = false
version = '2.0.0-rc5'
version = '2.0.0'

[dev-dependencies.externalities]
package = "sp-externalities"
version = "0.8.0-rc5"
version = "0.8.0"

[dev-dependencies.sp-keyring]
version = "2.0.0-rc5"
version = "2.0.0"

[dev-dependencies.balances]
package = "pallet-balances"
version = '2.0.0-rc5'
version = '2.0.0'

[features]
default = ['std']
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pallet-substratee-registry

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

A pallet for [SubstraTEE](https://www.substratee.com) that acts as a registry for SGX enclaves.
The pallet verifies remote attestation quotes from Intel Attestation Services against theit root Certificate.
Expand Down
14 changes: 7 additions & 7 deletions ias-verify/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ias-verify"
version = "0.1.1"
version = "0.1.2"
authors = ["Supercomputing Systems AG <[email protected]>"]
edition = "2018"

Expand All @@ -17,24 +17,24 @@ version = '1.3.0'

[dependencies.frame-support]
default-features = false
version = '2.0.0-rc5'
version = '2.0.0'

[dependencies.sp-std]
default-features = false
version = '2.0.0-rc5'
version = '2.0.0'

[dependencies.sp-io]
default-features = false
version = '2.0.0-rc5'
version = '2.0.0'
features = ["disable_panic_handler", "disable_oom"]

[dependencies.sp-core]
default-features = false
version = '2.0.0-rc5'
version = '2.0.0'

[dependencies.webpki]
git = 'https://github.com/Phala-Network/phala-blockchain.git'
rev = "7d342012105f2125ca0e48a3b9c702176af23471"
git = 'https://github.com/scs/webpki-nostd.git'
tag = "v0.21.0-nostd"
default_features = false

[dev-dependencies]
Expand Down

0 comments on commit 14c87f5

Please sign in to comment.