Skip to content

Commit

Permalink
bump creates version
Browse files Browse the repository at this point in the history
  • Loading branch information
supreme committed May 28, 2024
1 parent b44a50d commit b1dfe86
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/substrate-developer-hub>"]
homepage = "https://substrate.io/"
Expand Down
2 changes: 1 addition & 1 deletion pallets/subspace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/salvivona>",
Expand Down

0 comments on commit b1dfe86

Please sign in to comment.