Commit Graph

58 Commits (a83d26486cd46b1503d80b8d96931f8b4f0a00a2)

Author SHA1 Message Date
Erik Marks 2df8b85c5f
LoginPerSite: Support multiple accounts without automatic switching (#8079) 5 years ago
Whymarrh Whitby a78cf0ef3a Enable arrow-parens ESLint rule 5 years ago
Erik Marks 0103bf8b29
fix faulty null checks 5 years ago
Whymarrh Whitby 4f3fc95d50
Update ESLint rules for test suite (#8023) 5 years ago
Whymarrh Whitby 1728d9a5aa
Inline networkStore to avoid having too many event listeners (#7854) 5 years ago
Whymarrh Whitby 4257858fb5 Remove extraneous console output from TransactionStateManager tests (#7838) 5 years ago
Whymarrh Whitby 92971d3c87
Migrate codebase to use ESM (#7730) 5 years ago
Frankie 71a89df8ee
transactions/pending - buffer 3 blocks before dropping a tx (#7483) 5 years ago
Whymarrh Whitby 274a9ecf53 yarn lint --fix 5 years ago
Dan Finlay 76b1699621 Connect distinct accounts per site (#7004) 5 years ago
Whymarrh Whitby 04064d5d19 Enable no-var rule for ESLint (#7590) 5 years ago
Dan Finlay f519fa1ed3
Connect distinct accounts per site (#7004) 5 years ago
Whymarrh Whitby e61745a821
Enable no-var rule for ESLint (#7590) 5 years ago
Whymarrh Whitby aa41057628
Update ESLint rules for curly braces style (#7477) 5 years ago
Frankie 51e5220d5e
I#3669 ignore known transactions on first broadcast and continue with normal flow (#7328) 5 years ago
Dan J Miller b884cd573c Ensure correct tx category when sending to contracts without tx data (#7252) 5 years ago
Dan J Miller 38df64783d Ensure correct tx category when sending to contracts without tx data (#7252) 5 years ago
Erik Marks 38f6550951 fix rinkeby spelling (#7148) 5 years ago
Frankie f6d25357db
transactions:tx-state-manager - optionally take a function as a search param (#7078) 5 years ago
Whymarrh Whitby 4d88e1cf86 Enable indent linting via ESLint (#6936) 5 years ago
Akshit Kr Nagpal d16d6f483c Validate txParams in TransactionStateManager.addTx (#6713) 5 years ago
Frankie 2b5c7b82a9
transactions/deps - use broken out nonce-tracker module (#6555) 6 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
Dan J Miller b81c4e5c98 Set a default value for code in _determineTransactionCategory (#6604) 6 years ago
Whymarrh Whitby 094e4cf555 Check for unused function arguments (#6583) 6 years ago
Paul Bouchon 0db0a187c8 feature: add Goerli support (#6459) 6 years ago
Frankie b5d6452454
Disallow loading as metamaskNetworkId (#5924) 6 years ago
Dan Miller d8e41a6aa5 Final gas customization fixes 6 years ago
Dan Miller 9b9a2cc2e0 Adds createSpeedUpTransaction to txController 6 years ago
Frankie 8198ec9ae1
Autofill gasPrice for retry attempts with either the recommended gasprice or a %10 bump (#5786) 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
Whymarrh Whitby af43b7d6c9 Ensure that new transactions added are using the selected address 6 years ago
brunobar79 992e7f1b5a fix merge conflicts 6 years ago
Thomas Huang 2392e77cd8 Set metamask controller network provider to localhost 6 years ago
frankiebee b30499886f test - check that #setTxStatusRejected removes transaction from history 6 years ago
kumavis fa02a6c7c6 test - unit - remove tests for obsolete methods 6 years ago
brunobar79 4b398701c1 fix unit tests 6 years ago
brunobar79 c734e486a0 fix tests 6 years ago
brunobar79 0da41263ac fix warning for unit tests 6 years ago
brunobar79 a8f745f9fe eslint --fix . 6 years ago
frankiebee 94a4f99115 tests - fix cancle transaction test to better fit new behavior 7 years ago
frankiebee 7b1f57e05d woops - remove .only 7 years ago
frankiebee 9b92ba4c47 trandsactions - remove rejected transactions from history 7 years ago
Csaba Solya 1dda0c6469 remove generating blocked accounts and use a config file instead 7 years ago
Csaba Solya cf73581c0e adding tests for recipient blacklist checker 7 years ago
Csaba Solya 6affd8f949 adding transaction controller tests 7 years ago
kumavis 32293a959c test - unit - tx-controller - fix blockTracker stub 7 years ago
kumavis 31f47a7a42 test - unit - pending-tx-tracker - update method name 7 years ago
kumavis 686d5cf825 test - unit - nonce-tracker - fix blockTracker stub 7 years ago