Skip to content
  1. Jun 09, 2021
  2. Jun 08, 2021
    • Bastian Köcher's avatar
      polkadot-service: Make native runtime configurable (#3189) · f6cbe8e8
      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
      f6cbe8e8
    • Lldenaurois's avatar
      Remove candidate selection (#3148) · 2abaca3a
      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
      2abaca3a
    • Niklas Adolfsson's avatar
      Companion for #9036 (#3191) · 6b1f4570
      Niklas Adolfsson authored
      * deps: cargo update -p rustls
      
      * fix build
      
      * update Substrate
      
      Co-authored-by: parity-processbot <>
      6b1f4570
  3. Jun 07, 2021
  4. Jun 04, 2021
  5. Jun 03, 2021
  6. Jun 01, 2021
  7. May 31, 2021
    • asynchronous rob's avatar
      Reversion Safety tools for overseer and subsystems (#3104) · 963993d2
      asynchronous rob authored
      * guide: reversion safety
      
      * guide: manage reversion safety in subsystems
      
      * add leaf status to ActivatedLeaf
      
      * add an LRU-cache to overseer for staleness detection
      
      * update ActivatedLeaf usages in tests to contain status field
      
      * add variant where missed accidentally
      
      * add some helpers to LeafStatus
      
      * address grumbles
      963993d2
    • asynchronous rob's avatar
      fix approval-checking GRANDPA voting rule (#3133) · 6b166a7a
      asynchronous rob authored
      * fix approval-checking GRANDPA voting rule
      
      a `None` return value implies to vote on the best, not to vote on the base.
      
      this explicitly changes the logic to vote on the base
      
      * refactor logic out and test
      6b166a7a
  8. May 28, 2021
  9. May 27, 2021
  10. May 26, 2021
  11. May 25, 2021
    • ordian's avatar
      validator_discovery: small tweak in retrying logic (#3102) · 701be9aa
      ordian authored
      * validator_discovery: small tweak in retrying logic
      
      * validator_discovery: use timeouts instead
      701be9aa
    • Bastian Köcher's avatar
      Introduce polkadot code substitute (#3093) · 332cfad8
      Bastian Köcher authored
      
      
      * Introduce polkadot code substitute
      
      This introduces a code substitute for the on-chain wasm of Polkadot from
      block
      `0x86aa36a140dfc449c30dbce16ce0fea33d5c3786766baa764e33f336841b9e29`
      on wards. The underlying problem was that there exists some
      miscompilation by the rust compiler in the wasm runtime that results in
      state mismatches between the native/wasm runtime of the
      the 0.8.30 release. This resulted in blocks being authored by the native
      runtime not being importable by nodes using the wasm runtime. The
      on-chain wasm is replaced by a wasm build from the 0.8.30 using the
      rustc nightly from 1.03.2021.
      
      * update the wasm substitute blob
      
      * update Substrate
      
      Co-authored-by: default avatarAndré Silva <[email protected]>
      Co-authored-by: parity-processbot <>
      332cfad8
  12. May 24, 2021
  13. May 22, 2021
  14. May 21, 2021
  15. May 20, 2021