Skip to content
  • Pierre Krieger's avatar
    Extract consensus_gossip.rs and put it in its own crate (#4284) · 723148f1
    Pierre Krieger authored
    
    
    * Extract gossiping system from network
    
    * Finish porting GRANDPA tests
    
    * Try put correct engine ID
    
    * Fix messages encoding
    
    * Fix communication tests
    
    * Use a threads pool to spawn stuff
    
    * Fix compilation everywhere
    
    * Fix bad merge conflict
    
    * Remove dependency on async-std
    
    * Apply suggestions from code review
    
    Co-Authored-By: default avatarRobert Habermeier <[email protected]>
    
    * More suggestions
    
    * Remove network startup GP future
    
    * Update to futures_timer
    
    * adjust wait_when_behind test
    
    * Pass correct Roles after handshake
    
    * Revert "adjust wait_when_behind test"
    
    This reverts commit 9e310244.
    
    * Crate root documentation
    
    * Remove MessageRecipient
    
    * Address concerns
    
    * Fix more concerns
    
    * Forgot Cargo.lock
    723148f1
This project manages its dependencies using Cargo. Learn more