1. Aug 24, 2021
    • Zeke Mostov's avatar
      substrate #9202 companion: Multiple vesting schedules (#3407) · aec7f47a
      Zeke Mostov authored
      * substrate #9202 companion: Multiple vesting schedules
      
      * Update weights inline with substrate updates
      
      * Use 28 vesting schedules
      
      * Add MaxSchedulesParam everywhere
      
      * Fix var name errors
      
      * rever accidental changes to test-runtime
      
      * try merge origin master
      
      * Revert "try merge origin master"
      
      This reverts commit 398d65d1ac6fad1112f94de3d8c351bcf33aa5a0.
      
      * update to pass integrity test
      
      * Make integrity tests work
      
      * Revert const to storage MinVestedTransfer
      
      * Use MAX_VESTING_SCHEDULES const
      
      * Update Cargo.lock to make it compile
      
      * update Substrate
      
      Co-authored-by: parity-processbot <>
      aec7f47a
  2. Aug 23, 2021
  3. Aug 21, 2021
  4. Aug 20, 2021
  5. Aug 19, 2021
  6. Aug 18, 2021
  7. Aug 17, 2021
  8. Aug 16, 2021
  9. Aug 13, 2021
  10. Aug 12, 2021
    • Robert Klotzner's avatar
      Remove request multiplexer (#3624) · 55154a8d
      Robert Klotzner authored
      * WIP: Get rid of request multiplexer.
      
      * WIP
      
      * Receiver for handling of incoming requests.
      
      * Get rid of useless `Fault` abstraction.
      
      The things the type system let us do are not worth getting abstracted in
      its own type. Instead error handling is going to be merely a pattern.
      
      * Make most things compile again.
      
      * Port availability distribution away from request multiplexer.
      
      * Formatting.
      
      * Port dispute distribution over.
      
      * Fixup statement distribution.
      
      * Handle request directly in collator protocol.
      
      + Only allow fatal errors at top level.
      
      * Use direct request channel for availability recovery.
      
      * Finally get rid of request multiplexer
      
      Fixes #2842 and paves the way for more back pressure possibilities.
      
      * Fix overseer and statement distribution tests.
      
      * Fix collator protocol and network bridge tests.
      
      * Fix tests in availability recovery.
      
      * Fix availability distribution tests.
      
      * Fix dispute distribution tests.
      
      * Add missing dependency
      
      * Typos.
      
      * Review remarks.
      
      * More remarks.
      55154a8d
  11. Aug 11, 2021