From b1dfe86a5ac6ca404d0110540b9f3f96cb9f3561 Mon Sep 17 00:00:00 2001 From: supreme Date: Tue, 28 May 2024 19:40:06 +0200 Subject: [PATCH] bump creates version --- CHANGELOG | 13 +++++++++++++ Cargo.lock | 6 +++--- node/Cargo.toml | 2 +- pallets/subspace/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e83728e30..a10e1e759 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,18 @@ # Changelog +## Version 1.7.4 + +Spec version `114` + +- Moved global parameters, of: + - `target_registration_interval` + - `target_registration_per_interval` + To subnet owner control +- Decreased `MaxRegistrationPerBlock` from `5`-> `3` +- Introduced a new SubnetParam `MaxRegistrationsPerInterval`, +which defines how many registraions per `target_registration_interval` can happen, +above are rate limited. + ## Version 1.7.3 Spec version: `113` diff --git a/Cargo.lock b/Cargo.lock index fa1519392..2d8f4590f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4346,7 +4346,7 @@ dependencies = [ [[package]] name = "node-subspace" -version = "1.7.3" +version = "1.7.4" dependencies = [ "clap", "fp-evm", @@ -4397,7 +4397,7 @@ dependencies = [ [[package]] name = "node-subspace-runtime" -version = "1.7.3" +version = "1.7.4" dependencies = [ "fp-account", "fp-evm", @@ -4870,7 +4870,7 @@ dependencies = [ [[package]] name = "pallet-subspace" -version = "1.7.3" +version = "1.7.4" dependencies = [ "bty", "frame-benchmarking", diff --git a/node/Cargo.toml b/node/Cargo.toml index f94dc1c45..7f6ae24e8 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-subspace" -version = "1.7.3" +version = "1.7.4" description = "A fresh FRAME-based Substrate node, ready for hacking." authors = ["Substrate DevHub "] homepage = "https://substrate.io/" diff --git a/pallets/subspace/Cargo.toml b/pallets/subspace/Cargo.toml index de861708d..b0609ced0 100644 --- a/pallets/subspace/Cargo.toml +++ b/pallets/subspace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-subspace" -version = "1.7.3" +version = "1.7.4" description = "FRAME pallet for runtime logic of Subspace Blockchain." authors = ["Commune Nucleus Team"] homepage = "https://commune.com" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index e338fb2dd..25ff0e0e3 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-subspace-runtime" -version = "1.7.3" +version = "1.7.4" description = "A Substrate node for commune-ai" authors = [ "Sal Vivona ",