Proxy voting (#2137)

* Proxy voting in democracy

* Proxy voting for council elections

* Bump and build

* Kill proxy when account dead

* Rebuild wasm

* Fix democraxy delegation locking

* Update srml/council/src/seats.rs

Co-Authored-By: gavofyork <github@gavwood.com>

* Update to use mutate
This commit is contained in:
Gav Wood
2019-03-29 16:07:04 +01:00
committed by GitHub
parent 5c9f306eb3
commit 086d55397b
5 changed files with 189 additions and 41 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 50,
spec_version: 51,
impl_version: 51,
apis: RUNTIME_API_VERSIONS,
};