Skip to content

Commit

Permalink
removes epm-mb
Browse files Browse the repository at this point in the history
  • Loading branch information
gpestana committed Oct 24, 2024
1 parent 9f30e2d commit 82abba1
Show file tree
Hide file tree
Showing 28 changed files with 3 additions and 9,019 deletions.
48 changes: 0 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,7 @@ members = [
"substrate/frame/core-fellowship",
"substrate/frame/delegated-staking",
"substrate/frame/democracy",
"substrate/frame/election-provider-multi-block",
"substrate/frame/election-provider-multi-phase",
"substrate/frame/election-provider-multi-block/integration-tests",
"substrate/frame/election-provider-multi-phase/test-staking-e2e",
"substrate/frame/election-provider-support",
"substrate/frame/election-provider-support/benchmarking",
Expand Down Expand Up @@ -917,7 +915,6 @@ pallet-default-config-example = { path = "substrate/frame/examples/default-confi
pallet-delegated-staking = { path = "substrate/frame/delegated-staking", default-features = false }
pallet-democracy = { path = "substrate/frame/democracy", default-features = false }
pallet-dev-mode = { path = "substrate/frame/examples/dev-mode", default-features = false }
pallet-election-provider-multi-block = { path = "substrate/frame/election-provider-multi-block", default-features = false }
pallet-election-provider-multi-phase = { path = "substrate/frame/election-provider-multi-phase", default-features = false }
pallet-election-provider-support-benchmarking = { path = "substrate/frame/election-provider-support/benchmarking", default-features = false }
pallet-elections-phragmen = { path = "substrate/frame/elections-phragmen", default-features = false }
Expand Down
10 changes: 3 additions & 7 deletions prdoc/pr_6034.prdoc
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
title: Adds multi-block election pallet and multi-block types
title: Adds multi-block election types and refactors current single logic to support it

doc:
- audience: Runtime Dev
description: |
This PR adds the `election-provider-multi-block` (EPM-MB) pallet, which is the multi-block
variant of the `election-provider-multi-phase` (EPM) pallet. In addition, it refactors the
types and structs required to run an election and updates the EPM, staking pallet and all
dependent pallets to use the multi-block types.
This PR adds election types and structs required to run a multi-block election. In additoin,
it EPM, staking pallet and all dependent pallets and logic to use the multi-block types.

crates:
- name: frame-election-provider-support
bump: major
- name: pallet-election-provider-multi-phase
bump: major
- name: pallet-election-provider-multi-block
bump: major
- name: pallet-staking
bump: major
- name: pallet-fast-unstake
Expand Down
72 changes: 0 additions & 72 deletions substrate/frame/election-provider-multi-block/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion substrate/frame/election-provider-multi-block/README.md

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 82abba1

Please sign in to comment.