pallet-contracts: Refactor and comment rent module. (#4733)

* Refactor and comment `rent` module.

* impl_version bump

* Add doc for Exempt

* Simplify code.

* Update bin/node/runtime/src/lib.rs

Co-Authored-By: thiolliere <gui.thiolliere@gmail.com>

* Update frame/contracts/src/exec.rs

Co-Authored-By: Hero Bird <robin.freyler@gmail.com>

Co-authored-by: thiolliere <gui.thiolliere@gmail.com>
Co-authored-by: Hero Bird <robbepop@web.de>
This commit is contained in:
Sergei Pepyakin
2020-01-27 17:40:57 +01:00
committed by GitHub
parent 957ea8ba46
commit f39335d638
4 changed files with 195 additions and 110 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 205,
impl_version: 205,
impl_version: 206,
apis: RUNTIME_API_VERSIONS,
};