srml-contracts: Avoid unnecessary lookups during call context initialization (#3121)

* srml-contracts: Remove lookups during CallContext initialization.

* Bump node runtime impl_version.
This commit is contained in:
Jim Posen
2019-07-16 22:30:45 +02:00
committed by Sergei Pepyakin
parent 8e09338e27
commit eea9437805
3 changed files with 19 additions and 9 deletions
+2 -2
View File
@@ -69,8 +69,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to equal spec_version. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 112,
impl_version: 112,
spec_version: 113,
impl_version: 113,
apis: RUNTIME_API_VERSIONS,
};