Skip to content
  1. May 20, 2019
  2. 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
  3. May 18, 2019
    • ddorgan's avatar
      Flaming fir deployment scripts (#2599) · 89a9556e
      ddorgan authored
      * Initial commit of flaming fir deployment scripts
      
      * Debug
      
      * Fix formatting
      
      * Correct wget syntax
      
      * Use 8 char commit id
      
      * 9 chars
      
      * Use the longer CI_BUILD_REF ref to slice from
      
      * Fix backtick error with flaming fir deploy script
      
      * Use the correct commit id length
      
      * Split out validator deploments
      
      * Fix syntax, missing :
      
      * Pass hostname as TARGET_HOST per validator
      
      * Correct syntax
      
      * Uncomment wget
      
      * Switch deploy -> kubernetes
      
      * Use full group name
      
      * Check awx log
      
      * Fix if syntax and ignore failed
      
      * Use correct JOB_ID and fix if syntax
      
      * Use correct variable
      
      * Print ansible awx log and status
      
      * Make awx status clearer
      
      * make variable names consistent
      
      * Do 15 second checkups on the job
      
      * Remove extra echo
      
      * Use artifacts/VERSION instead of gitlab variables
      
      * Use all of the VERSION info
      89a9556e
    • Niklas Adolfsson's avatar
      feat(light client): fetch block body from remote (#2527) · 8ac5cad1
      Niklas Adolfsson authored
      * feat(on_demand): block body request
      
      * fix(light block req): no justific + one block
      
      * fix(bad rebase)
      
      * feat(protocol): add messages for `remote_body`
      
      * fix(on demand body): remove needless `take()`
      
      * fix(network): remove messages for `on_demand_body`
      
      * fix(grumbles): use `hash` in `remote_body_requests`
      
      As long as we can't compute `ordered_trie_root(body)` just compare that request.header.hash() == response.header.hash()
      
      * fix(grumbles): `hdr.ext_root == trie_root(body)`
      
      * fix(grumbles): propogate `Err` in `fn body()`
      
      * fix(grumbles): Vec<Block::Extrinsic>
      
      * fix(grumbles): util_fn for `not_impl` in tests
      
      * fix(on remote body): tests `fetch` and `on_demand`
      
      * docs(resolve todos)
      8ac5cad1
  4. May 17, 2019
  5. May 16, 2019
  6. May 15, 2019
  7. May 14, 2019
  8. May 13, 2019