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
/
lib
/
pending-tx-tracker.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta - transactions - create a transactions dir in controller and move releva...
frankiebee
2018-04-11
1
-189
/
+0
*
transactions:pending - only check nonces of transactions who's from adress ma...
frankiebee
2017-12-28
1
-1
/
+2
*
Stop failing pending transactions after any period of time
Dan Finlay
2017-12-22
1
-7
/
+0
*
firstRetryBlockNumber defaults to latestBlockNumber if undefined on txMeta in...
Dan
2017-12-07
1
-1
/
+1
*
Fix undefined latestBlockNumber in _resubmitTx
Dan
2017-12-07
1
-1
/
+1
*
Exponentional backoff on transaction retry in pending-tx-tracker
Dan
2017-12-06
1
-2
/
+14
*
Fix lint warnings
Daijiro Wachi
2017-10-22
1
-6
/
+6
*
Merge pull request #2304 from MetaMask/i1531-UpdateTxStatesOnInit
kumavis
2017-10-07
1
-0
/
+1
|
\
|
*
Check status of pending transactions on startup
Dan Finlay
2017-10-07
1
-0
/
+1
*
|
When checking pending txs, check for successful txs with same nonce.
Dan Finlay
2017-10-07
1
-0
/
+20
|
/
*
"fix" hours for message
frankiebee
2017-10-06
1
-1
/
+2
*
pending-tx - check time stamp instead of block number for resubmit
frankiebee
2017-10-06
1
-3
/
+4
*
pending tx tracker - on tx:warn append error message instead of error obj
kumavis
2017-10-03
1
-1
/
+1
*
pending tx tracker - tx:warning event includes err obj
kumavis
2017-10-03
1
-2
/
+2
*
pending tx tracker - resubmit - warn dont error on unknown error
kumavis
2017-10-03
1
-2
/
+5
*
pending tx tracker - dont throw on load failure
kumavis
2017-10-03
1
-1
/
+0
*
pending-tx - dont check the balance to rebrodcast
frankiebee
2017-09-30
1
-15
/
+0
*
Merge branch 'master' into direct-block-tracker
kumavis
2017-09-28
1
-14
/
+12
|
\
|
*
pending-tx - move incrementing of the retryCount on the txMeta outside pendin...
frankiebee
2017-09-27
1
-2
/
+1
|
*
transactions: make evnt names pretty and eaiser to read
frankiebee
2017-09-27
1
-8
/
+8
|
*
Merge branch 'master' into transactionControllerRefractorPt3
frankiebee
2017-09-27
1
-3
/
+9
|
|
\
|
*
|
linting && format fixing
frankiebee
2017-09-13
1
-5
/
+4
*
|
|
style - small whitespace nitpick
kumavis
2017-09-28
1
-1
/
+1
|
|
/
|
/
|
*
|
Do not mark a retry tx failed that has been broadcast successfully
Dan Finlay
2017-09-19
1
-3
/
+9
|
/
*
Fail transactions after a day of retries
Dan Finlay
2017-08-24
1
-1
/
+7
*
fix getPendingTransactions function for pendingTxTracker
frankiebee
2017-08-09
1
-1
/
+1
*
fix class names
frankiebee
2017-08-09
1
-0
/
+163