Skip to content
  1. Oct 02, 2019
  2. Oct 01, 2019
  3. Sep 30, 2019
  4. Sep 28, 2019
    • Xiliang Chen's avatar
      refactor contracts to use Time trait (#3717) · e84f6158
      Xiliang Chen authored and Sergey Pepyakin's avatar Sergey Pepyakin committed
      * refactor contracts to use Time trait
      
      * bump version
      e84f6158
    • Tomasz Drwięga's avatar
      ChainSpec extensions (#3692) · d1401df7
      Tomasz Drwięga authored
      * Add some chainspec tests and make sure we validate it.
      
      * Manual implementation of Extension + Forks definitions.
      
      * Move chain spec to separate crate.
      
      * Allow using ChainSpec with extensions.
      
      * Renames.
      
      * Implement Extension derive.
      
      * Implement Extension for Forks.
      
      * Support specifying fork blocks.
      
      * make for_blocks work
      
      * Support forks correctly.
      
      * Add a bunch of docs.
      
      * Make fork blocks optional.
      
      * Add missing docs.
      
      * Fix build.
      
      * Use struct for check_block params.
      
      * Fix tests?
      
      * Clean up.
      d1401df7
    • André Silva's avatar
      peerset: fix reserved nodes (#3706) · a1836be4
      André Silva authored
      * peerset: fix handling of reserved only peering mode
      
      * core: add cli parameter to enable reserved nodes only
      
      * peerset: fix tests
      
      * peerset: add test for priority only mode
      
      * core: fix reserved only cli flag description
      
      * peerset: extend docs on set_priority_only
      a1836be4
    • Arkadiy Paronyan's avatar
      Explicit sync API for downloading important, possibly orphaned, forks (#3633) · 4f850d35
      Arkadiy Paronyan authored and asynchronous rob's avatar asynchronous rob committed
      * Explicit sync API
      
      * Keep sync requests
      
      * Don't request the finalized block we already have
      
      * Dropping requests & docs
      
      * Renamed a function
      4f850d35