1. Jan 12, 2024
  2. Jan 11, 2024
  3. Jan 10, 2024
  4. Jan 09, 2024
  5. Jan 08, 2024
  6. Jan 07, 2024
  7. Jan 06, 2024
  8. Jan 05, 2024
    • Bastian Köcher's avatar
      `cumulus-primitives-parachain-inherent`: Split into two crates (#2803) · 930c1519
      Bastian Köcher authored
      This splits `cumulus-primitives-parachain-inherent` into two crates, the
      previous `cumulus-primitives-parachain-inherent` and a new
      `cumulus-client-parachain-inherent`. The idea behind this is to move the
      `create_at` logic into the client crate. This removes quite a lot of
      unrelated dependencies from the runtime std build and thus, makes the
      compilation faster. On my Laptop the compilation is goes down by one
      minute for `asset-hub-rococo-runtime`. I also assume that the full build
      of the entire workspace probably can be speed-up a little bit, because
      more stuff can be compiled in parallel.
      
      ---------
      
      Co-authored-by: command-bot <>
      930c1519
    • Tsvetomir Dimitrov's avatar
      Fix clippy warnings (#2861) · cea7024d
      Tsvetomir Dimitrov authored
      Fix some issues reported by clippy
      cea7024d