index
:
tangerine-wallet-browser
dependabot/npm_and_yarn/async-2.6.4
dependabot/npm_and_yarn/cached-path-relative-1.1.0
dependabot/npm_and_yarn/copy-props-2.0.5
dependabot/npm_and_yarn/css-what-2.1.3
dependabot/npm_and_yarn/decode-uri-component-0.2.2
dependabot/npm_and_yarn/eth-ledger-bridge-keyring-0.2.1
dependabot/npm_and_yarn/eventsource-1.1.1
dependabot/npm_and_yarn/express-4.18.2
dependabot/npm_and_yarn/fast-json-patch-3.1.1
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/follow-redirects-1.14.8
dependabot/npm_and_yarn/handlebars-4.7.6
dependabot/npm_and_yarn/handlebars-4.7.7
dependabot/npm_and_yarn/hosted-git-info-2.8.9
dependabot/npm_and_yarn/i-0.3.7
dependabot/npm_and_yarn/jsdom-16.5.0
dependabot/npm_and_yarn/jszip-3.10.1
dependabot/npm_and_yarn/karma-6.3.14
dependabot/npm_and_yarn/karma-6.3.16
dependabot/npm_and_yarn/lodash-es-4.17.21
dependabot/npm_and_yarn/luxon-1.28.1
dependabot/npm_and_yarn/luxon-2.5.2
dependabot/npm_and_yarn/markdown-to-jsx-6.11.4
dependabot/npm_and_yarn/merge-deep-3.0.3
dependabot/npm_and_yarn/moment-2.29.2
dependabot/npm_and_yarn/moment-2.29.4
dependabot/npm_and_yarn/nested-object-assign-1.0.4
dependabot/npm_and_yarn/node-sass-4.13.1
dependabot/npm_and_yarn/node-sass-7.0.0
dependabot/npm_and_yarn/path-parse-1.0.7
dependabot/npm_and_yarn/pathval-1.1.1
dependabot/npm_and_yarn/qs-6.5.3
dependabot/npm_and_yarn/snyk-1.1024.0
dependabot/npm_and_yarn/ssri-6.0.2
dependabot/npm_and_yarn/terser-4.8.1
dependabot/npm_and_yarn/thenify-3.3.1
dependabot/npm_and_yarn/tree-kill-1.2.2
dependabot/npm_and_yarn/ua-parser-js-0.7.28
dependabot/npm_and_yarn/url-parse-1.5.1
dependabot/npm_and_yarn/url-parse-1.5.10
dependabot/npm_and_yarn/url-parse-1.5.3
dependabot/npm_and_yarn/url-parse-1.5.7
dependabot/npm_and_yarn/websocket-extensions-0.1.4
dependabot/npm_and_yarn/xmldom-and-testem--removed
dependabot/npm_and_yarn/y18n-3.2.2
master
Tangerine fork of MetaMask browser extension (https://github.com/tangerine-network/tangerine-wallet-browser)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
scripts
/
controllers
/
transactions.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
make publishTransaction and signTransaction async methods
frankiebee
2017-07-14
1
-19
/
+12
*
mv updateAndApproveTx to txController
frankiebee
2017-07-13
1
-3
/
+7
*
Merge branch 'master' into nonce-tracker
frankiebee
2017-07-12
1
-20
/
+16
|
\
|
*
Merge pull request #1762 from MetaMask/ImproveRetryLogic
kumavis
2017-07-12
1
-12
/
+1
|
|
\
|
|
*
Improve insufficient balance checking in retry loop
Dan Finlay
2017-07-12
1
-4
/
+1
|
|
*
Remove local nonce error setting.
Dan Finlay
2017-07-12
1
-8
/
+0
|
*
|
use .includes
frankiebee
2017-07-12
1
-3
/
+3
|
*
|
add "Gateway timeout" to ignored errors when resubmiting and use .includes ov...
frankiebee
2017-07-12
1
-1
/
+3
|
|
/
|
*
tx controller - resubmit - correctly set error on bad nonce/balance
kumavis
2017-07-08
1
-2
/
+2
|
*
tx controller - correctly set error message on resubmit error
kumavis
2017-07-08
1
-4
/
+8
|
*
tx controller - resubmit - recognize parity known hash message
kumavis
2017-07-08
1
-0
/
+1
*
|
Merge branch 'nonce-tracker' of https://github.com/MetaMask/metamask-plugin i...
frankiebee
2017-07-12
1
-19
/
+46
|
\
\
|
*
|
Merge branch 'master' into nonce-tracker
kumavis
2017-07-08
1
-19
/
+46
|
|
\
|
|
|
*
fail transactions that fail in resubmit
frankiebee
2017-07-07
1
-25
/
+22
|
|
*
tx controller - clean code
kumavis
2017-07-07
1
-13
/
+14
|
|
*
tx controller - move comments
kumavis
2017-07-07
1
-3
/
+7
|
|
*
add comment
frankiebee
2017-07-07
1
-5
/
+11
|
|
*
if an error happens during a tx publication set tx status to fail
frankiebee
2017-07-07
1
-1
/
+10
|
|
*
Fix failing test
Dan Finlay
2017-07-06
1
-12
/
+6
|
|
*
Fail pending txs with low balance or invalid nonce
Dan Finlay
2017-07-06
1
-4
/
+22
|
|
*
Merge pull request #1509 from MetaMask/i1473-dappDefaultGasPrice
Dan Finlay
2017-06-28
1
-7
/
+9
|
|
|
\
|
|
|
*
Merge branch 'master' into i1473-dappDefaultGasPrice
Thomas Huang
2017-06-28
1
-1
/
+1
|
|
|
|
\
|
|
|
*
|
Keeps dapp gas price if set
Thomas Huang
2017-06-20
1
-7
/
+9
|
|
*
|
|
dont stop retrying brodcasting txs
frankiebee
2017-06-28
1
-4
/
+0
|
|
|
|
/
|
|
|
/
|
*
|
/
|
remove irrelevan code
frankiebee
2017-07-12
1
-1
/
+0
|
/
/
/
*
|
|
clean up unused code from old noncelock
frankiebee
2017-07-06
1
-2
/
+0
*
|
|
nonce-tracker: only check transactions that are not supposed to be ignored
frankiebee
2017-06-28
1
-1
/
+8
*
|
|
calculate nonce based on local pending txs w/o error state.
frankiebee
2017-06-28
1
-1
/
+10
*
|
|
Merge branch 'master' into nonce-tracker
frankiebee
2017-06-28
1
-0
/
+1
|
\
|
|
|
*
|
Merge branch 'AddTokenList' of github.com:MetaMask/metamask-plugin into AddTo...
Kevin Serrano
2017-06-20
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Merge remote-tracking branch 'origin/master' into AddTokenList
Dan Finlay
2017-06-16
1
-10
/
+5
|
|
|
\
|
|
*
|
Refresh token balance on network change
Dan Finlay
2017-06-15
1
-1
/
+0
|
|
*
|
Merge branch 'master' into AddTokenList
Dan Finlay
2017-06-13
1
-0
/
+1
*
|
|
|
fix nonceTracker
frankiebee
2017-06-22
1
-38
/
+13
*
|
|
|
Merge branch 'master' into nonce-tracker
frankiebee
2017-06-17
1
-35
/
+68
|
\
|
|
|
|
*
|
|
Merge branch 'master' into i1567-FixInaccurateError
Frankie
2017-06-17
1
-3
/
+2
|
|
\
\
\
|
|
*
|
|
put the block listeners back on the provider
frankiebee
2017-06-17
1
-3
/
+2
|
*
|
|
|
put event back on the "blockTracker:/provider"
frankiebee
2017-06-17
1
-1
/
+1
|
*
|
|
|
Merge branch 'master' into i1567-FixInaccurateError
frankiebee
2017-06-16
1
-16
/
+52
|
|
\
|
|
|
|
|
*
|
|
Merge pull request #1611 from MetaMask/checkTxsOnSync
kumavis
2017-06-16
1
-0
/
+46
|
|
|
\
\
\
|
|
|
*
|
|
transactions controller - add comments
kumavis
2017-06-16
1
-0
/
+5
|
|
|
*
|
|
add a check for weather a tx is included in a block when jumping blocks
frankiebee
2017-06-15
1
-0
/
+41
|
|
|
|
|
/
|
|
|
|
/
|
|
|
*
/
|
check for the tx in the block that provider engine gives us
frankiebee
2017-06-15
1
-15
/
+5
|
|
|
/
/
|
*
|
|
check nonce and balance when resubmiting tx
frankiebee
2017-06-16
1
-11
/
+16
|
*
|
|
remove unnecessary log
frankiebee
2017-06-15
1
-4
/
+1
|
*
|
|
Do not mark slowly mined txs as failed.
Dan Finlay
2017-06-15
1
-8
/
+4
|
|
/
/
*
/
/
transaction controller - use nonce-tracker
kumavis
2017-06-15
1
-32
/
+58
|
/
/
*
|
Merge pull request #1598 from MetaMask/txRetry
Dan Finlay
2017-06-14
1
-9
/
+4
|
\
\
|
*
|
rename continuallyResubmitPendingTxs to resubmitPendingTxs
frankiebee
2017-06-14
1
-2
/
+2
|
*
|
put tx resubmission on the block event
frankiebee
2017-06-13
1
-8
/
+3
|
|
/
*
/
Fix networkState in chain id
Thomas Huang
2017-06-13
1
-1
/
+1
|
/
*
Merge branch 'master' into networkController
Frankie
2017-05-24
1
-4
/
+55
|
\
|
*
Cleanup
Dan Finlay
2017-05-24
1
-2
/
+3
|
*
Continually resubmit pending txs
Dan Finlay
2017-05-24
1
-2
/
+52
*
|
Fix for tests
frankiebee
2017-05-24
1
-3
/
+1
*
|
Wrap the provider in a proxy
frankiebee
2017-05-23
1
-20
/
+7
*
|
Merge branch 'master' into networkController
frankiebee
2017-05-23
1
-5
/
+19
|
/
*
Fix path references
Dan Finlay
2017-05-17
1
-2
/
+2
*
Rename tx manager to tx controller
Dan Finlay
2017-05-17
1
-0
/
+404