Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
bump version and README pimp
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Brenzikofer committed Sep 13, 2020
1 parent 3bee539 commit f4147f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# SGX-Runtime

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

Based on [Substrate Node Template](https://github.com/scs/substrate-node-template)

This substrate runtime is instantiated inside a Intel SGX enclave in the [SubstraTEE framework](https://www.substratee.com). Probably all substrate compatible pallets can be integrated and executed confidentially

Until paritytech/substrate#5547 is fixed, we need to patch `sr-io` and `externalities`.
This repo also hosts our SGX patchese for `sr-io` and `externalities`.
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ homepage = 'https://substrate.dev'
license = 'Unlicense'
name = 'sgx-runtime'
repository = 'https://github.com/paritytech/substrate/'
version = '2.0.0-rc5'
version = 'v0.6.12-sub2.0.0-rc5'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion substrate-sgx/externalities/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sgx-externalities"
version = "0.2.0"
authors = ["Supercomputing Systems AG <info@scs.ch>"]
authors = ["Supercomputing Systems AG <info@scs.ch> and Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
Expand Down

0 comments on commit f4147f2

Please sign in to comment.