Skip to content
  1. May 05, 2023
  2. May 04, 2023
  3. May 03, 2023
  4. May 02, 2023
  5. Apr 27, 2023
    • Keith Yeung's avatar
      Companion for paritytech/polkadot#7098 (#2469) · b441d05d
      Keith Yeung authored
      * Companion for paritytech/polkadot#7098
      
      * Fixes
      
      * Add missing benchmarked function
      
      * Fix typo
      
      * update lockfile for {"polkadot", "substrate"}
      
      ---------
      
      Co-authored-by: parity-processbot <>
      b441d05d
  6. Apr 19, 2023
  7. Apr 12, 2023
  8. Apr 11, 2023
  9. Apr 05, 2023
  10. Apr 03, 2023
  11. Apr 01, 2023
  12. Mar 30, 2023
  13. Mar 29, 2023
  14. Mar 28, 2023
  15. Mar 27, 2023
  16. Mar 23, 2023
  17. Mar 21, 2023
  18. Mar 20, 2023
  19. Mar 19, 2023
  20. Mar 17, 2023
    • Davide Galassi's avatar
      [Companion #13615] Keystore overhaul (#2336) · 37329f8d
      Davide Galassi authored
      * Align to Substrate keystore overhaul
      
      * 'sync_keystore' renamed to 'keystore'
      
      * Further fixes after removal of async keystore trait
      
      * update lockfile for {"polkadot", "substrate"}
      
      ---------
      
      Co-authored-by: parity-processbot <>
      37329f8d
  21. Mar 15, 2023
  22. Mar 14, 2023
  23. Mar 13, 2023
    • Vivek Pandya's avatar
      Remove use of trait Store (#2286) · 9f09109e
      Vivek Pandya authored
      * Remove use of Store trait from xcmp-queue pallet
      
      * Remove Store trait usage from dmp-queue pallet
      
      * Remove Store trait usage from parachain-system pallet
      
      * Remove use of Store trait from cumulus
      
      * Run cargo fmt
      9f09109e
  24. Mar 10, 2023
  25. Mar 07, 2023
  26. Mar 06, 2023
  27. Mar 03, 2023
  28. Feb 20, 2023
  29. Feb 15, 2023
  30. Feb 14, 2023
  31. Feb 09, 2023
    • Sebastian Kunert's avatar
      Add retry mechanism for pov-recovery, fix full-node pov-recovery (#2164) · 588bdad7
      Sebastian Kunert authored
      
      
      * Increase delay for pov-recovery
      
      * Update client/service/src/lib.rs
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * Comment
      
      * FMT
      
      * Clear waiting_recovery when block is recovered or recovery failed
      
      * Introduce recovery queue that preserved insertion order
      
      * Better error logs
      
      * Decrease slot duration
      
      * Style improvements
      
      * Add option to use unordered queue
      
      * Maintain cache of finalized blocks
      
      * Wait for one relay chain slot before recovery
      
      * Make retries testable
      
      * fmt
      
      * Improve docs
      
      * Improve docs
      
      * Simplify RecoveryQueue
      
      * Remove unwanted changes
      
      * Adjust to comments
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * Move recovery delay into the queue
      
      * Check for finalized number
      
      * Clean up
      
      * Use timer
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * Simplify implementation
      
      * Revert "Use timer"
      
      This reverts commit 3809eed840d3a09d54212f99486782ff80cdc1c9.
      
      * Properly clear `to_recover` flag
      
      ---------
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      588bdad7
  32. Jan 29, 2023
  33. Jan 27, 2023