1. 20 Jun, 2021 4 commits
  2. 19 Jun, 2021 7 commits
  3. 18 Jun, 2021 3 commits
  4. 17 Jun, 2021 10 commits
  5. 16 Jun, 2021 8 commits
    • Shawn Tabrizi's avatar
      fix xcm pallet origin (#3272) · d0ae2a52
      Shawn Tabrizi authored
      d0ae2a52
    • asynchronous rob's avatar
      extract determine_new_blocks into a separate utility (#3261) · c3da55c8
      asynchronous rob authored
      * extract determine_new_blocks into a separate utility
      
      * rework docs
      c3da55c8
    • Lldenaurois's avatar
      Approval checking unit tests (#3252) · dd2e858b
      Lldenaurois authored
      * node/approval_checking: break out filled_tranch_iterator method
      
      In the subsequent commit, we will begin to test this method in
      isolation.
      
      * node/approval-voting: fix tranche back-filling algorithm
      
      Previously, this algorithm would generate duplicate, empty entries for
      tranches (1..pre_end). This is caused because the initial value (0) for
      gap_end is treated as the end of a prior tranche that wasn't actually
      processed. The first pass thus would add (1..tranche) empty entries, in
      addition to the (0..pre_end) empty entries chained at the end of the
      method.
      
      This is fixed by using the current tranche as the gap_start for the
      first iteration, ensuring that the approval_entries_filled only produces
      entries in the range (pre_end..post_start).
      
      * Address feedback
      dd2e858b
    • André Silva's avatar
      bridges: update finality-grandpa to 0.14.1 (#3266) · af35ec62
      André Silva authored
      * bridges: update finality-grandpa
      
      * update Substrate
      
      Co-authored-by: parity-processbot <>
      af35ec62
    • Bernhard Schuster's avatar
      malus - mockable overseer mvp (#3224) · 395324a5
      Bernhard Schuster authored
      395324a5
    • Shawn Tabrizi's avatar
      use safe math (#3249) · 5161ae5b
      Shawn Tabrizi authored
      5161ae5b
    • Shawn Tabrizi's avatar
      Companion for #8920 (Control Staking) (#3260) · 40d1612b
      Shawn Tabrizi authored
      * update weight apis
      
      * update Substrate
      
      Co-authored-by: parity-processbot <>
      40d1612b
    • Keith Yeung's avatar
      Companion for #8949 (#3216) · acd72ad0
      Keith Yeung authored
      * Remove Call part imports of the offences and authority discovery pallets
      
      * Remove non-existent Call enum variants
      
      * Move ValidateUnsigned impl to be under #[pallet::validate_unsigned] in claims pallet
      
      * Remove unused imports
      
      * Remove Call part import for randomness collective flip pallet
      
      * update Substrate
      
      Co-authored-by: parity-processbot <>
      acd72ad0
  6. 15 Jun, 2021 2 commits
  7. 14 Jun, 2021 6 commits