1. Mar 11, 2023
  2. Mar 01, 2023
  3. Feb 27, 2023
    • Milos Kriz's avatar
      Add gatotech bootnodes to system chains (#2237) · 672b53ea
      Milos Kriz authored
      * add gatotech bootnode to Polkadot's Statemint
      
      * add gatotech bootnode to Polkadot's Collectives
      
      * add gatotech bootnode to Kusama's Statemine
      
      * add gatotech bootnode to Kusama's Bridge Hub
      
      * add gatotech bootnode to Westend's Westmint
      
      * add gatotech bootnode to Westend's Collectives
      672b53ea
  4. Feb 26, 2023
  5. Feb 22, 2023
  6. Feb 17, 2023
  7. Feb 14, 2023
  8. Feb 08, 2023
  9. Feb 06, 2023
  10. Feb 02, 2023
    • Branislav Kontur's avatar
      Added new empty shell runtime for `BridgeHubPolkadot` (without bridging stuff)... · a7bde3b9
      Branislav Kontur authored
      Added new empty shell runtime for `BridgeHubPolkadot` (without bridging stuff) for onboarding parachain on Polkadot (#2137)
      
      * Added new empty shell runtime for `BridgeHubPolkadot` (without bridging stuff) for onboarding parachain on Polkadot
      
      * Fix benchmarks/try-runtime
      
      * ".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot bridge-hubs frame_system
      
      * ".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot bridge-hubs pallet_balances
      
      * ".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot bridge-hubs pallet_multisig
      
      * ".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot bridge-hubs pallet_xcm
      
      * Fixes
      
      * ".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot bridge-hubs pallet_session
      
      * ".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot bridge-hubs pallet_utility
      
      * ".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot bridge-hubs pallet_timestamp
      
      * ".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot bridge-hubs pallet_collator_selection
      
      * ".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot bridge-hubs cumulus_pallet_xcmp_queue
      
      * PR fixes
      
      * Rebase fix
      
      * Fix new runtime api
      
      * ".git/.scripts/commands/bench/bench.sh" xcm bridge-hub-polkadot bridge-hubs pallet_xcm_benchmarks::fungible
      
      * ".git/.scripts/commands/bench/bench.sh" xcm bridge-hub-polkadot bridge-hubs pallet_xcm_benchmarks::generic
      
      * Updated aura/bootNodes in `create_bridge_hub_polkadot_spec.sh`
      
      ---------
      
      Co-authored-by: command-bot <>
      a7bde3b9
  11. Jan 24, 2023
  12. Jan 13, 2023
    • Branislav Kontur's avatar
      BHK + BH-Westend release backport (#2083) · a714040a
      Branislav Kontur authored
      * Runtime code according to the released runtime bridge-hub-kusama_runtime-v9360.compact.compressed.wasm
      
      * Add chains spec for westend with generated by `./scripts/create_bridge_hub_westend_spec.sh ~/Downloads/upload/bridge-hub-kusama_runtime-v9360.compact.compressed.wasm 1002`
      
      * fmt
      a714040a
  13. Dec 21, 2022
    • Branislav Kontur's avatar
      Bridge hub kusama fine-tuning before release (#1999) · 0c836d3e
      Branislav Kontur authored
      * Fix benchmarks-ci.sh - missing pallet_utility/pallet_multisig
      
      * Missing ParentAsSuperuser for bridge-hubs
      
      * Fixed missing stuff in benchmarks.yml
      
      * Added MigrateToTrackInactive + CheckingAccount (for completness as other runtimes)
      
      * Measured xcm weights for bridge-hubs
      
      * Fix for fungible benchmarks
      
      * ".git/.scripts/bench-bot.sh" xcm bridge-hub-kusama bridge-hubs pallet_xcm_benchmarks::fungible
      
      * ".git/.scripts/bench-bot.sh" xcm bridge-hub-rococo bridge-hubs pallet_xcm_benchmarks::generic
      
      * ".git/.scripts/bench-bot.sh" xcm bridge-hub-rococo bridge-hubs pallet_xcm_benchmarks::fungible
      
      * ".git/.scripts/bench-bot.sh" xcm bridge-hub-kusama bridge-hubs pallet_xcm_benchmarks::generic
      
      * Reverting migrations - no need for them
      
      * script for generate genesis spec/head/wasm
      
      * Adding invulnerables and session.keys to the script
      (https://github.com/paritytech/devops/issues/2196)
      
      * update chainspec with cmd: ./scripts/create_bridge_hub_kusama_spec.sh ./target/release/wbuild/bridge-hub-kusama-runtime/bridge_hub_kusama_runtime.compact.compressed.wasm 1003
      
      * para_id 1003 -> 1002, cmd: ./scripts/create_bridge_hub_kusama_spec.sh ./target/release/wbuild/bridge-hub-kusama-runtime/bridge_hub_kusama_runtime.compact.compressed.wasm 1002
      
      Co-authored-by: command-bot <>
      0c836d3e
  14. Dec 06, 2022
  15. Dec 02, 2022
    • Branislav Kontur's avatar
      BridgeHubKusama - initial setup - (chain_spec + basic runtime without any bridging pallets) (#1764) · c3df7db3
      Branislav Kontur authored
      * [BridgeHub] Setup Rococo backbone parachain
      
      * [BridgeHub] Setup Wococo parachain backbone (reused from Rococo)
      [Bridge-Backport] Rebase-fix
      BridgeHub] Added zombienet startup tomls for Rococo/Wococo
      Fix typo
      
      * [BridgeHub] Added chain_spec for live Rococo/Wococo
      
      * [BridgeHub] Clean bridge-hub-rococo runtime
      
      * [BridgeHub] Add bridge-hub-rococo to CI pipelines
      
      * [BridgeHub] Added bridge-hub-kusama - empty runtime/chain_spec setup
      
      * Fixes
      
      * Fixes for BH
      
      * Fixes for other runtimes - align all
      
      * Fixes - const
      
      * Fixes const
      
      * Fixes
      
      * Fix kusama-local
      
      * Sample zombienet runs
      
      * Fixes
      
      * Fixes for benchmarking
      
      * Fixes CI
      
      * Fixes
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs frame_system
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pallet_collator_selection
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pallet_balances
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pallet_session
      
      * Fixes name
      
      * Fixes readme
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pallet_timestamp
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs cumulus_pallet_xcmp_queue
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pallet_collator_selection
      
      * Fixes
      
      * Fixes
      
      * rustfmt
      
      * Fixes
      
      * Added pallet_utility/pallet_multisig
      
      * Blind try for regex pr-custom-review.yml (added bridge-hub-kusama + collectives-polkadot)
      
      * Fixes
      
      * Fixes
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pallet_utility
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pallet_multisig
      
      * Trying to fix sed expression?
      
      * Added license headers + correct "DAG:" desc
      
      Co-authored-by: command-bot <>
      c3df7db3
  16. Nov 22, 2022
  17. Nov 21, 2022
  18. Oct 02, 2022
  19. 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
  20. Aug 11, 2022
    • joe petrowski's avatar
      Add Collectives Parachain (#1346) · 7bd426f3
      joe petrowski authored
      
      
      * add new runtime and remove unnecessary pallets
      
      * make runtime build
      
      * add collectives to collator node
      
      * sketch alliance config in runtime
      
      * Slash handler was supposed to be commented out (for now)
      
      * correct signature
      
      * move to impls
      
      * add alliance to runtime
      
      * rustfmt
      
      * IsReserve, remove Ping, update fn deposit
      
      * add transaction_payment event
      
      * Update parachains/runtimes/collectives/collectives-polkadot/src/lib.rs
      
      Co-authored-by: default avatarSquirrel <[email protected]>
      
      * fmt
      
      * add genesis config to chain spec
      
      * fix merge
      
      * local and dev configs only (for now)
      
      * remove duplicate imports
      
      * Collectives polkadot runtime to cargo workspace members (#1397)
      
      * Collectives polkadot runtime: use unit type impl for identity verifier (#1398)
      
      * apply fn rename
      
      * fmt
      
      * one less todo
      
      * Less code in magic macros (#1407)
      
      * Less code in magic macros
      
      * cargo fmt
      
      * Bench alliance (#1427)
      
      * add benchmarks
      
      * call one script from the other
      
      * shebang changes so works on nixos too.
      
      * bench in parallel as separate jobs
      
      * hyphens can turn into underscores
      
      * remove workaround to trigger bench
      
      Co-authored-by: default avataralvicsam <[email protected]>
      Co-authored-by: default avatarparitytech-ci <[email protected]>
      
      * enable ci jobs
      
      * fix publish bench results jobs
      
      * chainspecs for collectives-westend (#1441)
      
      * initial chainspecs for collections relay chain
      
      * plumb in the collectives-westend chainspec
      
      * add Runtime::CollectivesWestend
      
      * lock
      
      * Collectives: teleport slashed assets  (#1433)
      
      * Collectives: teleport slashed assets
      
      * fmt
      
      * Cargo.lock > polkadot-parachain 0.9.25
      
      * create temp account for imbalance
      
      * treasury acc id from pallet id
      
      * move accounts into constants, use here junction for assets
      
      * assets location is relay chain, accounts as parameters
      
      * fix typos
      
      * fix typo
      
      * Update parachains/runtimes/collectives/collectives-polkadot/src/constants.rs
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      * Move alliance proposal provider to impls.rs (#1464)
      
      * Move to impls alliance proposal provider
      
      * rustfmt
      
      * Bumping spec version
      
      (so that we can redeploy with slashing change.)
      
      * cargo lock
      
      * slurp collectives digest to make appear in release notes (#1473)
      
      * add slurp
      
      * Slurp better :)
      
      * Bring some order
      
      Co-authored-by: default avatarChevdor <[email protected]>
      Co-authored-by: default avatarWilfried Kopp <[email protected]>
      
      * reorder barrier
      
      * Update parachains/runtimes/collectives/collectives-polkadot/src/xcm_config.rs
      
      Co-authored-by: default avatarKeith Yeung <[email protected]>
      
      * address review
      
      * clean construct runtime
      
      * fmt
      
      * looks pretty but brings in too much
      
      Co-authored-by: default avatarSquirrel <[email protected]>
      Co-authored-by: default avatarMuharem Ismailov <[email protected]>
      Co-authored-by: default avataralvicsam <[email protected]>
      Co-authored-by: default avatarparitytech-ci <[email protected]>
      Co-authored-by: default avatarChevdor <[email protected]>
      Co-authored-by: default avatarWilfried Kopp <[email protected]>
      Co-authored-by: default avatarKeith Yeung <[email protected]>
      7bd426f3
  21. Jun 29, 2022
  22. May 31, 2022
  23. May 26, 2022
  24. May 20, 2022