1. Jul 28, 2018
  2. Jul 27, 2018
  3. Jul 26, 2018
    • Chevdor's avatar
      Subkey fix and refactor (#418) · 56f67b59
      Chevdor authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Fix bug and refactoring
      
      - Fix panic in some cases
      - Extract the generation as a reusable function
      - Improve scoring calculation
      - Add tests
      - Sort the results
      - Fix the case when called with a desired pattern either empty or of 1 char
      - Add a 'even more' paranoiac mode
      - Add benchmarks
      
      Fix #417
      
      * Fixed compilation for nightly
      56f67b59
  4. Jul 25, 2018
    • Arkadiy Paronyan's avatar
      Substrate CLI (#423) · f77b3e32
      Arkadiy Paronyan authored
      * Moved chain ops to substrate-service
      
      * moved RPC to susbstrate-service WIP
      
      * Moved RPC to substrate-service
      
      * Version
      
      * Removed redundadnt messages
      
      * substrate CLI
      
      * Removed obsolete files
      
      * Sorted out startup messages
      
      * Pass executable name to CLI
      f77b3e32
  5. Jul 24, 2018
  6. Jul 23, 2018
  7. Jul 21, 2018
  8. Jul 19, 2018
  9. Jul 18, 2018
    • Pierre Krieger's avatar
      Timeouts now repeat forever (#372) · c7ea78c8
      Pierre Krieger authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      c7ea78c8
    • asynchronous rob's avatar
      Collator-side of collator protocol (#351) · 9f57b126
      asynchronous rob authored
      * skeleton of collators object
      
      * awaiting and handling collations. rename `collators` to CollationPool
      
      * add some tests
      
      * add tests
      
      * implement Collators trait for ConsensusNetwork
      
      * plug collators into main polkadot-network
      
      * ignore collator role message
      
      * add a couple more tests
      
      * garbage collection for collations
      
      * extract session-key tracking from consensus
      
      * add local_collations.rs
      
      * finish polish of local_collations
      
      * integrate local_collations into network layer
      
      * introduce API for adding local collations
      
      * mostly finish collator implementation pending service fix
      
      * Specialized network()
      
      * push collations to the network
      
      * grumbles
      
      * substrate-service has custom configuration
      
      * initialize network in collator mode as necessary
      9f57b126