Skip to content

Commit

Permalink
Merge pull request #114 from oasisprotocol/kostko/feature/release-0.4.0
Browse files Browse the repository at this point in the history
runtime: Prepare release 0.4.0
  • Loading branch information
kostko authored Feb 12, 2023
2 parents 54c7f10 + 9f06e60 commit 5cbcdf7
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.4.0-testnet"
version = "0.4.0"
authors = ["Oasis Protocol Foundation <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -18,7 +18,7 @@ threads = 6
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.3.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 @@ -128,8 +128,8 @@ impl sdk::Runtime for Runtime {
} else {
// Mainnet.
Some(TrustRoot {
height: 12282779,
hash: "c132606dc870fbf386cb7a84f8fb033c4911f8dd0b235efa22219b2c6cf7bf35".into(),
height: 12533413,
hash: "b6a3ec513d4e80fbe35565e7ff5d2ebb048eb07a611395c901db4e1c476bfece".into(),
runtime_id: "000000000000000000000000000000000000000000000000f80306c9858e7279"
.into(),
chain_context: "b11b369e0da5bb230b220127f5e7b242d385ef8c6f54906243f30af63c815535"
Expand Down

0 comments on commit 5cbcdf7

Please sign in to comment.