Skip to content

Commit f825eab

Browse files
committed
Add prdoc for PR #10444
1 parent 63e82f2 commit f825eab

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

prdoc/pr_10444.prdoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)