We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdcccd commit 7b22f4cCopy full SHA for 7b22f4c
prdoc/pr_10952.prdoc
@@ -0,0 +1,11 @@
1
+title: 'Fix `claim_rewards_to` benchmark to enable Snowbridge reward claims'
2
+doc:
3
+- audience: Runtime Dev
4
+ description: |-
5
+ The `prepare_rewards_account` benchmark helper was returning `None`, causing `claim_rewards_to`
6
+ to be assigned `Weight::MAX` and effectively disabling the extrinsic in production. This fix
7
+ returns a valid beneficiary account, enabling Snowbridge relayers to claim rewards to AssetHub
8
+ as intended.
9
+crates:
10
+- name: bridge-hub-westend-runtime
11
+ bump: patch
0 commit comments