This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [WIP] Runtime storage Closes #5 * Add section on calculating storage keys and using RPC to query storage * Use 120-character line length * Document methods for Storage Items * Small changes to runtime storage document * Address @thiolliere PR comments * Deemphasize redudancy with Rust docs by collapsing sections about Storage Item APIs * Distinguish APIs for StorageMap and StorageDoubleMap * Clarify StorageMap implementation * Address @thiolliere PR comments * Clarify Storage Map implementation * Clarify iterable storage map principals * Formatting * Clarify the `get` extension to `decl_storage` * Clarifications and improvements from @joepetrowski * Remove iterable storage maps from top-level listing of storage items Per suggestion of @thiolliere and @shawntabrizi * Rework Iterable Storage Map documentation * Structural changes per @shawntabrizi * Structural changes per @shawntabrizi (advanced storage) * Small changes for readability and elaboration * Prettier * Add section on best practices and address suggestions from @joepetrowski * Small clarifications * Storage item is not a proper noun * Use crates.parity.io for Rustdoc links * Genesis configuration * Small enhancements per @kianenigma * Non-transparent hashers are deprecated * Clarify generic storage types Co-authored-by: thiolliere <[email protected]> * Clarifications per review by @thiolliere * final nits Co-authored-by: thiolliere <[email protected]> Co-authored-by: joepetrowski <[email protected]>
- Loading branch information
1 parent
4fc4c59
commit a214b8b
Showing
2 changed files
with
591 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.