Commit Graph

41 Commits (1a2dc850a3a227e934b0a187facb281f01f94256)

Author SHA1 Message Date
Erik Marks 76a2a9bb8b
@metamask/eslint config@5.0.0 (#10358) 4 years ago
Mark Stacey 14d85b1332
Make JSDoc formatting more consistent (#9796) 4 years ago
Brad Decker a49a4a066c
expand transaction constants coverage (#9790) 4 years ago
Brad Decker 2ebf8756a4
[RFC] add prettier to eslint (#8595) 4 years ago
Whymarrh Whitby b6ccd22d6c
Update ESLint shared config to v3 (#9274) 4 years ago
Whymarrh Whitby 6ab12001e3
Fix prefer-destructuring issues (#9263) 4 years ago
Whymarrh Whitby c0f05ccae6
Fix implicit-arrow-linebreak issues (#9201) 4 years ago
Whymarrh Whitby a8863a3446
Fix consistent-return issues (#9192) 4 years ago
Whymarrh Whitby 4f0a205369
Use eslint@6.8.0 (#8978) 4 years ago
Thomas Huang 753a3eb4c9
ParseInt nextworkNextNonce correction (#8827) 5 years ago
Thomas Huang 792366a20f
Use error.value.message with error.message as fallback (#8825) 5 years ago
Mark Stacey 3b2bbe0705
Fix dropped tx detection (#8824) 5 years ago
Mark Stacey 9a624dd24c Revert the revert of "LoginPerSite" 5 years ago
Whymarrh Whitby 85453a2588
Rework pending tx logic (#8398) 5 years ago
Whymarrh Whitby 306f04be8d
Simplify logic in PTT helper fns (#8430) 5 years ago
Whymarrh Whitby 7439cd1662
Mark PendingTransactionTracker#resubmitPendingTxs as async (#8399) 5 years ago
Whymarrh Whitby b947fd54c7
Move default exports for all tx classes (#8416) 5 years ago
Whymarrh Whitby 8dd886a25b
Update tx:dropped return value in PendingTxTracker (#8397) 5 years ago
Whymarrh Whitby 91a75b2417
Add new PendingTransactionTracker tests (#8384) 5 years ago
Whymarrh Whitby deacde615f
Rename _checkIfTxWasDropped (#8378) 5 years ago
Erik Marks 5263395add
Fix background console errors on pending transaction (#8351) 5 years ago
Mark Stacey ac01c5c89a
Consistent jsdoc syntax (#7755) 5 years ago
Whymarrh Whitby 92971d3c87
Migrate codebase to use ESM (#7730) 5 years ago
Mark Stacey 466ece4588 Revert "Merge pull request #7599 from MetaMask/Version-v7.7.0" (#7648) 5 years ago
Frankie 71a89df8ee
transactions/pending - buffer 3 blocks before dropping a tx (#7483) 5 years ago
Whymarrh Whitby aa41057628
Update ESLint rules for curly braces style (#7477) 5 years ago
Frankie 514be408f8
I#6704 eth_getTransactionByHash will now check metamask's local history for pending transactions (#7327) 5 years ago
Whymarrh Whitby 4d88e1cf86 Enable indent linting via ESLint (#6936) 5 years ago
Frankie a34103987a
drop transactions who's nonce is lower then the known network nonce but were not included in a block (#6388) 6 years ago
Frankie ce147bf6d8 Tx controller now uses safe event emitter (#5769) 6 years ago
Dan Finlay 22ba0b0c2d Resubmit approved transactions on new block (#5752) 6 years ago
brunobar79 992e7f1b5a fix merge conflicts 6 years ago
kumavis 177cc3f280 metamask - ensure all nonce locks are released 7 years ago
kumavis 58de5671cc controllers - transactions - fix tx status update on boot 7 years ago
kumavis 16d0db15e0 controllers - transactions - fix tx confirmation 7 years ago
kumavis 1b3fedd10d controllers - transaction - pending-tx-tracker - lint fix 7 years ago
kumavis 5be154ea20 controllers - transactions - merge @frankiebee's work with mine 7 years ago
kumavis 9f8d5f0547 controllers - transactions - pending-tx-tracker - _getBlock - poll until block is truthy 7 years ago
frankiebee c4b09da34e transactions - update pending-tx-tracker to use the new block tracker 7 years ago
Dan 6bc8cc819a Merge branch 'develop' into i3725-refactor-send-component- 7 years ago
frankiebee 2d7c3c2b00 meta - transactions - create a transactions dir in controller and move relevant files into it 7 years ago
frankiebee 5efb0044d8 transactions:pending - only check nonces of transactions who's from adress match the txMeta 7 years ago
Dan Finlay 75b8baafb6 Stop failing pending transactions after any period of time 7 years ago
Dan f58aae3f2b firstRetryBlockNumber defaults to latestBlockNumber if undefined on txMeta in _resubmitTx 7 years ago
Dan 871d9fd9fb Fix undefined latestBlockNumber in _resubmitTx 7 years ago
Dan ae2a4d78e8 Exponentional backoff on transaction retry in pending-tx-tracker 7 years ago
Daijiro Wachi 43b1cb9100 Fix lint warnings 7 years ago
Dan Finlay a417fab0eb When checking pending txs, check for successful txs with same nonce. 7 years ago
Dan Finlay 0146b55d6d Check status of pending transactions on startup 7 years ago
frankiebee 3cb9da2ae5 "fix" hours for message 7 years ago