1. 08 Jun, 2021 4 commits
    • Bastian Köcher's avatar
      polkadot-service: Make native runtime configurable (#3189) · f5971628
      Bastian Köcher authored
      * polkadot-service: Make native runtime configurable
      
      This pull requests adds support for configuring the native runtimes used
      by polkadot-service. While this whole pr doesn't change that much for
      polkadot, besides not having the light-node enabled for the default
      polkadot binary. However, downstream projects (parachains) will have a
      much better compile time. In cumulus for example the `cargo test --all
      --release` is about 4m faster to compile.
      
      * Fixes
      
      * Fix
      
      * Enable rococo-native
      
      * Fix light client
      
      * 🤦
      
      * Fixes
      f5971628
    • Lldenaurois's avatar
      Remove candidate selection (#3148) · a4dfdf16
      Lldenaurois authored
      * Create validator_side module
      
      * Subsume Candidate Selection
      
      * Add test to ensure candidate backing logic is correct
      
      * Ensure secondings are adequately cleaned up and address test flakyness
      
      * Address Feedback
      a4dfdf16
    • Niklas Adolfsson's avatar
      Companion for #9036 (#3191) · a81f78f4
      Niklas Adolfsson authored
      * deps: cargo update -p rustls
      
      * fix build
      
      * update Substrate
      
      Co-authored-by: parity-processbot <>
      a81f78f4
    • Martin Pugh's avatar
      bump spec_version (#3195) · a886a4be
      Martin Pugh authored
      a886a4be
  2. 07 Jun, 2021 1 commit
  3. 05 Jun, 2021 1 commit
  4. 04 Jun, 2021 9 commits
  5. 03 Jun, 2021 6 commits
  6. 02 Jun, 2021 1 commit
  7. 01 Jun, 2021 7 commits
  8. 31 May, 2021 5 commits
  9. 29 May, 2021 1 commit
  10. 28 May, 2021 4 commits
  11. 27 May, 2021 1 commit
    • Hernando Castano's avatar
      Allow bridge relayers to be built from repo (#3069) · 8879b79f
      Hernando Castano authored
      * Bump Rococo/Wococo `spec_version` used by the bridge relayer
      
      * Prevent bridge relayer from being part of workspace
      
      This allows us to build the relayer without pulling in all its
      dependencies into the Polkadot repo by indicating its manifest path when
      building.
      
      * Revert "Bump Rococo/Wococo `spec_version` used by the bridge relayer"
      
      This reverts commit 90fdeecb.
      8879b79f