mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 01:41:03 +00:00
Move sp-npos-elections-solution-type to frame-election-provider-support (#11016)
* Move `sp-npos-elections-solution-type` to `frame-election-provider-support` First stab at it, will need to amend some more stuff * Fixing tests * Fixing tests * Fixing cargo.toml for std configuration * fmt * Committing suggested changes renaming, and re exporting macro. * Removing unneeded imports
This commit is contained in:
@@ -86,6 +86,8 @@ members = [
|
||||
"frame/try-runtime",
|
||||
"frame/election-provider-multi-phase",
|
||||
"frame/election-provider-support",
|
||||
"frame/election-provider-support/solution-type",
|
||||
"frame/election-provider-support/solution-type/fuzzer",
|
||||
"frame/examples/basic",
|
||||
"frame/examples/offchain-worker",
|
||||
"frame/examples/parallel",
|
||||
@@ -169,7 +171,6 @@ members = [
|
||||
"primitives/keystore",
|
||||
"primitives/maybe-compressed-blob",
|
||||
"primitives/npos-elections",
|
||||
"primitives/npos-elections/solution-type",
|
||||
"primitives/npos-elections/fuzzer",
|
||||
"primitives/offchain",
|
||||
"primitives/panic-handler",
|
||||
|
||||
Reference in New Issue
Block a user