Skip to content

Commit d1c91d9

Browse files
committed
Revert "Implementation of ah-client and rc-client staking pallets (#7582)"
This reverts commit 669b889.
1 parent 363bd6b commit d1c91d9

File tree

11 files changed

+1
-708
lines changed

11 files changed

+1
-708
lines changed

Cargo.lock

-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,6 @@ members = [
421421
"substrate/frame/session/benchmarking",
422422
"substrate/frame/society",
423423
"substrate/frame/staking",
424-
"substrate/frame/staking/ah-client",
425-
"substrate/frame/staking/rc-client",
426424
"substrate/frame/staking/reward-curve",
427425
"substrate/frame/staking/reward-fn",
428426
"substrate/frame/staking/runtime-api",
@@ -1003,8 +1001,6 @@ pallet-session-benchmarking = { path = "substrate/frame/session/benchmarking", d
10031001
pallet-skip-feeless-payment = { path = "substrate/frame/transaction-payment/skip-feeless-payment", default-features = false }
10041002
pallet-society = { path = "substrate/frame/society", default-features = false }
10051003
pallet-staking = { path = "substrate/frame/staking", default-features = false }
1006-
pallet-staking-ah-client = { path = "substrate/frame/staking/ah-client", default-features = false }
1007-
pallet-staking-rc-client = { path = "substrate/frame/staking/rc-client", default-features = false }
10081004
pallet-staking-reward-curve = { path = "substrate/frame/staking/reward-curve", default-features = false }
10091005
pallet-staking-reward-fn = { path = "substrate/frame/staking/reward-fn", default-features = false }
10101006
pallet-staking-runtime-api = { path = "substrate/frame/staking/runtime-api", default-features = false }

prdoc/pr_7582.prdoc

-17
This file was deleted.

substrate/frame/election-provider-multi-block/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
//!
6767
//! ## Pagination
6868
//!
69-
//! Most of the external APIs of this pallet are paginated. All pagination follow a pattern where if
69+
//! Most of the external APIs of this pallet are paginated. All pagination follow a patter where if
7070
//! `N` pages exist, the first paginated call is `function(N-1)` and the last one is `function(0)`.
7171
//! For example, with 3 pages, the `elect` of [`ElectionProvider`] is expected to be called as
7272
//! `elect(2) -> elect(1) -> elect(0)`. In essence, calling a paginated function with index 0 is

substrate/frame/staking/ah-client/Cargo.toml

-66
This file was deleted.

0 commit comments

Comments
 (0)