Delegation voting (#1827)

* feat: add on-chain delegation voting

* fix: add recursion limit to delegated_votes

* fix: tests

* fix: count votes before limit exceeded
This commit is contained in:
Marcio Diaz
2019-03-18 18:33:36 +01:00
committed by GitHub
parent 530c12b4dc
commit 648b11e118
4 changed files with 239 additions and 7 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 36,
impl_version: 39,
spec_version: 37,
impl_version: 40,
apis: RUNTIME_API_VERSIONS,
};