From 22cdc076baf3ea7e030280a61492dcb40bc4d3cd Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Wed, 29 Nov 2023 21:40:54 +0100 Subject: [PATCH] feat: update specs to 701 --- resources/metadata.scale | Bin 133159 -> 133159 bytes runtime/g1/src/lib.rs | 2 +- runtime/gdev/src/lib.rs | 2 +- runtime/gtest/src/lib.rs | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/metadata.scale b/resources/metadata.scale index feb60cefbc8d373fe604fd8131627d364bf79d79..40dabe8e9f18368994afebb474e4c1c07ab62171 100644 GIT binary patch delta 249 zcmZ2Jfn)guj)pCa$5t}#-F|!};}1b5Ifm^AcQcl0FekiXm~Qoi(SfDGUx;CQ-4jMd zMn;k83!XA+GBQm+^^{S8k!kzur;IF2Od1T+KR#z%$Zo{Iz`&x(INk3BqxAMIFBsXG zm|rk6OyBp4F@^aHBg6EcpBdw(H@{|l#Lf>=DG637H@)i(qZuRD^n-60V}K^hy=5#0 zY1=;KE#paMCJ~0|@gEsApjK{Q@saU4BZ{fpfu?#fVlj~e-NflY6Lq%F`^MNQ2mmNB BSC{|* delta 249 zcmZwAJqtl$7>Dua|2#)zL0P0uETYVk>C6VRK`g$3GD?}44C>xQ2JGrCN?C}nV3QMh z8BR)Uj+ce(SHG*@boHCA>Im~8vb-4L=95{;vkA&kCB|z?ZDD947jbZ9i!dOlV<HAc zD-$6oKAO;^G?HZP&~+L~A+#7Mvqz9edpM;s++La<P*kEP>3%_;YDa9|W#Con)Hor5 vBF#?7*|L5{NmczJZk@4IPrG0t`dRY8!VX_5+iDtrM9;5CwixI36?NYO3eHzf diff --git a/runtime/g1/src/lib.rs b/runtime/g1/src/lib.rs index d3358671c..c71865c95 100644 --- a/runtime/g1/src/lib.rs +++ b/runtime/g1/src/lib.rs @@ -92,7 +92,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: 700, + spec_version: 701, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/runtime/gdev/src/lib.rs b/runtime/gdev/src/lib.rs index 6b369df1a..82eb29bc9 100644 --- a/runtime/gdev/src/lib.rs +++ b/runtime/gdev/src/lib.rs @@ -95,7 +95,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: 700, + spec_version: 701, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/runtime/gtest/src/lib.rs b/runtime/gtest/src/lib.rs index 385b9968a..8ee543dc7 100644 --- a/runtime/gtest/src/lib.rs +++ b/runtime/gtest/src/lib.rs @@ -92,7 +92,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: 700, + spec_version: 701, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, -- GitLab