Skip to content

Commit

Permalink
Merge pull request #45 from oasisprotocol/kostko/feature/prepare-3.0.2
Browse files Browse the repository at this point in the history
runtime: Prepare 3.0.2
  • Loading branch information
kostko authored Dec 4, 2023
2 parents 26539e0 + 92e73aa commit a257dfb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[advisories]
ignore = [
"RUSTSEC-2020-0071", # Remove once upstream dependencies are updated.
"RUSTSEC-2023-0071", # Does not affect our current use of the library.
]
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 = "3.0.2-testnet"
version = "3.0.2"
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.4.1-testnet" }
keymanager = { git = "https://github.com/oasisprotocol/keymanager-paratime", tag = "v0.4.1" }

# SDK.
oasis-runtime-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "runtime-sdk/v0.8.2", features = ["debug-logging"] }
Expand Down
8 changes: 4 additions & 4 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const fn state_version() -> u32 {
7
} else {
// Mainnet.
2
3
}
}

Expand Down Expand Up @@ -118,11 +118,11 @@ impl sdk::Runtime for Runtime {
} else {
// Mainnet.
Some(TrustRoot {
height: 12282779,
hash: "c132606dc870fbf386cb7a84f8fb033c4911f8dd0b235efa22219b2c6cf7bf35".into(),
height: 16887695,
hash: "a3382aaaf7ff53c364ecddaf9577a819d415521d0b0a6362c9c3ea6a13a2356c".into(),
runtime_id: "000000000000000000000000000000000000000000000000e199119c992377cb"
.into(),
chain_context: "b11b369e0da5bb230b220127f5e7b242d385ef8c6f54906243f30af63c815535"
chain_context: "bb3d748def55bdfb797a2ac53ee6ee141e54cd2ab2dc2375f4a0703a178e6e55"
.to_string(),
})
}
Expand Down

0 comments on commit a257dfb

Please sign in to comment.