1. Jan 11, 2024
    • Alexander Samusev's avatar
      [ci] Remove unused jobs (#2502) · 2bdf5dca
      Alexander Samusev authored
      <del>PR custom review is deprecated. Now `review-bot` performs these
      functions.</del>
      PR removes unused ci jobs and adjusts zombienet jobs for merge queues
      
      cc @Bullrich
      2bdf5dca
    • Anton Vilhelm Ásgeirsson's avatar
      Fix coretime migration (#2905) · fc749fa7
      Anton Vilhelm Ásgeirsson authored
      
      
      The XCM instruction limit of 100 was being hit by the 1 large message
      before. The weight ref time also needed to be bumped for these
      extrinsics.
      
      ---------
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      fc749fa7
    • Serban Iorga's avatar
      Warp sync zombienet tests: add basic BEEFY checks (#2854) · 578960f3
      Serban Iorga authored
      Part of https://github.com/paritytech/polkadot-sdk/issues/2787
      
      This is an initial PR that adds some basic BEEFY checks to the warp sync
      zombienet tests. To be more specific, it does the following:
      - Changes the snapshot used by the warp sync zombienet tests to one
      built from an updated version of the kitchensink runtime, that supports
      BEEFY
      - Adds some basic BEEFY checks to the warp sync zombienet tests
      - Deduplicates some params of the warp sync zombienet tests, making them
      easier to extend
      578960f3
    • Michal Kucharczyk's avatar
      frame-support: sp-runtime dependency updated (serde) (#2907) · c8112e2c
      Michal Kucharczyk authored
      `frame-support` crate compilation fails (reported by @koute):
      
      ```
      $ cargo check --no-default-features --target=wasm32-unknown-unknown
      
      error[E0277]: the trait bound `GC: Serialize` is not satisfied
          --> substrate/frame/support/src/genesis_builder_helper.rs:32:24
           |
      32   |     serde_json::to_string(&GC::default())
           |     --------------------- ^^^^^^^^^^^^^^ the trait `Serialize` is not implemented for `GC`
           |     |
           |     required by a bound introduced by this call
           |
      note: required by a bound in `serde_json::to_string`
          --> /home/kou/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.111/src/ser.rs:2209:17
           |
      2207 | pub fn to_string<T>(value: &T) -> Result<String>
           |        --------- required by a bound in this function
      2208 | where
      2209 |     T: ?Sized + Serialize,
           |                 ^^^^^^^^^ required by this bound in `to_string`
      help: consider further restricting this bound
           |
      30   |     GC: BuildGenesisConfig + Default + serde::Serialize,
           |                                      ++++++++++++++++++
      ```
      
      This PR should fix this.
      
      For all runtimes `sp-runtime/serde` feature was likely enabled by this
      (and few other pallets):
      
      https://github.com/paritytech/polkadot-sdk/blob/f2a750ee86e72c9ab677aaf588d0a33ee8446bef/substrate/frame/system/Cargo.toml#L27
      c8112e2c
  2. Jan 10, 2024
  3. Jan 09, 2024
  4. Jan 08, 2024
  5. Jan 07, 2024
  6. Jan 06, 2024
  7. Jan 05, 2024
  8. Jan 04, 2024