Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit 6a63fe2

Browse files
author
Andrei Navoichyk
authored
Merge pull request #215 from Cerebellum-Network/hotfix/2.36.1
Hotfix/2.36.1
2 parents d772ca2 + acea887 commit 6a63fe2

File tree

4 files changed

+23
-19
lines changed

4 files changed

+23
-19
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.36.1]
9+
### Changed
10+
- Updated ss58-registry version to 1.38.0
11+
812
## [2.36.0]
913
### Changed
1014
- Updated Substrate to polkadot-v0.9.22

Cargo.lock

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/node/runtime/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
128128
// and set impl_version to 0. If only runtime
129129
// implementation changes and behavior does not, then leave spec_version as
130130
// is and increment impl_version.
131-
spec_version: 30500,
131+
spec_version: 30600,
132132
impl_version: 0,
133133
apis: RUNTIME_API_VERSIONS,
134134
transaction_version: 2,

primitives/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ hex = { version = "0.4", default-features = false, optional = true }
5757
libsecp256k1 = { version = "0.7", default-features = false, features = ["static-context"], optional = true }
5858
merlin = { version = "2.0", default-features = false, optional = true }
5959
secp256k1 = { version = "0.21.2", default-features = false, features = ["recovery", "alloc"], optional = true }
60-
ss58-registry = { version = "1.17.0", default-features = false }
60+
ss58-registry = { version = "1.38.0", default-features = false }
6161
sp-core-hashing = { version = "4.0.0", path = "./hashing", default-features = false, optional = true }
6262
sp-runtime-interface = { version = "6.0.0", default-features = false, path = "../runtime-interface" }
6363

0 commit comments

Comments
 (0)