Skip to content

Commit 9f11c1a

Browse files
authored
Release v2.1.0 (#341)
* feat: generate chain specs * feat: apply relay patches * fix: build errors * feat: apply collectives changes * feat: apply bridge hub patches * feat: apply coretime patches * feat: apply people patches * fix: rm chain-spec-generator dep * ci: rust fmt * ci: rustfmt * ci: rustfmt * ci: rustfmt * ci: rustfmt * ci: rustfmt * ci: toml format * ci: rustfmt * feat: apply assethub patches * feat: apply assethub patches * ci: rustfmt * fix: build error * fix: build error * feat: apply integration-test patches * feat: update cargo.lock * ci: update cargo.lock * fix: build error * fix: add missing set_reserve * ci: rustfmt * fix: rm unwanted changes * feat: update to release tag * fix: rustfmt * fix: use paseo specific accounts * fix: revert unwanted changes * fix: revert unwanted changes * feat: update pallet-staking-async * chore: cargo update pallet-staking * feat: missing final release changes * chore: update fast-unstake
1 parent fb8fcad commit 9f11c1a

File tree

74 files changed

+6364
-2790
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+6364
-2790
lines changed

Cargo.lock

Lines changed: 1860 additions & 1483 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 217 additions & 193 deletions
Large diffs are not rendered by default.

chain-specs/asset-hub-paseo-local.json

Lines changed: 160 additions & 0 deletions
Large diffs are not rendered by default.

chain-specs/bridge-hub-paseo-local.json

Lines changed: 107 additions & 0 deletions
Large diffs are not rendered by default.

chain-specs/collectives-paseo-local.json

Lines changed: 107 additions & 0 deletions
Large diffs are not rendered by default.

chain-specs/coretime-paseo-local.json

Lines changed: 88 additions & 0 deletions
Large diffs are not rendered by default.

chain-specs/paseo-dev.json

Lines changed: 186 additions & 0 deletions
Large diffs are not rendered by default.

chain-specs/paseo-local.json

Lines changed: 201 additions & 0 deletions
Large diffs are not rendered by default.

chain-specs/people-paseo-local.json

Lines changed: 92 additions & 0 deletions
Large diffs are not rendered by default.

integration-tests/emulated/chains/parachains/assets/asset-hub-paseo/Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ sp-keyring = { workspace = true }
1515
frame-support = { workspace = true, default-features = true }
1616

1717
# Cumulus
18+
assets-common = { workspace = true, default-features = true }
1819
parachains-common = { workspace = true, default-features = true }
1920
cumulus-primitives-core = { workspace = true, default-features = true }
2021
emulated-integration-tests-common = { workspace = true }
2122
xcm = { workspace = true, default-features = true }
23+
xcm-builder = { workspace = true, default-features = true }
2224
polkadot-parachain-primitives = { workspace = true }
2325

2426
# Runtimes
25-
asset-hub-paseo-runtime = { workspace = true, default-features = true }
27+
asset-hub-paseo-runtime = { workspace = true }
2628
paseo-emulated-chain = { workspace = true }
2729
penpal-emulated-chain = { workspace = true }
2830

@@ -35,6 +37,7 @@ integration-tests-helpers = { workspace = true }
3537
[features]
3638
runtime-benchmarks = [
3739
"asset-hub-paseo-runtime/runtime-benchmarks",
40+
"assets-common/runtime-benchmarks",
3841
"cumulus-primitives-core/runtime-benchmarks",
3942
"frame-support/runtime-benchmarks",
4043
"integration-tests-helpers/runtime-benchmarks",
@@ -43,6 +46,6 @@ runtime-benchmarks = [
4346
"penpal-emulated-chain/runtime-benchmarks",
4447
"polkadot-parachain-primitives/runtime-benchmarks",
4548
"snowbridge-inbound-queue-primitives/runtime-benchmarks",
49+
"xcm-builder/runtime-benchmarks",
4650
"xcm/runtime-benchmarks",
4751
]
48-
try-runtime = []

0 commit comments

Comments
 (0)