Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
chore: upgrade v0.9.43; freshly fork collator-selection from cumulus …
Browse files Browse the repository at this point in the history
…v0.9.43
  • Loading branch information
gitsimon committed Jul 25, 2023
1 parent 0ca573a commit 3c43a93
Show file tree
Hide file tree
Showing 7 changed files with 1,247 additions and 1,322 deletions.
6 changes: 2 additions & 4 deletions pallets/collator-selection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"
homepage = "https://substrate.io"
license = "Apache-2.0"
name = "pallet-collator-selection"
readme = "README.md"
repository = "https://github.com/paritytech/cumulus/"
version = "3.0.0"

Expand All @@ -15,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
log = { version = "0.4.17", default-features = false }
codec = { default-features = false, features = ["derive"], package = "parity-scale-codec", version = "3.0.0" }
rand = { version = "0.8.5", features = ["std_rng"], default-features = false }
scale-info = { version = "2.3.1", default-features = false, features = ["derive"] }
scale-info = { version = "2.7.0", default-features = false, features = ["derive"] }

sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
Expand All @@ -27,8 +28,6 @@ pallet-session = { default-features = false, git = "https://github.com/paritytec

frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }

nimbus-primitives = { git = "https://github.com/acurast/nimbus", default-features = false, branch = "polkadot-v0.9.43" }

[dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
Expand Down Expand Up @@ -59,7 +58,6 @@ std = [
"frame-benchmarking/std",
"pallet-authorship/std",
"pallet-session/std",
"nimbus-primitives/std"
]

try-runtime = [ "frame-support/try-runtime" ]
3 changes: 1 addition & 2 deletions pallets/collator-selection/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Forked from [paritytech/cumulus](https://github.com/paritytech/cumulus/tree/master/pallets/collator-selection)
Forked from [paritytech/cumulus](https://github.com/paritytech/cumulus/tree/polkadot-v0.9.43/pallets/collator-selection)
Loading

0 comments on commit 3c43a93

Please sign in to comment.