From 8e217477fa104b82cb868eb3cfe0b6f17f903662 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Fri, 29 Nov 2024 21:03:20 +0100 Subject: [PATCH] client 0.9.0 runtime 900 --- Cargo.lock | 4 ++-- node/Cargo.toml | 2 +- resources/metadata.scale | Bin 149648 -> 149648 bytes runtime/gdev/src/lib.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22d9c30cd..476f11fa0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3028,7 +3028,7 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "duniter" -version = "0.8.1" +version = "0.9.0" dependencies = [ "async-io", "bs58 0.5.1", @@ -4564,7 +4564,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a5613c31f18676f164112732202124f373bb2103ff017b3b85ca954ea6a66ada" dependencies = [ "combine 3.8.1", - "thiserror 1.0.69", + "failure", ] [[package]] diff --git a/node/Cargo.toml b/node/Cargo.toml index 9189c27b9..2ac9b0b34 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -7,7 +7,7 @@ homepage.workspace = true license.workspace = true name = "duniter" repository.workspace = true -version = "0.8.1" +version = "0.9.0" default-run = "duniter" [package.metadata.docs.rs] diff --git a/resources/metadata.scale b/resources/metadata.scale index db221c7f4528732b3c91dd29a07b5d5d748e2599..f76383179f1a2dbc51e879bbe3eea26780becb12 100644 GIT binary patch delta 27 jcmbO*k#oXC&W0_FI}bCqY~OX5QQn_1W&155rfsGGqIL@- delta 27 jcmbO*k#oXC&W0_FI}bA|Y~OX5QQn`CefupTrfsGGnhy$M diff --git a/runtime/gdev/src/lib.rs b/runtime/gdev/src/lib.rs index 7130b2a54..4fce49908 100644 --- a/runtime/gdev/src/lib.rs +++ b/runtime/gdev/src/lib.rs @@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 803, + spec_version: 900, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, -- GitLab