Skip to content
Snippets Groups Projects
  1. Sep 26, 2024
  2. Sep 18, 2024
  3. Aug 30, 2024
    • Maksym H's avatar
      fix cmd bot PR context (#5531) · d34f6878
      Maksym H authored
      - restore update-ui.sh (accidentally removed with bunch of bash :sweat_smile:
      - fix empty context and pushing to dev branch (supporting forks)
      tested fork here: https://github.com/paritytech-stg/polkadot-sdk/pull/45
  4. Aug 28, 2024
    • Maksym H's avatar
      Command bot GHA v2 - /cmd <cmd> (#5457) · 8e0cefc8
      Maksym H authored
      Closes https://github.com/paritytech/product-engineering/issues/93
      
      - Deprecates old command bot bash scripts. New cmd implementation is
      re-written on Python
      - Deprecates `sync` command, which was never used
      - Benchmarks:
      - Uses new
      [frame-omni-bencher](https://crates.io/crates/frame-omni-bencher)
      - Simplifies usage to only providing a runtime and/or pallet name (even
      multiple runtimes or pallets)
      - Supports sub-modules (like `/cmd bench --runtime dev --pallet
      pallet_asset_conversion_ops`)
      - Can regenerate all weights with one command (substrate, polkadot,
      cumulus) for provided pallet(s) name
      - Adds [subweight](https://crates.io/crates/subweight-core) diff as a
      result of bench command
  5. Jul 31, 2024
  6. Jan 22, 2024
  7. Nov 05, 2023
  8. Sep 22, 2023