From d6a7402c380b08d55ec01104f0d2b9331612b5db Mon Sep 17 00:00:00 2001 From: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Date: Fri, 8 Aug 2025 10:25:18 +0100 Subject: [PATCH] Cleanup staking try states + fix min bonds (#9415) Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit c40b36c3a7c208f9a6837b80812473af3d9ba7f7) --- prdoc/pr_9415.prdoc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 prdoc/pr_9415.prdoc diff --git a/prdoc/pr_9415.prdoc b/prdoc/pr_9415.prdoc new file mode 100644 index 0000000000000..f16ff64d8fd49 --- /dev/null +++ b/prdoc/pr_9415.prdoc @@ -0,0 +1,9 @@ +title: Cleanup staking try states + fix min bonds +doc: +- audience: Runtime Dev + description: ensures staking try-state code passes, and fixes issues of having a mistakenly high min-bond for validators +crates: +- name: pallet-nomination-pools + bump: patch +- name: pallet-staking-async + bump: patch