Skip to content
  1. Oct 18, 2017
  2. Oct 17, 2017
    • GitLab Build Bot's avatar
      62fa1ed5
    • Arkadiy Paronyan's avatar
      Bumped version (#6809) · a2fe7def
      Arkadiy Paronyan authored
      a2fe7def
    • 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
  3. Oct 16, 2017
  4. Oct 15, 2017
  5. Oct 14, 2017
  6. Oct 13, 2017
  7. Oct 12, 2017
  8. Oct 11, 2017
  9. Oct 10, 2017
    • Marek Kotewicz's avatar
      Separate migrations from util (#6690) · 6279ff32
      Marek Kotewicz authored
      * separate migration from util and make its dependencies into libs:
      
      * snappy
      * kvdb
      * error
      * common
      
      * renamed common -> macros
      
      * util error does not depend on snappy module
      
      * ethsync does not depend on util nor ethcore_error
      
      * nibbleslice and nibblevec merged with patricia_trie crate
      
      * removed unused dependencies from util
      
      * util journaldb traits does not need to be public
      
      * util_error
      
      * fixed ethcore compile error
      
      * ignore .swo files
      
      * Update chain.rs
      6279ff32
  10. Oct 09, 2017
  11. Oct 08, 2017
  12. Oct 05, 2017
  13. Oct 03, 2017
  14. Oct 02, 2017