Skip to content

Commit

Permalink
Merge pull request #130 from oasisprotocol/kostko/feature/release-0.5.2
Browse files Browse the repository at this point in the history
runtime: Prepare 0.5.2
  • Loading branch information
kostko committed May 24, 2023
2 parents ef375bb + 5aad476 commit 55284f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions runtime/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sapphire-paratime"
version = "0.5.2-testnet"
version = "0.5.2"
authors = ["Oasis Protocol Foundation <info@oasisprotocol.org>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -18,7 +18,7 @@ threads = 8
debug = false

[dependencies]
keymanager = { git = "https://github.com/oasisprotocol/keymanager-paratime", tag = "v0.3.3-testnet" }
keymanager = { git = "https://github.com/oasisprotocol/keymanager-paratime", tag = "v0.3.3" }

# SDK.
module-evm = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "runtime-sdk/v0.6.0", package = "oasis-runtime-sdk-evm" }
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ impl sdk::Runtime for Runtime {
} else {
// Mainnet.
Some(TrustRoot {
height: 12533413,
hash: "b6a3ec513d4e80fbe35565e7ff5d2ebb048eb07a611395c901db4e1c476bfece".into(),
height: 14020144,
hash: "a7070a0a4f86b05c1c50d703869c5fa49d86a011f5c647960ca7d42341521d80".into(),
runtime_id: "000000000000000000000000000000000000000000000000f80306c9858e7279"
.into(),
chain_context: "b11b369e0da5bb230b220127f5e7b242d385ef8c6f54906243f30af63c815535"
Expand Down

0 comments on commit 55284f3

Please sign in to comment.