difftreelog
style fix typos (#998)
in: master
* fix typo * fix typos * fix typos
3 files changed
README.mddiffbeforeafterboth129129130## Run Integration Tests130## Run Integration Tests1311311321. Install all needed dependecies1321. Install all needed dependencies133```133```134cd tests134cd tests135yarn install135yarn installdoc/vesting.mddiffbeforeafterboth7## VestedTransfer7## VestedTransfer889### Description9### Description10This method transfers tokens to a vesting account with pre-defined vesting period. The token will not show up as owned by the recepient address, but will not be show as owned by the previous owner (sender) either. Instead, it will be shown as owned by a special value address - Vesting address (with unknown private key). After the vesting timestamp, token can be claimed using VestingClaim method, which will transfer the token to the recipient address.10This method transfers tokens to a vesting account with pre-defined vesting period. The token will not show up as owned by the recipient address, but will not be shown as owned by the previous owner (sender) either. Instead, it will be shown as owned by a special value address - Vesting address (with unknown private key). After the vesting timestamp, token can be claimed using VestingClaim method, which will transfer the token to the recipient address.111112### Permissions12### Permissions13* Collection Owner13* Collection Owner38## VestedClaim38## VestedClaim393940### Description40### Description41This method transfers tokens from the vesting account to the recipient, which was defined in VestingTrasnfer transaction. This method may be called by anyone, and it will only work after the vesting timestamp.41This method transfers tokens from the vesting account to the recipient, which was defined in VestingTransfer transaction. This method may be called by anyone, and it will only work after the vesting timestamp.424243### Permissions43### Permissions44* Anyone44* Anyonemigrations.mddiffbeforeafterboth21* Removed the previous migration of:21* Removed the previous migration of:22 * if the storage version is below 1, all collections from storage **CollectionById** of struct **Collection** version 1 to version 2, consisting of:22 * if the storage version is below 1, all collections from storage **CollectionById** of struct **Collection** version 1 to version 2, consisting of:23 * displacing _offchain_schema, variable_on_chain_schema, const_on_chain_schema, schema_version_ into _properties_23 * displacing _offchain_schema, variable_on_chain_schema, const_on_chain_schema, schema_version_ into _properties_24 * displacing _acccess, mint_mode_ into _permissions.access, permissions.mint_mode_24 * displacing _access, mint_mode_ into _permissions.access, permissions.mint_mode_25 * adding _external_collection_ flag25 * adding _external_collection_ flag26* Added unconditional bump of the storage version to 126* Added unconditional bump of the storage version to 127* Replaced returned weight `0` with `Weight::zero()`27* Replaced returned weight `0` with `Weight::zero()`48### **pallet-unique:**48### **pallet-unique:**494950* Removed the previous migration of:50* Removed the previous migration of:51 * unconditional cleaning of all storage of **VariableMetaDataBasket** (cache for sponosoring setting deprecated variable metadata)51 * unconditional cleaning of all storage of **VariableMetaDataBasket** (cache for sponsoring setting deprecated variable metadata)5252