Commit dde69b3
fix(proposal-24): bake buffered SDK maxFeePerGas into Arbitrum retryable
Overfunding msg.value does not change the retryable ticket's gas bid: the ticket uses the explicit
maxFeePerGas argument. The estimator was baking the raw current L2 gas price (~0.02 gwei) instead of the
SDK's buffered p.maxFeePerGas (+1000%), so a rise in Arbitrum L2 gas before execution could leave the
retryable underbid and not auto-redeemed (still manually redeemable, but not the intended behaviour for a
governance action). Now bakes the buffered maxFeePerGas (220_000_000 ~ 0.22 gwei) and refreshes
maxSubmissionCost/value from a fresh estimate; value (deposit*10) already covered the buffered deposit.
estimate_arb_submission_cost.js now uses p.maxFeePerGas (not getGasPrice). Regenerated calldata.json + HTML.
New proposalId 0x73e8480bad6a2e344017aeeb789a356653a82d275cba156c8a889c0d5f1a7f49.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 1090c2e commit dde69b3
4 files changed
Lines changed: 14 additions & 11 deletions
File tree
- scripts/proposals/proposal_24_dewhitelist_sameaddr_and_unnominate
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
49 | | - | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.
0 commit comments