diff --git a/clients/go/.golangci.yml b/clients/go/.golangci.yml index 65216bcc..63e0c76f 100644 --- a/clients/go/.golangci.yml +++ b/clients/go/.golangci.yml @@ -1,3 +1,6 @@ +run: + timeout: 5m + linters-settings: gosec: excludes: diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index aeac512c..f062a87a 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2153,7 +2153,7 @@ dependencies = [ [[package]] name = "oasis-runtime-sdk" version = "0.7.0" -source = "git+https://github.com/oasisprotocol/oasis-sdk?tag=runtime-sdk/v0.7.1#1f8edd8a50100b2dc2e3a790d72fa886fa24f439" +source = "git+https://github.com/oasisprotocol/oasis-sdk?tag=runtime-sdk/v0.7.2#43bb365683b5fc545be50d09643175becb5f540f" dependencies = [ "anyhow", "base64", @@ -2192,7 +2192,7 @@ dependencies = [ [[package]] name = "oasis-runtime-sdk-evm" version = "0.5.0" -source = "git+https://github.com/oasisprotocol/oasis-sdk?tag=runtime-sdk/v0.7.1#1f8edd8a50100b2dc2e3a790d72fa886fa24f439" +source = "git+https://github.com/oasisprotocol/oasis-sdk?tag=runtime-sdk/v0.7.2#43bb365683b5fc545be50d09643175becb5f540f" dependencies = [ "anyhow", "base64", @@ -2224,7 +2224,7 @@ dependencies = [ [[package]] name = "oasis-runtime-sdk-macros" version = "0.3.0" -source = "git+https://github.com/oasisprotocol/oasis-sdk?tag=runtime-sdk/v0.7.1#1f8edd8a50100b2dc2e3a790d72fa886fa24f439" +source = "git+https://github.com/oasisprotocol/oasis-sdk?tag=runtime-sdk/v0.7.2#43bb365683b5fc545be50d09643175becb5f540f" dependencies = [ "darling", "proc-macro2 1.0.66", @@ -2870,7 +2870,7 @@ dependencies = [ [[package]] name = "sapphire-paratime" -version = "0.6.1-testnet" +version = "0.6.2-testnet" dependencies = [ "keymanager", "oasis-runtime-sdk", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index bf581ca4..9046d4de 100644 --- a/runtime/Cargo.toml +++ b/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 "] edition = "2021" license = "Apache-2.0" @@ -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" diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index c12cfee7..7288d7be 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -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"