Update for new peerset API (#644)

* Reputation changes require reason

* Fixes

* Bump version
This commit is contained in:
Arkadiy Paronyan
2019-12-03 12:09:05 +01:00
committed by Gavin Wood
parent 72bfa8c615
commit 7cb57e7ab6
23 changed files with 230 additions and 219 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "polkadot-runtime"
version = "0.7.3"
version = "0.7.4"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
build = "build.rs"
+1 -1
View File
@@ -97,7 +97,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 1024,
spec_version: 1025,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};