Skip to content
  1. Feb 13, 2019
    • Gav Wood's avatar
    • Gav Wood's avatar
      Fix test · ff5e2d32
      Gav Wood authored
      ff5e2d32
    • Tomasz Drwięga's avatar
      EnumerableStorageMap (#1763) · 21f58001
      Tomasz Drwięga authored
      * Refactor decl_storage a bit to allow easier impl of linked map.
      
      * A bunch of refactorings for storage generation.
      
      - Rename StorageMap and ChildrenStorageMap to avoid confusion with generator::StorageMap.
      - Separate implementation from the procedural macro code to clean it up.
      - Make sure that genesis is initialised using the `StorageValue/StorageMap`
        generated implementations instead of going RAW.
      
      * WiP: Writing test.
      
      * Basic implementation.
      
      * Implement enumeration.
      
      * Fix non-std issues.
      
      * fix warning
      
      * Fix test-client.
      
      * Address review grumbles - part 1
      
      * Avoid cloning the key, relax Storage requirements.
      
      * Rebuild runtime.
      
      * Remove dangling todo.
      21f58001
  2. Feb 12, 2019
  3. Feb 11, 2019
  4. Feb 10, 2019
    • Michael Müller's avatar
      Replace unwrap with expect (#1684) · e8b558c0
      Michael Müller authored
      * Replace unwrap with expect
      
      * Move expect to call sites
      
      * Bubble errors up and trap
      
      * Update wasm
      
      * Update invalid pointer
      
      * Remove test which makes problems in CI
      
      * Check for underflow
      e8b558c0
    • Gav Wood's avatar
      Vesting schedules. (#1726) · f58a6f72
      Gav Wood authored
      * Vesting.
      
      * Vesting stuff.
      
      * Add new wasm blobs
      
      * Bump runtime version
      
      * Update lock
      
      * Fix tests
      
      * Bump version
      f58a6f72
  5. Feb 09, 2019
  6. Feb 08, 2019
  7. Feb 07, 2019