Skip to content
  • 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