We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For bulk executions we do not do gas estimation in our interface. Therefore we do not store the used gasLimit in the pendingTxSlice.
gasLimit
pendingTxSlice
The SpeedUpModal shows a loading state if the gasLimit is undefined.
SpeedUpModal
We need to either
The speedup modal shows the new gas price and when submitting speeds up the bulk execution
The speedup modal remains in a loading state. Submitting the transaction works though and the tx gets sped up.
The text was updated successfully, but these errors were encountered:
18.11.24
Sorry, something went wrong.
No branches or pull requests
Bug description
For bulk executions we do not do gas estimation in our interface.
Therefore we do not store the used
gasLimit
in thependingTxSlice
.The
SpeedUpModal
shows a loading state if thegasLimit
is undefined.We need to either
Environment
Steps to reproduce
Expected result
The speedup modal shows the new gas price and when submitting speeds up the bulk execution
Obtained result
The speedup modal remains in a loading state.
Submitting the transaction works though and the tx gets sped up.
Screenshots
The text was updated successfully, but these errors were encountered: