-
Notifications
You must be signed in to change notification settings - Fork 43
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
Successful transaction exceeds gasLimit #1267
Comments
The tx gas limit is 30m so unless you've limited it manually, this should be an okay case. Maybe blockscout shows a wrong tx gas limit? |
The tx gas limit estimated by the |
I can't seem to reproduce this. If I set too low of a gas limit, I get |
Did you try on this network https://zonalvassilyostrich-rpc.eu-west-3.gateway.fm/ ? |
@V-Staykov Hi, sorry, are there any updates on this issue? |
I was unable to reproduce it with normal transactions, so the plan is to either get some access to this network or deploy an uniswap and some tokens locally so we can try to reproduce with closer conditions. |
@V-Staykov One more update: |
System information
Erigon version: hermeznetwork/cdk-erigon:acceptance-2.0.0-beta18-18da74c-amd64
OS & Version: macOS Sonoma 14.4
Chain/Network: gasless rollup https://zonalvassilyostrich-rpc.eu-west-3.gateway.fm/
Blockscout: https://zonalvassilyostrich-blockscout.eu-west-3.gateway.fm/
Expected behaviour
Swap transactions with UniswapV3Pool contract have unexpected behaviour
Transaction must be reverted when gasLimit is exceeded
Actual behaviour
Transaction successful:
https://zonalvassilyostrich-blockscout.eu-west-3.gateway.fm/tx/0x810241ecb8abea38d307dcadc23989a7cab7007a0fa3a7c377ad59446d4c0a45
Steps to reproduce the behaviour
send swap transaction to the SwapRouter contract 0xFeFba1071f88447A5DF8E6B6e8a8b1AA0914EB25
The text was updated successfully, but these errors were encountered: