Skip to content

Commit

Permalink
Merge pull request #199 from oasisprotocol/kostko/feature/release-0.6.4
Browse files Browse the repository at this point in the history
runtime: Prepare 0.6.4
  • Loading branch information
kostko authored Oct 4, 2023
2 parents c565d5f + 7be74e7 commit 1422b07
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
62 changes: 31 additions & 31 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.6.4-testnet"
version = "0.6.4"
authors = ["Oasis Protocol Foundation <[email protected]>"]
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.7.4", 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 @@ -143,8 +143,8 @@ impl sdk::Runtime for Runtime {
} else {
// Mainnet.
Some(TrustRoot {
height: 14020144,
hash: "a7070a0a4f86b05c1c50d703869c5fa49d86a011f5c647960ca7d42341521d80".into(),
height: 15986195,
hash: "14b178d8c77e1dfe84cdb13d09369effc7d814a9db0e7b87a84ce9f62d3d30f1".into(),
runtime_id: "000000000000000000000000000000000000000000000000f80306c9858e7279"
.into(),
chain_context: "b11b369e0da5bb230b220127f5e7b242d385ef8c6f54906243f30af63c815535"
Expand Down

0 comments on commit 1422b07

Please sign in to comment.