Commit Graph

257 Commits (851fce9a3b155265c3eac3efe82474a0181de99e)

Author SHA1 Message Date
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 c1e3c229bc
Fix import/order issues (#9239) 4 years ago
Whymarrh Whitby b7259e5d6a
Fix radix issues (#9247) 4 years ago
Whymarrh Whitby 4357cda7b8
Fix no-shadow issues (#9246) 4 years ago
Whymarrh Whitby e803807dd9
Fix no-param-reassign issues (#9235) 4 years ago
Whymarrh Whitby 884775cf71
Fix no-negated-condition issues (#9222) 4 years ago
Whymarrh Whitby 9b78d3ab07
Fix import/extensions issues (#9217) 4 years ago
Whymarrh Whitby cd370be728
Fix no-invalid-this issues (#9207) 4 years ago
Whymarrh Whitby c0f05ccae6
Fix implicit-arrow-linebreak issues (#9201) 4 years ago
Whymarrh Whitby 310b15ba4a
Fix no-plusplus issues (#9206) 4 years ago
Whymarrh Whitby a8863a3446
Fix consistent-return issues (#9192) 4 years ago
Whymarrh Whitby 93978f139e
Fix typo (#9069) 4 years ago
Whymarrh Whitby 2ae4720443
Fix words (#9038) 4 years ago
Thomas Huang 7b2218ac6e
Clear unapprovedTxs on createNewVaultAndRestore (#9026) 4 years ago
Whymarrh Whitby c7fad8f400
Limit number of transactions passed outside of TransactionController (#9010) 4 years ago
Whymarrh Whitby 4f0a205369
Use eslint@6.8.0 (#8978) 4 years ago
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) 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
Victor Baranov d0a28087dc
Remove 2nd parameter from the call of estimateTxGas (#8783) 5 years ago
Erik Marks 56004db8bf blocklisted -> blocked 5 years ago
Jenny Pollack 7a4bb7f73a replace blacklist with blocklist 5 years ago
Mark Stacey 9a624dd24c Revert the revert of "LoginPerSite" 5 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