1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/app/scripts/lib
Dan Finlay 2b7b1db851 Do not mark a retry tx failed that has been broadcast successfully
Fixes #2115

If a tx has been braodcast, the only failures we should accept are:
- Never mined
- On chain failure

We had a section of code that would mark a tx failed during any unknown error during a retry.

Now no retry > 1 will ever mark a tx failed, since it has been broadcast, and may be mined.
2017-09-18 14:34:25 -07:00
..
migrator Linting 2017-06-12 11:08:32 -07:00
auto-reload.js Make web3 deprecation notice more useful 2017-09-05 11:35:33 -07:00
buy-eth-url.js Merge branch 'master' into rinkeby 2017-04-27 14:50:19 -07:00
config-manager.js Fix for tests 2017-05-23 19:49:57 -04:00
createLoggerMiddleware.js metamask controller - move middleware into seperate files 2017-09-13 15:17:26 -07:00
createOriginMiddleware.js createOriginMiddleware - fix var name 2017-09-13 15:29:44 -07:00
createProviderMiddleware.js metamask controller - move middleware into seperate files 2017-09-13 15:17:26 -07:00
eth-store.js Update gasblocklimit params with every block. 2017-06-02 15:18:14 -07:00
hex-to-bn.js Improve UI gas calculation logic 2017-03-28 11:52:15 -07:00
inpage-provider.js Merge branch 'master' of github.com:MetaMask/metamask-extension into filter-leak-fix 2017-09-11 14:21:09 -07:00
is-popup-or-notification.js Linting to the max. 2016-11-11 10:26:12 -08:00
message-manager.js Fix linting warnings 2017-04-26 21:05:45 -07:00
nodeify.js fix cancelTransaction not reciving a callback 2017-08-03 21:22:08 -04:00
nonce-tracker.js fall back to latest if blockNumber is null 2017-08-24 00:02:06 -07:00
notification-manager.js notification-manager - remove promise listener 2017-04-28 16:04:00 -07:00
pending-tx-tracker.js Do not mark a retry tx failed that has been broadcast successfully 2017-09-18 14:34:25 -07:00
personal-message-manager.js Fix linting warnings 2017-04-26 21:05:45 -07:00
port-stream.js streams - use pump and published obj-multiplex 2017-09-07 21:17:49 -07:00
random-id.js Maintain linting. 2016-11-18 16:27:26 -08:00
stream-utils.js lint - remove dead code 2017-09-07 22:35:38 -07:00
tx-state-history-helper.js tx controller - tx state history various small fixes 2017-08-14 19:15:36 -07:00
tx-utils.js tx utils - detect estimateGas err and set simulationFailed 2017-08-08 23:34:18 -07:00
util.js util - sufficientBalance - validate input 2017-08-08 21:05:59 -07:00