Make sure that vested claims are not transferable (#1160)

* Make sure that vested claims are not transferable

We need to deposit the claimed balance to the destination account before
setting the locks through the vesting module. Otherwise we loose the
locks and the vested claim is directly transferable.

* Add comment

* Enable missing feature for webbrowser check

* Remove unneeded error variant

* Increment `spec_version`'s

* Fix tests
This commit is contained in:
Bastian Köcher
2020-05-28 00:19:23 +02:00
committed by GitHub
parent 357ed9f3ec
commit 94f407807e
6 changed files with 35 additions and 22 deletions
+2 -2
View File
@@ -84,8 +84,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 1064,
impl_version: 1,
spec_version: 1065,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
};