mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Rename all the election operations (#6245)
* Rename and move sp-phragmen * More renames for equalise * Update main module doc * Fix line width * Line width
This commit is contained in:
+5
-5
@@ -1003,7 +1003,7 @@ dependencies = [
|
||||
"sp-application-crypto",
|
||||
"sp-core",
|
||||
"sp-io",
|
||||
"sp-phragmen",
|
||||
"sp-npos-elections",
|
||||
"sp-runtime",
|
||||
"sp-staking",
|
||||
"sp-std",
|
||||
@@ -1027,7 +1027,7 @@ dependencies = [
|
||||
"rand 0.7.3",
|
||||
"sp-core",
|
||||
"sp-io",
|
||||
"sp-phragmen",
|
||||
"sp-npos-elections",
|
||||
"sp-runtime",
|
||||
"sp-std",
|
||||
]
|
||||
@@ -1751,18 +1751,18 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sp-phragmen"
|
||||
name = "sp-npos-elections"
|
||||
version = "2.0.0-alpha.5"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"serde",
|
||||
"sp-phragmen-compact",
|
||||
"sp-npos-elections-compact",
|
||||
"sp-runtime",
|
||||
"sp-std",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sp-phragmen-compact"
|
||||
name = "sp-npos-elections-compact"
|
||||
version = "2.0.0-rc2"
|
||||
dependencies = [
|
||||
"proc-macro-crate",
|
||||
|
||||
Reference in New Issue
Block a user