Adding vesting logic to claims (#637)

* Adding vesting logic to claims

* Add genesis

* Update runtime/src/claims.rs

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>

* Bump spec

* Update runtime/src/claims.rs
This commit is contained in:
Shawn Tabrizi
2019-12-02 17:55:54 +01:00
committed by Gavin Wood
parent 675ca2e258
commit b637a77249
3 changed files with 58 additions and 7 deletions
+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: 1023,
spec_version: 1024,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};