Skip to content

Commit 9863ccf

Browse files
Update from github-actions[bot] running command 'prdoc --audience runtime_dev --bump patch'
1 parent 0dbe292 commit 9863ccf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

prdoc/pr_10902.prdoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
title: '[pallet-revive] Enforce weight limit on dry-run RPC calls'
2+
doc:
3+
- audience: Runtime Dev
4+
description: |-
5+
## Summary
6+
7+
- Makes the `weight_limit` field in `TransactionLimits::EthereumGas` non-optional, enforcing bounded execution on all Ethereum-style calls
8+
- Updates `dry_run_eth_transact` to use `evm_max_extrinsic_weight()` as the weight limit, preventing unbounded computation during dry-run RPC calls
9+
- Simplifies metering code by removing `Option` handling for weight limits in Ethereum execution mode
10+
crates:
11+
- name: pallet-revive-eth-rpc
12+
bump: patch
13+
- name: pallet-revive
14+
bump: patch

0 commit comments

Comments
 (0)