Skip to content
Snippets Groups Projects
  1. Dec 15, 2020
  2. Dec 07, 2020
  3. Nov 23, 2020
    • Max Inden's avatar
      client/authority-discovery: Publish and query on exponential interval (#7545) · d692d173
      Max Inden authored
      * client/authority-discovery: Publish and query on exponential interval
      
      When a node starts up publishing and querying might fail due to various
      reasons, for example due to being not yet fully bootstrapped on the DHT.
      Thus one should retry rather sooner than later. On the other hand, a
      long running node is likely well connected and thus timely retries are
      not needed. For this reasoning use an exponentially increasing interval
      for `publish_interval`, `query_interval` and
      `priority_group_set_interval` instead of a constant interval.
      
      * client/authority-discovery/src/interval.rs: Add license header
      
      * .maintain/gitlab: Ensure adder collator tests are run on CI
      d692d173
  4. Nov 09, 2020
  5. Sep 17, 2020
  6. Sep 14, 2020
  7. Jul 16, 2020
  8. Jul 03, 2020
  9. Jul 02, 2020
    • pscott's avatar
      Update SubstrateCli to return String (#6550) · 540ae1c1
      pscott authored
      
      * Update SubstrateCli to return String
      
      * Add default implementation for executable_name()
      
      * Use display instead of PathBuf
      
      * Get file_name in default impl of executable_name
      
      * Remove String::from and use .into()
      
      * Use default impl for executable_name()
      
      * Use .as_str() and remove useless .to_string()
      
      * Update only sp-io when running companion build
      
      * Remove unneeded update of sp-io in CI
      
      Co-authored-by: default avatarCecile Tonglet <cecile@parity.io>
      540ae1c1
  10. May 15, 2020
  11. May 13, 2020
  12. May 07, 2020
  13. Apr 03, 2020
  14. Apr 01, 2020
  15. Mar 31, 2020
  16. Mar 26, 2020
  17. Mar 24, 2020