Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

BridgeHubKusama - initial setup - (chain_spec + basic runtime without any bridging pallets) #1764

Merged
merged 46 commits into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
56beecc
[BridgeHub] Setup Rococo backbone parachain
bkontur Jul 28, 2022
7ed6d06
[BridgeHub] Setup Wococo parachain backbone (reused from Rococo)
bkontur Aug 5, 2022
4420a0b
[BridgeHub] Added chain_spec for live Rococo/Wococo
bkontur Oct 3, 2022
84ce2fa
[BridgeHub] Clean bridge-hub-rococo runtime
bkontur Oct 5, 2022
384e65e
[BridgeHub] Add bridge-hub-rococo to CI pipelines
bkontur Sep 20, 2022
3d29c5a
[BridgeHub] Added bridge-hub-kusama - empty runtime/chain_spec setup
bkontur Oct 5, 2022
2b4d48d
Merge remote-tracking branch 'origin/master' into bko-bridges-setup
bkontur Nov 15, 2022
7ca535b
Fixes
bkontur Nov 15, 2022
eb1d7c2
Fixes for BH
bkontur Nov 15, 2022
4cc4216
Fixes for other runtimes - align all
bkontur Nov 15, 2022
1821bc9
Fixes - const
bkontur Nov 15, 2022
5475227
Fixes const
bkontur Nov 15, 2022
4210b39
Fixes
bkontur Nov 15, 2022
afc6caf
Fix kusama-local
bkontur Nov 15, 2022
601abfe
Sample zombienet runs
bkontur Nov 16, 2022
efb79b2
Merge remote-tracking branch 'origin/master' into bko-bridges-setup
bkontur Nov 16, 2022
53dc6a0
Fixes
bkontur Nov 16, 2022
c5bf12e
Fixes for benchmarking
bkontur Nov 16, 2022
fe88ad0
Fixes CI
bkontur Nov 16, 2022
6ccdbf8
Fixes
bkontur Nov 16, 2022
4bb3eff
".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs fra…
Nov 16, 2022
93ca6e2
".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pal…
Nov 16, 2022
9c608dc
".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pal…
Nov 16, 2022
f22b102
".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pal…
Nov 16, 2022
eb7659d
Fixes name
bkontur Nov 16, 2022
08017fb
Fixes readme
bkontur Nov 16, 2022
d66e46f
".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pal…
Nov 16, 2022
e090afb
".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs cum…
Nov 16, 2022
e52641c
".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pal…
Nov 16, 2022
a700450
Merge remote-tracking branch 'origin/master' into bko-bridges-setup
bkontur Nov 22, 2022
30f6691
Merge remote-tracking branch 'origin/master' into bko-bridges-setup
bkontur Nov 28, 2022
b7b45a9
Fixes
bkontur Nov 28, 2022
eb54ade
Fixes
bkontur Nov 28, 2022
d1e2e6d
rustfmt
bkontur Nov 28, 2022
95093ab
Fixes
bkontur Nov 28, 2022
8a59829
Added pallet_utility/pallet_multisig
bkontur Nov 28, 2022
495a06d
Blind try for regex pr-custom-review.yml (added bridge-hub-kusama + c…
bkontur Nov 28, 2022
670b3e3
Fixes
bkontur Nov 28, 2022
64e53a3
Fixes
bkontur Nov 28, 2022
922b3cd
".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pal…
Nov 28, 2022
2e11cbd
Merge branch 'master' of https://github.com/paritytech/cumulus into HEAD
Nov 28, 2022
a1bd1dc
".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pal…
Nov 28, 2022
fc86117
Trying to fix sed expression?
bkontur Nov 24, 2022
8ddb5e6
Merge remote-tracking branch 'origin/master' into bko-bridges-setup
bkontur Dec 1, 2022
32a951a
Added license headers + correct "DAG:" desc
bkontur Dec 1, 2022
081bf26
Merge remote-tracking branch 'origin/master' into bko-bridges-setup
bkontur Dec 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added license headers + correct "DAG:" desc
  • Loading branch information
bkontur committed Dec 1, 2022
commit 32a951a2e707ac5b9d40d83bf774ac97aa7bd9e9
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2022 Parity Technologies (UK) Ltd.
// This file is part of Cumulus.

// Cumulus is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.

// Cumulus is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License
// along with Cumulus. If not, see <http://www.gnu.org/licenses/>.

use super::{
bkontur marked this conversation as resolved.
Show resolved Hide resolved
AccountId, Balances, ParachainInfo, ParachainSystem, PolkadotXcm, Runtime, RuntimeCall,
RuntimeEvent, RuntimeOrigin, WeightToFee, XcmpQueue,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2022 Parity Technologies (UK) Ltd.
// This file is part of Cumulus.

// Cumulus is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.

// Cumulus is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License
// along with Cumulus. If not, see <http://www.gnu.org/licenses/>.

use super::{
bkontur marked this conversation as resolved.
Show resolved Hide resolved
AccountId, Balances, ParachainInfo, ParachainSystem, PolkadotXcm, Runtime, RuntimeCall,
RuntimeEvent, RuntimeOrigin, WeightToFee, XcmpQueue,
Expand Down
3 changes: 2 additions & 1 deletion scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ build-test-parachain:
cd ..;
done

# DAG: build-runtime-assets -> build-runtime-collectives -> build-runtime-bridge-hubs -> build-runtime-contracts
# DAG: build-runtime-assets -> build-runtime-collectives -> build-runtime-bridge-hubs
# DAG: build-runtime-assets -> build-runtime-collectives -> build-runtime-contracts
# DAG: build-runtime-assets -> build-runtime-starters -> build-runtime-testing
build-runtime-assets:
<<: *build-runtime-template
Expand Down