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

Rename Statemint to Asset Hub #2633

Merged
merged 38 commits into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
67633e4
change dir names
joepetrowski May 24, 2023
12a49d1
cargo toml updates
joepetrowski May 24, 2023
eb16416
fix crate imports for build
joepetrowski May 24, 2023
43264ac
change chain spec names and PR review rule
joepetrowski May 24, 2023
18a0943
update cli to accept asset-hub
joepetrowski May 24, 2023
d84c1d2
find/replace benchmark commands
joepetrowski May 24, 2023
5ffef02
merge master
joepetrowski May 24, 2023
280a18d
integration tests
joepetrowski May 24, 2023
f01e940
bridges docs
joepetrowski May 24, 2023
20b1bd3
more integration tests
joepetrowski May 24, 2023
9e44f08
AuraId
joepetrowski May 24, 2023
f77f890
other statemint tidying
joepetrowski May 24, 2023
bf86f24
rename statemint mod
joepetrowski May 25, 2023
2341b0c
chain spec mod
joepetrowski May 25, 2023
ba6baf7
Merge remote-tracking branch 'origin' into joe-assethub
joepetrowski May 25, 2023
9acd828
rename e2e test dirs
joepetrowski May 25, 2023
e027342
one more Runtime::Statemine
joepetrowski May 25, 2023
c2ed33e
merge master
joepetrowski May 25, 2023
7016abf
benchmark westmint
joepetrowski May 25, 2023
dca2530
rename chain spec name and id
joepetrowski May 25, 2023
3881ca8
rename chain spec files
joepetrowski May 25, 2023
e2d0a94
more tidying in scripts/docs/tests
joepetrowski May 25, 2023
2bc59e0
Merge remote-tracking branch 'origin' into joe-assethub
joepetrowski May 25, 2023
61ea005
rename old dir if exists
gilescope May 26, 2023
7379770
Force people to manually do the move.
gilescope May 26, 2023
ea65894
review touchups
joepetrowski May 26, 2023
7308840
more renaming
joepetrowski May 29, 2023
bd03ef0
Update polkadot-parachain/src/command.rs
joepetrowski May 29, 2023
f3a9a0e
better error message
joepetrowski May 29, 2023
4bd1907
Merge remote-tracking branch 'origin' into joe-assethub
joepetrowski May 29, 2023
badda66
do not break on-chain spec_name
joepetrowski May 29, 2023
88b6722
log info message that path has been renamed
joepetrowski May 30, 2023
013b501
merge master
joepetrowski May 31, 2023
5eed933
Merge remote-tracking branch 'origin/master' into joe-assethub
May 31, 2023
eaad5d4
Merge remote-tracking branch 'origin' into joe-assethub
joepetrowski Jun 1, 2023
bb9bd7e
Merge remote-tracking branch 'origin' into joe-assethub
joepetrowski Jun 2, 2023
b562f92
Merge remote-tracking branch 'origin' into joe-assethub
joepetrowski Jun 2, 2023
c90f116
better penpal docs
joepetrowski Jun 2, 2023
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
4 changes: 2 additions & 2 deletions .github/pr-custom-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ action-review-team: ci
rules:
- name: Runtime files
check_type: changed_files
condition: ^parachains/runtimes/assets/(statemine|statemint)/src/[^/]+\.rs$|^parachains/runtimes/bridge-hubs/(bridge-hub-kusama|bridge-hub-polkadot)/src/[^/]+\.rs$|^parachains/runtimes/collectives/collectives-polkadot/src/[^/]+\.rs$|^parachains/common/src/[^/]+\.rs$
condition: ^parachains/runtimes/assets/(asset-hub-kusama|asset-hub-polkadot)/src/[^/]+\.rs$|^parachains/runtimes/bridge-hubs/(bridge-hub-kusama|bridge-hub-polkadot)/src/[^/]+\.rs$|^parachains/runtimes/collectives/collectives-polkadot/src/[^/]+\.rs$|^parachains/common/src/[^/]+\.rs$
all_distinct:
- min_approvals: 1
teams:
Expand All @@ -20,7 +20,7 @@ rules:
condition:
include: .*
# excluding files from 'Runtime files' and 'CI files' rules and `Bridges subtree files`
exclude: ^parachains/runtimes/assets/(statemine|statemint)/src/[^/]+\.rs$|^parachains/runtimes/bridge-hubs/(bridge-hub-kusama|bridge-hub-polkadot)/src/[^/]+\.rs$|^parachains/runtimes/collectives/collectives-polkadot/src/[^/]+\.rs$|^parachains/common/src/[^/]+\.rs$|^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*
exclude: ^parachains/runtimes/assets/(asset-hub-kusama|asset-hub-polkadot)/src/[^/]+\.rs$|^parachains/runtimes/bridge-hubs/(bridge-hub-kusama|bridge-hub-polkadot)/src/[^/]+\.rs$|^parachains/runtimes/collectives/collectives-polkadot/src/[^/]+\.rs$|^parachains/common/src/[^/]+\.rs$|^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*
min_approvals: 2
teams:
- core-devs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
required: true
chain:
description: The name of the chain under test. Usually, you would pass a local chain
default: statemine-local
default: asset-hub-kusama-local
required: true

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
fail-fast: false
matrix:
include:
- runtime: statemine
local: statemine-local
- runtime: asset-hub-kusama
local: asset-hub-kusama-local
relay: kusama-local
- runtime: asset-hub-polkadot
local: asset-hub-polkadot-local
relay: polkadot-local
- runtime: statemint
local: statemint-local
relay: polkadot-local
- runtime: westmint
local: westmint-local
- runtime: asset-hub-westend
local: asset-hub-westend-local
relay: polkadot-local
- runtime: contracts-rococo
local: contracts-rococo-local
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release-30_create-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
matrix:
include:
- category: assets
runtime: statemine
runtime: asset-hub-kusama
- category: assets
runtime: statemint
runtime: asset-hub-polkadot
- category: assets
runtime: westmint
runtime: asset-hub-westend
- category: bridge-hubs
runtime: bridge-hub-polkadot
- category: bridge-hubs
Expand Down Expand Up @@ -223,11 +223,11 @@ jobs:
matrix:
include:
- category: assets
runtime: statemine
runtime: asset-hub-kusama
- category: assets
runtime: statemint
runtime: asset-hub-polkadot
- category: assets
runtime: westmint
runtime: asset-hub-westend
- category: bridge-hubs
runtime: bridge-hub-polkadot
- category: bridge-hubs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
matrix:
include:
- category: assets
runtime: statemine
runtime: asset-hub-kusama
- category: assets
runtime: statemint
runtime: asset-hub-polkadot
- category: assets
runtime: westmint
runtime: asset-hub-westend
- category: bridge-hubs
runtime: bridge-hub-polkadot
- category: bridge-hubs
Expand Down
Loading