Skip to content
  1. Jul 02, 2019
  2. Jul 01, 2019
  3. Jun 30, 2019
  4. Jun 29, 2019
  5. Jun 28, 2019
  6. Jun 27, 2019
  7. Jun 26, 2019
    • Tomasz Drwięga's avatar
      Enable hosts filtering. (#2959) · 1e84f26f
      Tomasz Drwięga authored
      1e84f26f
    • Pierre Krieger's avatar
      Remove tokio dependencies (#2935) · 2393e9b5
      Pierre Krieger authored
      * Remove dependencies on tokio
      
      * Make service not depend on tokio
      
      * Fix service tests
      
      * Manually poll the import queue if failed to start
      
      * Spawn all tasks at the end
      
      * Remove executor from TelemetryOnConnect
      
      * Remove TaskExecutor from offchain workers
      
      * Remove TaskExecutor from AuthoritySetup
      
      * Remove TaskExecutor from service
      
      * Remove tokio dependency from RPC
      
      * Remove finality-grandpa from WASM checks
      
      * Fix offchain tests
      
      * Line widths
      
      * Fix RPC tests
      
      * Fix service tests
      
      * Fix bad futures polling
      
      * Address some concerns
      
      * Better error handling
      
      * Is it the connectivity test that's not passing? I don't know, let's try
      
      * Revert "Is it the connectivity test that's not passing? I don't know, let's try"
      
      This reverts commit 28bbe51f.
      
      * Fix test
      2393e9b5
    • cheme's avatar
      Additional state check. (#2915) · 08707e35
      cheme authored
      
      
      * check resulting state root on import.
      
      * get root from last method.
      
      * Fix test runtime (was changing state after root calculation).
      
      * Do reset new authorities (just take before root calculation).
      
      * bump impl runtime version.
      
      * Update core/sr-api-macros/tests/trybuild.rs
      
      Co-Authored-By: default avatarBastian Köcher <[email protected]>
      08707e35
    • Stanislav Tkach's avatar
      Update codec version to the 4.1 version (#2948) · d6099e91
      Stanislav Tkach authored
      * Update codec version to the 4.1 version
      
      * Bump impl_version
      
      * Update lock files
      
      * Update codec to 4.1.1 version
      
      * Bump impl version
      d6099e91
    • Tomasz Drwięga's avatar
      26c30bb8
    • Jim Posen's avatar
      srml-contract: Fix Gas type to u64 (#2944) · 827be5b5
      Jim Posen authored
      * srml-contract: Move gas costs from Config to Schedule.
      
      * srml-contract: Define Gas units fixed as u64.
      
      This removes Gas as a configurable type on the contracts Trait.
      
      * Bump node runtime spec/impl versions.
      827be5b5