1. Sep 29, 2022
    • Muharem Ismailov's avatar
      Polkadot Collectives chain spec (#1603) · de7aba91
      Muharem Ismailov authored
      * initial chain spec template
      
      * boot nodes, para ids, name
      
      * para id 1001
      
      * update boot nodes
      
      * add collators accounts and session keys
      
      * add p2p into wss boot nodes pathes
      
      * replace aura raw private keys by ss58
      
      * remove collectives spec
      
      * rename collectives genesis spec into collectives
      
      * Revert "rename collectives genesis spec into collectives"
      
      This reverts commit 60df522a5c3666a9984d87476c2d93f28a2910fb.
      
      * insert wasm into spec
      de7aba91
    • Wilfried Kopp's avatar
      Bump spec_version to 9300 · 9a9a5285
      Wilfried Kopp authored
      9a9a5285
    • Branislav Kontur's avatar
      Removed unused deps with `cargo machete` (#1680) · fd557164
      Branislav Kontur authored
      * Removed unused deps with `cargo machete`
      
      * Removed unused deps with `cargo machete` for parachain-template
      fd557164
  2. Sep 28, 2022
  3. Sep 27, 2022
  4. Sep 23, 2022
  5. Sep 22, 2022
  6. Sep 21, 2022
  7. Sep 20, 2022
  8. Sep 19, 2022
  9. Sep 16, 2022
  10. Sep 14, 2022
  11. Sep 12, 2022
  12. Sep 09, 2022
  13. Sep 08, 2022
    • Keith Yeung's avatar
      Companion for paritytech/substrate#12183 (#1601) · 11b18e89
      Keith Yeung authored
      * Companion for paritytech/substrate#12183
      
      * Fixes
      
      * Update pallets/xcmp-queue/src/lib.rs
      
      * Update pallets/xcmp-queue/src/lib.rs
      
      * update lockfile for {"substrate", "polkadot"}
      
      Co-authored-by: parity-processbot <>
      11b18e89
  14. Sep 05, 2022
  15. Sep 02, 2022
  16. Sep 01, 2022
    • Shawn Tabrizi's avatar
      Companion for Weight v1.5 Follow Up (#1584) · 2c1e8852
      Shawn Tabrizi authored
      
      
      * fixes
      
      * oopsie
      
      * [ci] Apply cargo-fmt
      
      * fixes
      
      * [ci] Apply cargo-fmt
      
      * fixes
      
      * fix cumulus template
      
      * fix merge
      
      * update lockfile for {"polkadot", "substrate"}
      
      Co-authored-by: default avatarparitytech-ci <[email protected]>
      Co-authored-by: parity-processbot <>
      2c1e8852
    • Muharem Ismailov's avatar
      Update Cumulus to Latest Substrate and Polkadot Master (#1551) · 8765c228
      Muharem Ismailov authored
      * proposal provider impl for proposals func
      
      * rustfmt
      
      * impl proposals_count fn
      
      * update lockfile for {"substrate", "polkadot"}
      
      * cargo update pallet-alliance
      
      * cargo update deps
      
      * fix for https://github.com/paritytech/substrate/commit/324a18e3c5cbf333672c54f9367f530ea976928d
      
      
      
      * update lockfile for {"substrate", "polkadot"}
      
      * fix try runtime feature flags
      
      * update log target
      
      Co-authored-by: parity-processbot <>
      Co-authored-by: default avatarShawn Tabrizi <[email protected]>
      8765c228
    • Roman Useinov's avatar
      [Feature] Add XCM benchmark weights to Statemint and Statemine (#1454) · cc14953b
      Roman Useinov authored
      
      
      * [Feature] Add XCM benchmarark weights to Statemint and Statemine
      
      * add xcm-bench-template
      
      * add polkadot xcm bench pallet to statemint
      
      * Sample benchmarking that compiles
      
      * add benches to the module
      
      * Remove batches assertion and whitelist ActiveConfig
      
      * ".git/.scripts/bench-bot.sh" xcm statemint assets pallet_xcm_benchmarks::generic
      
      * ".git/.scripts/bench-bot.sh" xcm statemint assets pallet_xcm_benchmarks::generic
      
      * fix benchmarks
      
      * fix get_multi_asset
      
      * fmt and more bench fixes
      
      * reformat
      
      * move Xcm type definitions
      
      * define types twice
      
      * remove commented out lines
      
      * define Xcm bench types globally
      
      * test use
      
      * fix semi
      
      * make sure the type definittion is properly documented
      
      * tweak TrustedTeleporter/Reserve
      
      * use dots as asset
      
      * copy benchmarks over, fix the ci script
      
      * remove extra asset
      
      * ".git/.scripts/bench-bot.sh" xcm statemint assets pallet_xcm_benchmarks::generic
      
      * benchmarks setup for statemint/e and westmint
      
      * ".git/.scripts/bench-bot.sh" xcm statemint assets pallet_xcm_benchmarks::fungible
      
      * ".git/.scripts/bench-bot.sh" xcm statemine assets pallet_xcm_benchmarks::generic
      
      * ".git/.scripts/bench-bot.sh" xcm statemine assets pallet_xcm_benchmarks::fungible
      
      * remove a check
      
      * ".git/.scripts/bench-bot.sh" xcm westmint assets pallet_xcm_benchmarks::fungible
      
      * ".git/.scripts/bench-bot.sh" xcm westmint assets pallet_xcm_benchmarks::generic
      
      * implement WeightInfoBounds for all the asset runtimes
      
      * update Cargo.lock
      
      * fix Muharem's comments
      
      * ".git/.scripts/bench-bot.sh" xcm statemint assets pallet_xcm_benchmarks::generic
      
      * Update parachains/runtimes/assets/statemint/src/lib.rs
      
      Co-authored-by: default avatarOliver Tale-Yazdi <[email protected]>
      
      * fix some review comments
      
      * fix file headers
      
      * more fixes to licenses and such
      
      * fix another inconsistency
      
      * Extend weights template
      
      Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
      
      * remove a placeholder
      
      * remove redundant overrides
      
      * ".git/.scripts/bench-bot.sh" xcm statemint assets pallet_xcm_benchmarks::fungible
      
      * Update benchmarking.rs
      
      * remove redundant bench
      
      * fix
      
      * ".git/.scripts/bench-bot.sh" xcm statemint assets pallet_xcm_benchmarks::generic
      
      * Update pallets/xcm-benchmarks/src/fungible/mock.rs
      
      Co-authored-by: default avatarKian Paimani <[email protected]>
      
      * remove TODO's
      
      * remove local xcm-benchmark-pallet impl
      
      * disable CheckedAccount in benches
      
      * update template
      
      * fix up imports
      
      * fix xcm
      
      * fix the template
      
      Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
      Co-authored-by: command-bot <>
      Co-authored-by: default avatarOliver Tale-Yazdi <[email protected]>
      Co-authored-by: default avatarKian Paimani <[email protected]>
      cc14953b
  17. Aug 31, 2022
    • Shawn Tabrizi's avatar
      Companion for Weight v1.5 (#1581) · 48d4f1c5
      Shawn Tabrizi authored
      * cargo test -p cumulus-primitives-utility
      
      * cargo test -p cumulus-pallet-xcmp-queue
      
      * cargo test -p cumulus-pallet-xcm
      
      * cargo test -p cumulus-pallet-dmp-queue
      
      * cargo test -p pallet-template
      
      * cargo test -p cumulus-test-runtime
      
      * fix weights
      
      * fix more weights
      
      * cargo test -p parachains-common
      
      * cargo test -p parachain-template-runtime
      
      * fix weights import
      
      * cargo test -p collectives-polkadot-runtime
      
      * cargo test -p contracts-rococo-runtime
      
      * more
      
      * unused
      
      * fixes
      
      * Update benchmarking.rs
      
      * Update lib.rs
      
      * Update lib.rs
      
      * fix
      
      * fix bug in conversion
      
      * update lockfile for {"polkadot", "substrate"}
      
      Co-authored-by: parity-processbot <>
      48d4f1c5
    • Roman Useinov's avatar
      [Feature] Limit collectives teleports to DOT (#1579) · 6165597e
      Roman Useinov authored
      
      
      * [Feature] Limit collectives teleports to DOT
      
      * Update pallets/xcm/src/lib.rs
      
      Co-authored-by: default avatarKeith Yeung <[email protected]>
      
      * fix review comments
      
      * Update parachains/runtimes/collectives/collectives-polkadot/src/xcm_config.rs
      
      Co-authored-by: default avatarChevdor <[email protected]>
      
      * [ci] Apply cargo-fmt
      
      Co-authored-by: default avatarKeith Yeung <[email protected]>
      Co-authored-by: default avatarChevdor <[email protected]>
      Co-authored-by: default avatarparitytech-ci <[email protected]>
      6165597e
  18. Aug 29, 2022
  19. Aug 24, 2022
    • Squirrel's avatar
      shell and seedling did not build (#1567) · c066eaee
      Squirrel authored
      * shell and seedling did not build
      
      (even though CI was green). Time for more CI.
      
      * let's just fix the build in this PR
      
      * Update parachains/runtimes/starters/shell/Cargo.toml
      
      No need to rem this out as we're not testing the new CI changes in this PR.
      c066eaee
  20. Aug 23, 2022
  21. Aug 19, 2022
  22. Aug 18, 2022
  23. Aug 16, 2022
    • Branislav Kontur's avatar
      Removed dependance on `rococo_parachain_runtime` for unrelated stuff (#1500) · ffe19fd0
      Branislav Kontur authored
      * Clean misleading imports `rococo_parachain_runtime::{AccountId, AuraId}`
      
      * Remove dependance on `rococo_parachain_runtime` for unrelated stuff
      
      * fmt + rebase fix
      
      * Addressing review comments
      
      * Addressing review comments
      
      * Fix for `purge_chain_works` works now with `rococo-local` and purge command needs to allow `rococo-native`
      ffe19fd0