Maps are appendable too (#2716)

* Maps are appendable too

* Update srml/support/src/storage/hashed/generator.rs

Co-Authored-By: Tomasz Drwięga <tomusdrw@users.noreply.github.com>

* Update srml/support/src/storage/mod.rs

Co-Authored-By: Tomasz Drwięga <tomusdrw@users.noreply.github.com>

* Fix docs

* Make Appendable public

* Bump runtime version
This commit is contained in:
Gavin Wood
2019-05-29 15:15:10 +02:00
committed by GitHub
parent 810d2712da
commit fccc55160a
7 changed files with 94 additions and 5 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 88,
impl_version: 88,
impl_version: 89,
apis: RUNTIME_API_VERSIONS,
};