1. Mar 14, 2023
  2. Mar 13, 2023
  3. Mar 11, 2023
  4. Mar 10, 2023
  5. Mar 09, 2023
  6. Mar 07, 2023
  7. Mar 06, 2023
  8. Mar 05, 2023
  9. Mar 03, 2023
  10. Mar 02, 2023
  11. Mar 01, 2023
  12. Feb 27, 2023
  13. Feb 26, 2023
  14. Feb 24, 2023
  15. Feb 23, 2023
  16. Feb 22, 2023
  17. 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