Skip to content

Commit

Permalink
Merge pull request #41 from oasisprotocol/kostko/feature/prepare-2.6.2
Browse files Browse the repository at this point in the history
Prepare release 2.6.2
  • Loading branch information
kostko authored Jan 26, 2023
2 parents 51548cf + 40fc578 commit a715055
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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 = "cipher-paratime"
version = "2.6.2-testnet"
version = "2.6.2"
authors = ["Oasis Protocol Foundation <info@oasisprotocol.org>"]
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.
oasis-runtime-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", rev = "45367837bc74540253c8a943cd982583f698be3f" }
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ impl sdk::Runtime for Runtime {
} else {
// Mainnet.
Some(TrustRoot {
height: 11755797,
hash: "8a8a45787d5d73a6c0e661b5780458c9cfc91c5a3a20f14515308ba32013769d".into(),
height: 12282779,
hash: "c132606dc870fbf386cb7a84f8fb033c4911f8dd0b235efa22219b2c6cf7bf35".into(),
runtime_id: "000000000000000000000000000000000000000000000000e199119c992377cb"
.into(),
chain_context: "b11b369e0da5bb230b220127f5e7b242d385ef8c6f54906243f30af63c815535"
Expand Down

0 comments on commit a715055

Please sign in to comment.