Commit Graph

155 Commits (07237e3dbfb5511c817d863604c62fd34b92b6ba)

Author SHA1 Message Date
Mark Stacey 8ff1d05df3
Remove recipient blocklist checker (#8943) 4 years ago
Erik Marks 652db3fd36
Use string network and chain IDs (#8628) 4 years ago
Thomas Huang 259d19850f
Account for a custom nonce of zero (#8883) 4 years ago
Erik Marks 04de9a92c5
Fix signing method bugs (#8833) 4 years ago
Thomas Huang 753a3eb4c9
ParseInt nextworkNextNonce correction (#8827) 4 years ago
Thomas Huang 792366a20f
Use error.value.message with error.message as fallback (#8825) 4 years ago
Mark Stacey 3b2bbe0705
Fix dropped tx detection (#8824) 4 years ago
Victor Baranov d0a28087dc
Remove 2nd parameter from the call of estimateTxGas (#8783) 4 years ago
Erik Marks 56004db8bf blocklisted -> blocked 4 years ago
Jenny Pollack 7a4bb7f73a replace blacklist with blocklist 4 years ago
Mark Stacey 9a624dd24c Revert the revert of "LoginPerSite" 4 years ago
Erik Marks 24cbb6fc66
Delete retryTransaction action and background (#8576) 5 years ago
Erik Marks 0470386326
Delete recent blocks controller (#8575) 5 years ago
Mark Stacey 9c06b07c3c
Synchronously update transaction status (#8563) 5 years ago
Whymarrh Whitby 18b00ed835
Update TransactionController README (#8526) 5 years ago
Whymarrh Whitby 85453a2588
Rework pending tx logic (#8398) 5 years ago
Mark Stacey 5b5b67a985
Fix default gas race condition (#8490) 5 years ago
Mark Stacey 165666b315
Remove unnecessary tx meta properties (#8489) 5 years ago
Mark Stacey 92592fc905
Ensure tx has value before it's added (#8486) 5 years ago
Mark Stacey c2b588975c
Refactor `analyzeGasUsage` to return results (#8487) 5 years ago
Mark Stacey 157cc98c3a
Refactor gas limit estimation when gas limit specified (#8485) 5 years ago
Mark Stacey afa2ff65b7
Refactor simple send gas estimation (#8484) 5 years ago
Mark Stacey 14d4c107e5
Backport "Don't updatePendingTxs outside of block updates (#8445)" (#8474) 5 years ago
Mark Stacey f91bd3a08d
Backport "Snapshot txMeta without cloning history (#8363)" (#8458) 5 years ago
Whymarrh Whitby 0e54c5aecd
Don't updatePendingTxs outside of block updates (#8445) 5 years ago
Mark Stacey 8fb615c9f6
Backport "Skip adding history entry for empty txMeta diffs (#8379)" (#8449) 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
Whymarrh Whitby f2f70342e2
Skip adding history entry for empty txMeta diffs (#8379) 5 years ago
Whymarrh Whitby d908102636
Update tx utils JSDoc comments (#8372) 5 years ago
Whymarrh Whitby 9d535b949f
Rename recipientBlacklistChecker function (#8365) 5 years ago
Whymarrh Whitby 164923acd1
Export individual fns from tx-state-history-helpers (#8370) 5 years ago
Whymarrh Whitby a83d26486c
Snapshot txMeta without cloning history (#8363) 5 years ago
Whymarrh Whitby 7c3ffeb841
Export blacklist direct from recipient-blacklist (#8364) 5 years ago
Erik Marks 5263395add
Fix background console errors on pending transaction (#8351) 5 years ago
MetaMask Bot a7bcc17f9b
Merge pull request #8186 from MetaMask/Version-v7.7.8 5 years ago
Mark Stacey 61fdb56864
Use specified gas limit when speeding up a transaction (#8178) 5 years ago
Erik Marks 2df8b85c5f
LoginPerSite: Support multiple accounts without automatic switching (#8079) 5 years ago
Whymarrh Whitby da0300d3b1 Enable core ESLint no-mixed-operators rule 5 years ago
Whymarrh Whitby a78cf0ef3a Enable arrow-parens ESLint rule 5 years ago
Mark Stacey 398a45bfdd
Replace `clone` dependency with `cloneDeep` from lodash (#7926) 5 years ago
Whymarrh Whitby 25fe4adaa7 Remove usages of xtend from the background scripts (#7796) 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
Whymarrh Whitby 6c1bce28ac
Fix a few instances of signature mismatches (#7704) 5 years ago
Dan J Miller ff6b254a9b Ensures the tx controller + state-manager orders transactions as received (#7484) 5 years ago