Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sepolia L2 TXs ignored due to low max fee config #11358

Closed
Tracked by #9456
spypsy opened this issue Jan 20, 2025 · 0 comments · Fixed by #11370
Closed
Tracked by #9456

Sepolia L2 TXs ignored due to low max fee config #11358

spypsy opened this issue Jan 20, 2025 · 0 comments · Fixed by #11370
Assignees
Labels
T-fix Type: fix this. Not quite a bug.

Comments

@spypsy
Copy link
Member

spypsy commented Jan 20, 2025

lots of L2 txs in Sepolia getting skipped with error: Skipping tx due to insufficient fee per gas
this is due to max fee requirement getting set by L1 function getManaBaseFeeAt which uses L1 gas fees for calculation, resulting to unexpected values in a live network (sepolia)

@spypsy spypsy added the T-fix Type: fix this. Not quite a bug. label Jan 20, 2025
spalladino added a commit that referenced this issue Jan 21, 2025
When sending a tx, aztecjs would pick a `maxFeePerGas` equivalent to the
network's current base fee. This means that if the network fees
increased before the tx was mined, it became ineligible.

This adds a padding (defaulting to an extra 50%) to the fees set.

Fixes #11358

---------

Co-authored-by: spypsy <spypsy@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-fix Type: fix this. Not quite a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants