You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
as a user, i can decide to speed up the transaction in order to have it executed faster.
this result in creating a new transaction with new hash on the blockchain.
however, our application doesnt know to track the new transaction and. is kept stuck pending waiting for the dropped transaction to complete.
reproduce:
click swap tkn->bnt
set the gas cost of the approve to very low
speed up the transaction using metamask
The text was updated successfully, but these errors were encountered:
@Ran73Cohen See if you can detect the change that @ashachaf creates when he speeds up a transaction, might be able to listen to it as we are with the .on(" use in the resolveTxOnConfirmation method in ethBancor.ts
I'll see if I can find of anything but as of now our understanding is that Web3 won't allow us to follow the transaction once it's been sped up, resulting in us losing track of it and not being able to handle it the way we'd like too.
But I've found a tweet which might serve as a nice work around, someone has also made a commit in another project which should serve as a good example. 👍
as a user, i can decide to speed up the transaction in order to have it executed faster.
this result in creating a new transaction with new hash on the blockchain.
however, our application doesnt know to track the new transaction and. is kept stuck pending waiting for the dropped transaction to complete.
reproduce:
The text was updated successfully, but these errors were encountered: