Skip to content
  1. May 29, 2019
  2. May 28, 2019
    • Tomasz Drwięga's avatar
      fc5e470c
    • Tomasz Drwięga's avatar
      Bump spec version. · 4b9441d4
      Tomasz Drwięga authored
      4b9441d4
    • Benjamin Kampmann's avatar
      Silence known deprecation warnings (#2651) · d8fc4485
      Benjamin Kampmann authored
      * Silence known deprecation warnings
      
      1. Prefixes known instances of usages of client.backend and client.import_lock with `#[allow(deprecated)]` to silence the warnings. 2. Remove file-global `#![allow(deprecated)]` used in these cases. Both to prevent us overlooking externally caused deprecation messages.
      
      * fixing missing ;
      
      * fix missing test cases
      
      * move deprecated markers to make CI happy
      
      * move deprecated markers to make CI happy
      
      * attempt to fix the test
      
      * bumping impl_version of node runtime
      
      * Minor cleanup
      d8fc4485
  3. May 27, 2019
  4. May 26, 2019
  5. May 25, 2019
  6. May 24, 2019
  7. May 23, 2019
  8. May 22, 2019
  9. May 21, 2019
  10. May 20, 2019
  11. May 19, 2019
    • Tomasz Drwięga's avatar
      Access child storage over RPC. (#2586) · c8c7cfd2
      Tomasz Drwięga authored
      * Access child storage over RPC.
      
      * Address review grumbles.
      
      * Test happy case in child_storage rpc.
      
      * Remove stray printlns
      
      * Fix line widths.
      
      * Bump runtime again.
      
      * Fix genesis storage root calculation for light clients.
      
      * Don't pass values to full_storage_root child_delta.
      c8c7cfd2