Skip to content
  1. Mar 04, 2020
  2. Feb 20, 2020
  3. Feb 19, 2020
  4. Feb 18, 2020
    • Tomasz Drwięga's avatar
      Inspection extension to node CLI (#4697) · 056a4937
      Tomasz Drwięga authored
      * Initial inspect.
      
      * WiP
      
      * Add parsing tests.
      
      * Finalize CLI.
      
      * Update to latest substrate.
      
      * Remove unused imports.
      
      * Support ImportParams as well, to get the right pruning setting.
      
      * Mention in docs that hash is no 0x.
      
      * Move bytes above extrinsics.
      
      * Switch to fill helper from sc_cli.
      
      * Remove overwrite.
      
      * Fix error.
      
      * Fix error message.
      
      * Remove extra allow.
      
      * init_config
      056a4937
    • Ashley's avatar
      Re-enable networking on wasm (#4880) · 173f7049
      Ashley authored
      * Use noise and timeouts on wasm
      
      * Don't use wasm-opt when compiling to wasm
      
      * Forgot lockfile
      
      * Add node about disabling wasm-opt
      
      * Enable timeouts in telemetry on wasm
      173f7049