We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e82f2 commit f825eabCopy full SHA for f825eab
prdoc/pr_10444.prdoc
@@ -0,0 +1,16 @@
1
+# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
2
+# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
3
+
4
+title: Improve `charge_transaction_payment benchmark` ergonomics
5
6
+doc:
7
+ - audience: Runtime Dev
8
+ description: |
9
+ Adds a `setup_benchmark_environment()` hook to allow runtimes to configure
10
+ required state before running the benchmark (e.g., setting block author for
11
+ fee distribution). Also fixes `amount_to_endow` calculation to use actual
12
+ computed fee and ensure it meets the existential deposit.
13
14
+crates:
15
+ - name: pallet-transaction-payment
16
+ bump: patch
0 commit comments