Skip to content
  1. Aug 14, 2019
  2. Aug 13, 2019
  3. Aug 12, 2019
    • Sergey Pepyakin's avatar
      Fix offences. · 1facbf83
      Sergey Pepyakin authored
      1facbf83
    • Sergey Pepyakin's avatar
      Merge master · 04ac7192
      Sergey Pepyakin authored
      # Conflicts:
      #	node/cli/src/chain_spec.rs
      #	node/runtime/src/lib.rs
      #	srml/staking/src/lib.rs
      #	srml/staking/src/mock.rs
      #	srml/staking/src/tests.rs
      04ac7192
    • Max Inden's avatar
      core/network: Surface peerset's `set_priority_group` in NetworkService (#3376) · 138bcf0d
      Max Inden authored
      `PeerSetHandle.set_priority_group` allows modifying a priority group by
      group identifier. With this commit the function can be accessed through
      `NetworkService`.
      
      This is need in order for a validator to connect to as many other
      validators as configured without reserving a specific connection slot
      for them.
      138bcf0d