1. May 29, 2023
  2. May 28, 2023
  3. May 27, 2023
  4. May 26, 2023
    • ordian's avatar
      polkompanion 6667: past session slashing (#2160) · 4ed61f9d
      ordian authored
      * polkompanion 6667: past session slashing
      
      * fix imports
      
      * fix incorrect merge
      
      * implement staging methods on RPC client
      
      * update lockfile for {"polkadot", "substrate"}
      
      ---------
      
      Co-authored-by: parity-processbot <>
      4ed61f9d
  5. May 25, 2023
  6. May 24, 2023
  7. May 23, 2023
  8. May 22, 2023
  9. May 21, 2023
    • yjh's avatar
      update WasmExecutionMethod (#2599) · cee10575
      yjh authored
      cee10575
    • Bastian Köcher's avatar
      Switch to `relay_dispatch_queue_remaining_capacity` (#2608) · 3a20b3d7
      Bastian Köcher authored
      * Switch to `relay_dispatch_queue_remaining_capacity`
      
      This switches the parachain runtimes to use `relay_dispatch_queue_remaining_capacity` when possible.
      If the data is not yet available on the relay chain it falls back to `relay_dispatch_queue_size`. It
      will require that all parachains migrate to `relay_dispatch_queue_remaining_capacity` before we can
      start removing the call to `relay_dipatch_queue_size`.
      
      Besides that the pr adapts the xcm exumulator to make it work with the message queue.
      
      * Fix test and use correct types
      
      * ".git/.scripts/commands/fmt/fmt.sh"
      
      ---------
      
      Co-authored-by: command-bot <>
      3a20b3d7