srml-contracts: Forbid declaration of float types in contracts (#3234)

* srml-contracts: Forbid remaining uses of float types.

* Bump node runtime impl version.
This commit is contained in:
Jim Posen
2019-07-30 07:41:09 +02:00
committed by Gavin Wood
parent 483ad60379
commit 4c0934b2a7
2 changed files with 91 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 123,
impl_version: 123,
impl_version: 124,
apis: RUNTIME_API_VERSIONS,
};