Open schmanu opened 5 months ago
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.
18.11.24
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