Add swap and decode_len to DoubleMap finishing #3749 (#4264)

* Add `swap` and `decode_len` to `DoubleMap`

*  Add tests to `swap` and `decode_len` for `DoubleMap` (WIP)

* Address review comments

* Remove function that is not in scope

* fix test

* better naming
This commit is contained in:
thiolliere
2019-12-02 13:01:29 +01:00
committed by Bastian Köcher
parent 810ac845b5
commit 22c00ff424
5 changed files with 109 additions and 2 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 197,
impl_version: 197,
impl_version: 198,
apis: RUNTIME_API_VERSIONS,
};