We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbe292 commit 9863ccfCopy full SHA for 9863ccf
prdoc/pr_10902.prdoc
@@ -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
0 commit comments