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
The DApp always assumes a transfer transaction sent to Ethereum network is guaranteed to be executed.
But a transaction in the pending pool can be dropped either by miners or users. But Eth-hot-wallet shows transaction success after the transaction is sent but not executed.
Steps to reproduce
Send a transaction using eth-hot-wallet.
Before the transaction is executed/mined, use metamask send another transaction with same nonce but higher gasPrice.
The transaction sent by eth-hot-wallet is dropped but eth-hot-wallet still shows the transaction succeeds.
Versions
ETH-Hot-Wallet (see package.json): v0.6.0
Node/NPM: v10.23.0
Browser: Chrome
The text was updated successfully, but these errors were encountered:
Eth-Hot-Wallet
Issue Type
Description
The DApp always assumes a transfer transaction sent to Ethereum network is guaranteed to be executed.
But a transaction in the pending pool can be dropped either by miners or users. But Eth-hot-wallet shows transaction success after the transaction is sent but not executed.
Steps to reproduce
Versions
package.json
):v0.6.0
v10.23.0
Chrome
The text was updated successfully, but these errors were encountered: