1. Dec 05, 2022
  2. Nov 30, 2022
    • alexgparity's avatar
      Clippyfy (#6341) · 9ea14e66
      alexgparity authored
      
      
      * Add clippy config and remove .cargo from gitignore
      
      * first fixes
      
      * Clippyfied
      
      * Add clippy CI job
      
      * comment out rusty-cachier
      
      * minor
      
      * fix ci
      
      * remove DAG from check-dependent-project
      
      * add DAG to clippy
      
      Co-authored-by: default avataralvicsam <[email protected]>
      9ea14e66
    • Mara Broda's avatar
      sync versions with current release (0.9.33) (#6363) · b76086c6
      Mara Broda authored
      * westend: update transaction version
      
      * polkadot: update transaction version
      
      * kusama: update transaction version
      
      * Bump spec_version to 9330
      
      * bump versions to 0.9.33
      b76086c6
  3. Nov 20, 2022
  4. Nov 07, 2022
    • Michal Kucharczyk's avatar
      BlockId removal: &Hash to Hash (#6246) · 8057d45a
      Michal Kucharczyk authored
      * BlockId removal: &Hash to Hash
      
      It changes &Block::Hash argument to Block::Hash.
      
      This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292)
      
      * missing file corrected
      
      * update lockfile for {"substrate"}
      
      Co-authored-by: parity-processbot <>
      8057d45a
  5. Nov 05, 2022
  6. Nov 03, 2022
  7. Oct 22, 2022
    • Mara Broda's avatar
      sync versions with current release (0.9.31) (#6176) · f8cc39a7
      Mara Broda authored
      * Bump spec_version to 9310
      
      * bump transaction_version (0.9.31) (#6171)
      
      * Bump transaction_version for polkadot
      
      * Bump transaction_version for kusama
      
      * Bump transaction_version for rococo
      
      * Bump transaction_version for westend
      
      * Bump transaction_version for polkadot
      
      * Bump transaction_version for kusama
      
      * Bump transaction_version for rococo
      
      * Bump transaction_version for westend
      
      * Bump crate versions (0.9.31)
      f8cc39a7
  8. Oct 16, 2022
  9. Oct 14, 2022
  10. Oct 10, 2022
  11. Oct 05, 2022
  12. Oct 03, 2022
    • Gavin Wood's avatar
      Governance v2 (Kusama only) (#5205) · 5d2f8103
      Gavin Wood authored
      
      
      * First bits
      
      * Create new origins
      
      * Repot governance configs
      
      * Tests for treasury spends
      
      * Integrate treasury spend threshold origins
      
      * Bump deps
      
      * Add whitelist, configure treasury spend origins
      
      * Add governance curves
      
      * Enable curve's ceil to be configured
      
      * Make compile
      
      * Rest of new governance params
      
      * Build fixes
      
      * Fixes
      
      * Fix warning
      
      * Use new EnsureOrigin::try_successful_origin
      
      * Some repotting
      
      * Add files
      
      * Ready for initial review
      
      * Fixes
      
      * Formatting
      
      * Bump
      
      * rename
      
      * Derive MEL for Origin enum
      
      Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
      
      * Add benchmarks
      
      Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
      
      * ".git/.scripts/bench-bot.sh" runtime kusama-dev pallet_conviction_voting
      
      * Update Cargo.lock
      
      * Update runtime/kusama/src/governance/origins.rs
      
      Co-authored-by: default avatarXiliang Chen <[email protected]>
      
      * allow root to demote and promote, fixing benchmarks
      
      * fix whitelist origin benchmarks
      
      * typo
      
      * cargo update -p sp-io
      
      * add second referenda instance to benchmarks
      
      * allow root to act as a 9th dan in track
      
      * feature flag it
      
      * cargo update -p sp-io
      
      * fix merge
      
      * ".git/.scripts/bench-bot.sh" runtime kusama-dev pallet_referenda
      
      * ".git/.scripts/bench-bot.sh" runtime kusama-dev pallet_conviction_voting
      
      * allow root to create auction
      
      * Update mod.rs
      
      * more origin fixes
      
      * root isnt needed actually
      
      * cargo update -p sp-io
      
      * allow root to cancel slash
      
      * initial stuff
      
      * make copy data from kusama
      
      * ".git/.scripts/bench-bot.sh" runtime kusama-dev pallet_referenda
      
      * Update Cargo.lock
      
      * commit new weight files
      
      * more files
      
      * use weight files
      
      * ".git/.scripts/bench-bot.sh" runtime kusama-dev pallet_referenda
      
      * Update Cargo.lock
      
      * Update to latest master
      
      * Formatting
      
      * ".git/.scripts/bench-bot.sh" runtime kusama-dev pallet_ranked_collective
      
      * ".git/.scripts/bench-bot.sh" runtime kusama-dev pallet_conviction_voting
      
      * ".git/.scripts/bench-bot.sh" runtime kusama-dev pallet_conviction_voting
      
      * ".git/.scripts/bench-bot.sh" runtime kusama-dev pallet_whitelist
      
      * Rename Origin -> RuntimeOrigin
      
      This was done in Substrate and is now needed here as well.
      
      Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
      
      * cargo update -p sp-io
      
      Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
      
      * Tech Committee can promote to VI Dan
      
      * Update runtime/kusama/src/governance/mod.rs
      
      Co-authored-by: default avatarAmar Singh <[email protected]>
      
      * Formatting
      
      * Update runtime/kusama/src/governance/fellowship.rs
      
      Co-authored-by: default avatarAmar Singh <[email protected]>
      
      * Fixes
      
      * Avoid updating extraneous deps
      
      * Fix broken stuff
      
      * ".git/.scripts/bench-bot.sh" runtime kusama-dev pallet_referenda
      
      * Update runtime/kusama/src/governance/fellowship.rs
      
      * Reorder EitherOf origins
      
      Zero logic change to make the benchmarking work.
      It uses the first successful origin which can only promote to rank 6.
      By swapping the order we use Root which can always promote.
      
      Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
      
      * Revert param change and update doc
      
      Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
      Co-authored-by: default avatarOliver Tale-Yazdi <[email protected]>
      Co-authored-by: command-bot <>
      Co-authored-by: default avatarShawn Tabrizi <[email protected]>
      Co-authored-by: default avatarXiliang Chen <[email protected]>
      Co-authored-by: default avatarKeith Yeung <[email protected]>
      Co-authored-by: default avatarAmar Singh <[email protected]>
      5d2f8103
  13. Oct 02, 2022
  14. Sep 20, 2022
  15. Sep 14, 2022
  16. Sep 13, 2022
  17. Sep 12, 2022
    • Sergej Sakac's avatar
      Companion for #11981 (#5915) · 8ea6076f
      Sergej Sakac authored
      
      
      * Companion for #11981
      
      * more renaming
      
      * fmt
      
      * fixes
      
      * add generic type
      
      * Companion for #11831
      
      * fix
      
      * revert changes
      
      * Delete rename-outer-enum.diff
      
      * revert
      
      * Update run_benches_for_runtime.sh
      
      * rename type Call & type Event
      
      * passing tests
      
      * fmt
      
      * small fixes
      
      * commit
      
      * fix
      
      * fmt
      
      * commit
      
      * error fixes
      
      * fix
      
      * small fix in test
      
      * Update lib.rs
      
      * Update lib.rs
      
      * Update lib.rs
      
      * Update lib.rs
      
      * Update lib.rs
      
      * Update lib.rs
      
      * Update lib.rs
      
      * remove RuntimeCall from pallet_grandpa
      
      * last fix
      
      * commit
      
      * rename
      
      * merge fix
      
      * update lockfile for {"substrate"}
      
      * cargo +nightly fmt
      
      * fix
      
      Co-authored-by: parity-processbot <>
      Co-authored-by: default avatarShawn Tabrizi <[email protected]>
      8ea6076f
  18. Sep 09, 2022
  19. Sep 08, 2022
  20. Sep 02, 2022
  21. Sep 01, 2022
    • Shawn Tabrizi's avatar
      Companion for Weight v1.5 Follow Up (#5949) · e28bf2e4
      Shawn Tabrizi authored
      * updates
      
      * remove new
      
      * fix up some stuff
      
      * fix cargo files
      
      * fix
      
      * fix template
      
      * update lockfile for {"substrate"}
      
      * Update block_weights.rs
      
      * remove unused
      
      * remove unused
      
      Co-authored-by: parity-processbot <>
      e28bf2e4
    • Roman Useinov's avatar
      [Feature] Make XCM benchmarks more reusable and remove a redundant bench (#5936) · 75d49dfe
      Roman Useinov authored
      * [Feature] Make XCM benchmarks more reusable and remove a redunant bench
      
      * implement track balances flag
      
      * little comment fix
      
      * Revert "little comment fix"
      
      This reverts commit 6d0d1bb4d74752aa518c4d71718c1b71673bcca8.
      
      * Revert "implement track balances flag"
      
      This reverts commit e7884cbc57d053c5d57a80aab4caa42e78cfdc17.
      
      * fix unused
      75d49dfe
    • Kian Paimani's avatar
      companion `try-state` (#5907) · f2020208
      Kian Paimani authored
      * bunch of changes for now
      
      * companion for sanity-checks
      
      * Fix
      
      * remove bridges
      
      * better logging
      
      * revert spec change
      
      * fmt
      
      * fix
      
      * update lockfile for {"substrate"}
      
      Co-authored-by: parity-processbot <>
      f2020208
  22. Aug 31, 2022
    • Shawn Tabrizi's avatar
      Companion for Weight v1.5 (#5943) · 28e94d97
      Shawn Tabrizi authored
      * fix to latest substrate pr
      
      * update weights
      
      * cargo build -p polkadot-runtime-parachains
      
      * fix xcm-builder
      
      * fix import
      
      * fix a bunch
      
      * fix a bunch of weight stuff
      
      * kusama compile
      
      * unused
      
      * builds
      
      * maybe fix
      
      * cargo test -p polkadot-runtime-parachains
      
      * xcm simulator example
      
      * fix tests
      
      * xcm sim fuzz
      
      * fix runtime tests
      
      * remove unused
      
      * fix integration tests
      
      * scalar div
      
      * update lockfile for {"substrate"}
      
      Co-authored-by: parity-processbot <>
      28e94d97
  23. Aug 29, 2022
    • Mara Broda's avatar
      version bumps (0.9.28) (#5933) · fc97080c
      Mara Broda authored
      * Bump crate versions
      
      * Bump spec_version to 9280 for kusama
      
      * Bump spec_version to 9280 for polkadot
      
      * Bump spec_version to 9280 for rococo
      
      * Bump spec_version to 9280 for westend
      
      * update Cargo.lock
      
      Co-authored-by: parity-processbot <>
      fc97080c
  24. Aug 23, 2022
  25. Aug 16, 2022
  26. Aug 01, 2022
  27. Jul 28, 2022
  28. Jul 06, 2022
  29. Jun 29, 2022
  30. Jun 27, 2022
  31. Jun 23, 2022
  32. Jun 21, 2022
    • Mara Broda's avatar
      bump versions to 0.9.25 (#5684) · 97f9b840
      Mara Broda authored
      * kusama: bump spec_version to 9250
      
      * polkadot: bump spec_version to 9250
      
      * rococo: bump spec_version to 9250
      
      * westend: bump spec_version to 9250
      
      * bump version to 0.9.25
      
      * bump transaction version (polkadot & kusama) (#5690)
      
      * kusama: bump transaction_version to 12
      
      * polkadot: bump transaction_version to 13
      97f9b840
  33. Jun 16, 2022
  34. May 27, 2022
  35. May 25, 2022