Skip to content

fix(starknet): increase paymaster resource bounds#17

Merged
tarrencev merged 1 commit into
mainfrom
fix/resource-bound-multiplier
Jun 4, 2026
Merged

fix(starknet): increase paymaster resource bounds#17
tarrencev merged 1 commit into
mainfrom
fix/resource-bound-multiplier

Conversation

@tarrencev

@tarrencev tarrencev commented Jun 3, 2026

Copy link
Copy Markdown

Summary

  • increase Starknet paymaster resource-bound multiplier from 1.5x to 2.5x
  • add unit coverage for gas amount and gas price scaling, including L1 data gas

Context

This should address failures like Insufficient max L1DataGas: max amount: 1440, actual used: 1504 by giving submitted transactions additional resource-bound headroom without going all the way to the legacy 4.5x multiplier.

Test

  • cargo +1.88.0 fmt --all
  • cargo +1.88.0 test -p paymaster-starknet transaction::gas
  • cargo +1.88.0 test -p paymaster-starknet

@tarrencev tarrencev force-pushed the fix/resource-bound-multiplier branch from ed287d4 to b82e115 Compare June 4, 2026 02:10
@tarrencev tarrencev merged commit c925885 into main Jun 4, 2026
2 checks passed
@tarrencev tarrencev deleted the fix/resource-bound-multiplier branch June 4, 2026 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant