1. Oct 17, 2017
    • Arkadiy Paronyan's avatar
      Bumped version (#6809) · a2fe7def
      Arkadiy Paronyan authored
      a2fe7def
    • Kirill Pimenov's avatar
      Merge pull request #6808 from paritytech/td-rpc-warnings · 540c9395
      Kirill Pimenov authored
      Fix RPC compilation warnings.
      540c9395
    • Tomasz Drwięga's avatar
      Fix RPC compilation warnings. · 1d9542fe
      Tomasz Drwięga authored
      1d9542fe
    • Kirill Pimenov's avatar
      Migrate to Futures in SigningQueue (#6689) · 86c26332
      Kirill Pimenov authored
      * oneshot channels instead of custom promises
      
      * Future instead of handle_dispatch
      
      * Even less copying
      
      * Those explicit waits were a mistake, thanks, @tomusdrw
      
      * No more unsafe polling
      
      * Test for the new `is_done()` method
      
      * Mark Futures as `#[must_use]`
      
      * Solve most compilation warnings
      
      * `try_ready!` is more ideomatic
      
      * Turn spaces into tabs
      
      * Documentation and visibility improvements
      
      * Minor code style improvements
      
      * Make Futures run on an explisit reactor
      
      * Another round of code style issues
      
      * Simplify ConfirmationReceiver type
      
      * Flatten ConfirmationOutcome into a plain Result type
      
      * Get rid of a separate `pending` set, it was a stupid idea
      
      * Clarify `add_request` docs
      
      * No need to reduce the scope of the mutex here
      86c26332
  2. Oct 16, 2017
  3. Oct 15, 2017