1. Mar 02, 2023
  2. Mar 01, 2023
  3. Feb 27, 2023
  4. Feb 26, 2023
  5. Feb 24, 2023
  6. Feb 23, 2023
  7. Feb 22, 2023
  8. Feb 21, 2023
    • Michal Kucharczyk's avatar
      `BlockId` removal: `BlockBuilderProvider::new_block_at` (#2219) · 749b078b
      Michal Kucharczyk authored
      * `BlockId` removal: `BlockBuilderProvider::new_block_at`
      
      It changes the arguments of `BlockBuilderProvider::new_block_at` from:
      `BlockId<Block>` to: `Block::Hash`
      
      * update lockfile for {"polkadot", "substrate"}
      
      * fix
      
      ---------
      
      Co-authored-by: parity-processbot <>
      749b078b
    • Muharem Ismailov's avatar
      Benchmarks script improvements (#2214) · 046ef29e
      Muharem Ismailov authored
      * Benchmarks script improvements
      
      * EOF
      
      ---------
      
      Co-authored-by: parity-processbot <>
      046ef29e
    • Michal Kucharczyk's avatar
      `BlockId` removal: refactor of runtime API (#2190) · 21e5a982
      Michal Kucharczyk authored
      * BlockId removal: refactor of runtime API
      
      It changes the first argument of all generated runtime API calls from: `BlockId<Block>` to: `Block::Hash`
      
      * fmt
      
      * cargo update -p polkadot-primitives
      
      * Revert "cargo update -p polkadot-primitives"
      
      This reverts commit 58506ecd31e1e5e42b78c2db3982acbc4d8edc70.
      
      * update lockfile for {"substrate", "polkadot"}
      
      ---------
      
      Co-authored-by: parity-processbot <>
      21e5a982
  9. Feb 20, 2023
  10. Feb 17, 2023
  11. Feb 16, 2023
  12. Feb 15, 2023
  13. Feb 14, 2023
  14. Feb 13, 2023
  15. Feb 09, 2023
    • Roman Useinov's avatar
      [Enhancement] Use XCM V3 for initiate_teleport weight calc (#2102) · 2bfb3ea6
      Roman Useinov authored
      * [Enhancement] Use XCM V3 for initiate_teleport weight calc
      
      * deref
      
      * replicate in all the runtimes
      
      * fmt
      
      * better handling for AllOf
      
      * fmt
      
      * small type fix
      
      * replicate the fix for all runtimes
      
      ---------
      
      Co-authored-by: parity-processbot <>
      2bfb3ea6
    • 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
  16. Feb 08, 2023
  17. Feb 07, 2023
  18. Feb 06, 2023