-
Notifications
You must be signed in to change notification settings - Fork 11
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
Transactions submitted with 0Gwei gas price | Sokol #52
Comments
I have reproduced it on the Sokol playground. Steps
PVT: 0x36c5d5fc99e74030f15f15171d9902d3b677b1a39d4a5327a2ca550ffb3634f7 |
I've found that the estimate is being generated with gas estimates of 0 for transactions. The estimation occurs at the relayer so this would need to be addressed there. |
There is no possibility to submit gas price anymore. In latest version you can choose gasPriceStategy (Avg, Fast = Avg x 2) |
@stanislaw-glogowski This issue is still occurring in version 1.1,0: |
@stanislaw-glogowski Please reopen the issue. |
The pseudocode for the repair is as follows:
@stanislaw-glogowski Please apply this to the function that generates estimates in the relayer |
Description
Intermittently on Sokol, transactions will be submitted with a gas price of 0, even with explicit gas price of 1 being set.
const gasPrice = anyToBN(0x3B9ACA00);
Forwarding 0.02Eth to an account: https://blockscout.com/poa/sokol/tx/0x3cb36122abbea502770acab0d0ad8c1a63a8480322ea599bc130b3880fd407b4/internal_transactions
Account deploy: https://blockscout.com/poa/sokol/tx/0x7c702258a310f4d4ac5a179bfdde19d96af8c73fd6357fce0779e5e541c8487d/internal_transactions
Account deploy: https://blockscout.com/poa/sokol/tx/0xfccc3842a1b7f9b82614154960847f358bed01b18dfb3d0524a890fbfe5f8ff4/internal_transactions
Account deploy: https://blockscout.com/poa/sokol/tx/0x11f0ba2e3fbf8872dbef5d23a1318d274e4a167cc5a8d3c56426a9224f89f5b9/internal_transactions
The text was updated successfully, but these errors were encountered: