From 91942b0236befabea475a8165da084278563e779 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Sun, 4 Feb 2024 11:55:48 +0100 Subject: [PATCH] release: runtime-800 + spec update --- resources/gdev.yaml | 6 +++--- runtime/g1/src/lib.rs | 2 +- runtime/gdev/src/lib.rs | 2 +- runtime/gtest/src/lib.rs | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/gdev.yaml b/resources/gdev.yaml index a2d5008b4..d232831de 100644 --- a/resources/gdev.yaml +++ b/resources/gdev.yaml @@ -44,9 +44,9 @@ parameters: # Maximum quantity of currently valid certifications emitted by a same issuer. 15 certs. smith_cert_max_by_issuer: 15 # Maximum duration a smith can be offline without being excluded - smith_inactivity_max_duration: 48 + smith_inactivity_max_duration: 336 # Number of required received smith certs to become a smith member - smith_wot_min_cert_for_membership: 3 + smith_wot_min_cert_for_membership: 2 # Clique Smith WoT: each smith will certify by each other smith automatically on Genesis clique_smiths: @@ -67,4 +67,4 @@ treasury_funder_pubkey: "2ny7YAdmzReQxAayyJZsyVYwYhVyax2thKcGknmQy5nQ" # The technical committee members, to act as sudo technical_committee: - ["Pini", "moul", "HugoTrentesaux", "tuxmain", "1000i100", "vit", "cgeek"] + ["Pini", "moul", "HugoTrentesaux", "tuxmain", "Maaltir", "vit", "cgeek", "poka"] diff --git a/runtime/g1/src/lib.rs b/runtime/g1/src/lib.rs index e3f5a7228..64b716370 100644 --- a/runtime/g1/src/lib.rs +++ b/runtime/g1/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: 701, + spec_version: 800, 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 485138f83..e77cd6809 100644 --- a/runtime/gdev/src/lib.rs +++ b/runtime/gdev/src/lib.rs @@ -94,7 +94,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: 701, + spec_version: 800, 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 70da1da86..88e2ebb48 100644 --- a/runtime/gtest/src/lib.rs +++ b/runtime/gtest/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: 701, + spec_version: 800, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, -- GitLab