bond_extra should be authorised only from stash (#2096)

* bond_extra should be authorised only from stash, lest the controller
gets compromised.

* Fix tests

* Fix grumbles

* Pass compact balances
This commit is contained in:
Gav Wood
2019-03-25 19:35:28 +01:00
committed by GitHub
parent 7ab7a826d3
commit 3ee0e69463
5 changed files with 17 additions and 15 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: 41,
spec_version: 42,
impl_version: 42,
apis: RUNTIME_API_VERSIONS,
};