Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Runtimes from Polkadot-SDK v1.1.0-rc2 #28

Merged
merged 33 commits into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
216db97
Import Runtimes from Polkadot-SDK v1.1.0-rc2 (f60318f686)
ggwpez Sep 13, 2023
432d49b
Rename glutton -> gluttonS
ggwpez Sep 14, 2023
4ce1473
Add glutton-kusama to the workspace
ggwpez Sep 14, 2023
de16d6f
Structure workspace config
ggwpez Sep 14, 2023
56b95fb
Use staging-parachain-info crate
ggwpez Sep 14, 2023
06de008
Use crates-io dependencies
ggwpez Sep 14, 2023
37ef1da
Update Cargo.lock
ggwpez Sep 14, 2023
c72187f
Update README
ggwpez Sep 14, 2023
d40f4c6
Update .gitignore and rustfmt
ggwpez Sep 14, 2023
9c963a4
Manual TOML formatting
ggwpez Sep 14, 2023
4f24f1f
Add one more clippy lint from Polkadot-SDK
ggwpez Sep 14, 2023
4cb280c
Retry CI
ggwpez Sep 14, 2023
887cb3e
Use workspace version 1.1.0
ggwpez Sep 15, 2023
7e64a4e
Cleanup Cargo.toml and rename glutton-runtime
ggwpez Sep 15, 2023
b88365b
Delete empty CHANGELOG
ggwpez Sep 15, 2023
2f52268
Add GPL-3.0 license
ggwpez Sep 15, 2023
423936e
Use version 1.0.0
ggwpez Sep 15, 2023
7d4aaa0
Update lockfile
ggwpez Sep 15, 2023
6579111
Hide weight files and Cargo.lock by default in diffs
bkchr Sep 17, 2023
47be430
Set authors to the Fellowship
ggwpez Sep 18, 2023
b34be44
Typo
ggwpez Sep 19, 2023
1183e6b
Adds chain spec generator
bkchr Sep 20, 2023
6c599a3
Update system-parachain weights
ggwpez Sep 20, 2023
74e4217
Update system-parachain weights again
ggwpez Sep 20, 2023
122d3b2
Merge branch 'oty-import-v1.1.0-rc2' of github.com:polkadot-fellows/r…
bkchr Sep 20, 2023
f4cab62
Merge remote-tracking branch 'origin/oty-import-v1.1.0-rc2' into oty-…
ggwpez Sep 20, 2023
8b218e4
Revert everything unrelated
ggwpez Sep 22, 2023
7764f55
Init StorageVersions (for `oty import v1.1.0 rc2`) (#37)
liamaharon Sep 25, 2023
5312070
Update Weights (#38)
ggwpez Sep 25, 2023
40a1418
Add CHANGELOG.md and change .gitattributes (#39)
bkchr Sep 25, 2023
204a880
Update CHANGELOG.md
bkchr Sep 25, 2023
9c466e4
Fix weight `force_open_hrmp_channel` function signature
bkchr Sep 25, 2023
95c0220
Fix tests
bkchr Sep 25, 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,434 changes: 2,581 additions & 1,853 deletions Cargo.lock

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[workspace.package]
authors = ["Parity Technologies <[email protected]>"]
ggwpez marked this conversation as resolved.
Show resolved Hide resolved
ggwpez marked this conversation as resolved.
Show resolved Hide resolved
bkchr marked this conversation as resolved.
Show resolved Hide resolved
edition = "2021"
repository = "https://github.com/polkadot-fellows/runtimes.git"
license = "GPL-3.0-only" # TODO <https://github.com/polkadot-fellows/runtimes/issues/29>

[workspace]
resolver = "2"

members = [
"relay/kusama",
"relay/kusama/constants",
Expand All @@ -9,14 +17,9 @@ members = [
"system-parachains/bridge-hubs/bridge-hub-kusama",
"system-parachains/bridge-hubs/bridge-hub-polkadot",
"system-parachains/collectives/collectives-polkadot",
"system-parachains/gluttons/glutton-kusama",
]

[workspace.package]
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"
repository = "https://github.com/polkadot-fellows/runtimes.git"
version = "1.0.0"
ggwpez marked this conversation as resolved.
Show resolved Hide resolved

[profile.release]
# Polkadot runtime requires unwinding.
panic = "unwind"
Expand Down
339 changes: 183 additions & 156 deletions relay/kusama/Cargo.toml

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions relay/kusama/constants/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
[package]
name = "kusama-runtime-constants"
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true

[dependencies]
smallvec = "1.8.0"

frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
primitives = { package = "polkadot-primitives", default-features = false , git = "https://github.com/paritytech/polkadot.git", branch = "master" }
runtime-common = { package = "polkadot-runtime-common", default-features = false , git = "https://github.com/paritytech/polkadot.git", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }
sp-weights = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }
frame-support = { default-features = false , version = "23.0.0" }
primitives = { package = "polkadot-primitives", default-features = false , version = "2.0.0" }
runtime-common = { package = "polkadot-runtime-common", default-features = false , version = "2.0.0" }
sp-runtime = { default-features = false , version = "26.0.0" }
sp-weights = { default-features = false , version = "22.0.0" }
sp-core = { default-features = false , version = "23.0.0" }

[features]
default = ["std"]
default = [ "std" ]
std = [
"frame-support/std",
"primitives/std",
"runtime-common/std",
"sp-core/std",
"sp-runtime/std",
"sp-weights/std"
"sp-weights/std",
]
2 changes: 1 addition & 1 deletion relay/kusama/src/governance/origins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub mod pallet_custom_origins {
Treasurer,
/// Origin for managing the composition of the fellowship.
FellowshipAdmin,
/// Origin for managing the registrar.
/// Origin for managing the registrar and permissioned HRMP channel operations.
GeneralAdmin,
/// Origin for starting auctions.
AuctionAdmin,
Expand Down
Loading
Loading