Skip to content

Commit

Permalink
Merge pull request #171 from oasisprotocol/kostko/feature/release-0.6…
Browse files Browse the repository at this point in the history
….2-testnet

runtime: Bump Oasis SDK to 0.7.2 and prepare 0.6.2-testnet
  • Loading branch information
kostko committed Sep 4, 2023
2 parents eb3de03 + 5b0e63f commit 87e5084
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions clients/go/.golangci.yml
@@ -1,3 +1,6 @@
run:
timeout: 5m

linters-settings:
gosec:
excludes:
Expand Down
8 changes: 4 additions & 4 deletions runtime/Cargo.lock

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

6 changes: 3 additions & 3 deletions runtime/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sapphire-paratime"
version = "0.6.1-testnet"
version = "0.6.2-testnet"
authors = ["Oasis Protocol Foundation <info@oasisprotocol.org>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -21,8 +21,8 @@ debug = false
keymanager = { git = "https://github.com/oasisprotocol/keymanager-paratime", tag = "v0.3.3-testnet" }

# SDK.
module-evm = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "runtime-sdk/v0.7.1", package = "oasis-runtime-sdk-evm" }
oasis-runtime-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "runtime-sdk/v0.7.1" }
module-evm = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "runtime-sdk/v0.7.2", package = "oasis-runtime-sdk-evm" }
oasis-runtime-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "runtime-sdk/v0.7.2" }

# Third party.
once_cell = "1.8.0"
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Expand Up @@ -122,8 +122,8 @@ impl sdk::Runtime for Runtime {
if is_testnet() {
// Testnet.
Some(TrustRoot {
height: 16955217,
hash: "310020a2fad60820610303c015a413bee45b579a34cc1a90706bcbab8b06bd37".into(),
height: 17155743,
hash: "098e590c6b5502882374418b488d8d798ec939ddf450786c8bff2741e3d8c6f5".into(),
runtime_id: "000000000000000000000000000000000000000000000000a6d1e3ebf60dff6c"
.into(),
chain_context: "50304f98ddb656620ea817cc1446c401752a05a249b36c9b90dba4616829977a"
Expand Down

0 comments on commit 87e5084

Please sign in to comment.