Nomination Pools: Rename state-toggler to bouncer (#13421)

* rename state-toggler to bouncer

* add migration

* fmt

* bump storage version

* rm migration

* revert version

* ".git/.scripts/commands/fmt/fmt.sh"

---------

Co-authored-by: command-bot <>
This commit is contained in:
Ross Bulat
2023-02-21 19:39:52 +08:00
committed by GitHub
parent 2f1ec07953
commit 00e159f770
5 changed files with 60 additions and 90 deletions
@@ -518,7 +518,7 @@ frame_benchmarking::benchmarks! {
depositor: depositor.clone(),
root: Some(depositor.clone()),
nominator: Some(depositor.clone()),
state_toggler: Some(depositor.clone()),
bouncer: Some(depositor.clone()),
},
}
);
@@ -557,7 +557,7 @@ frame_benchmarking::benchmarks! {
depositor: depositor.clone(),
root: Some(depositor.clone()),
nominator: Some(depositor.clone()),
state_toggler: Some(depositor.clone()),
bouncer: Some(depositor.clone()),
}
}
);
@@ -630,7 +630,7 @@ frame_benchmarking::benchmarks! {
pallet_nomination_pools::PoolRoles {
depositor: root,
nominator: Some(random.clone()),
state_toggler: Some(random.clone()),
bouncer: Some(random.clone()),
root: Some(random),
},
)