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
/
nonce-tracker.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename variable to be more understandable
Dan Finlay
2018-03-29
1
-3
/
+2
*
Fix incorrect promise instantiation
Dan Finlay
2018-02-16
1
-1
/
+1
*
Revert "NetworkController refactor for new EthClient interface"
kumavis
2017-10-19
1
-3
/
+7
*
nonce-tracker - use blockTracker directly
kumavis
2017-10-12
1
-7
/
+3
*
fall back to `latest` if blockNumber is null
frankiebee
2017-08-24
1
-1
/
+1
*
Enforce nonces as type string
Dan Finlay
2017-08-24
1
-2
/
+10
*
Use toNumber method
Dan Finlay
2017-08-24
1
-2
/
+1
*
Fix network nonce parsing
Dan Finlay
2017-08-24
1
-4
/
+11
*
Pass nonce tests
Dan Finlay
2017-08-24
1
-8
/
+7
*
Got all tests but one passing
Dan Finlay
2017-08-24
1
-0
/
+1
*
Fix new test, break an older maybe wrong one
Dan Finlay
2017-08-24
1
-26
/
+24
*
Linted
Dan Finlay
2017-08-24
1
-1
/
+0
*
Simplify nonce calculation
Dan Finlay
2017-08-24
1
-4
/
+5
*
nonce-tracker - more debugging numbers for nonceDetails
kumavis
2017-08-23
1
-10
/
+8
*
remove unused code
kumavis
2017-08-23
1
-15
/
+0
*
nonce-tracker - use ethjs-query
kumavis
2017-08-23
1
-11
/
+2
*
nonce-tracker - fix var name
kumavis
2017-08-23
1
-4
/
+4
*
nonce-tracker - getlocalNextNonce - add entry to nonceDetails
kumavis
2017-08-23
1
-1
/
+1
*
nonce-tracker - simplify _getlocalNextNonce
kumavis
2017-08-23
1
-20
/
+29
*
nonce-tracker - simplify getHighestNonce
kumavis
2017-08-23
1
-5
/
+3
*
nonce-tracker - getHighestNonce doesnt need uniqued input
kumavis
2017-08-23
1
-4
/
+4
*
nonce-tracker - make nonce strategy api and naming more symmetical
kumavis
2017-08-23
1
-19
/
+21
*
nonce-tracker - pass tests
frankiebee
2017-08-22
1
-5
/
+4
*
clean up code
frankiebee
2017-08-22
1
-39
/
+43
*
nonce-tracker - pass tests
frankiebee
2017-08-22
1
-11
/
+38
*
break out network nonce calc.
frankiebee
2017-08-19
1
-17
/
+21
*
fix 0x0 nonce calc.
frankiebee
2017-08-19
1
-8
/
+18
*
include pendingTxs in localNonce
frankiebee
2017-08-19
1
-10
/
+9
*
use "localNonce" when the network returns a nonce that is lower then a known ...
frankiebee
2017-08-19
1
-3
/
+20
*
nonce-tracker - hotfix for provider proxying
kumavis
2017-07-27
1
-4
/
+11
*
nonce-tracker - add raw baseNonceHex to nonceDetails
kumavis
2017-07-27
1
-1
/
+1
*
tx controller + nonce tracker - record nonce components on txMeta
kumavis
2017-07-27
1
-2
/
+5
*
nonce-tracker - validation - add validation failing value type to error message
kumavis
2017-07-27
1
-3
/
+3
*
nonce-tracker - validation - add validation failing value to error message
kumavis
2017-07-27
1
-3
/
+3
*
transactions - block nonce-tracker while updating pending transactions
kumavis
2017-07-19
1
-14
/
+29
*
nonce-tracker - fix lock mechanism to be a real mutex
kumavis
2017-07-19
1
-11
/
+15
*
nonce-tracker - return nonce as integer
kumavis
2017-07-19
1
-1
/
+1
*
nonce-tracker - validate nonce calc components
kumavis
2017-07-19
1
-3
/
+9
*
fix nonce calculation order
frankiebee
2017-07-06
1
-6
/
+7
*
nonce-tracker: only check transactions that are not supposed to be ignored
frankiebee
2017-06-28
1
-6
/
+7
*
fix nonceTracker
frankiebee
2017-06-22
1
-8
/
+6
*
add a test for #getNonceLock
frankiebee
2017-06-22
1
-6
/
+16
*
introduce nonce-tracker
kumavis
2017-06-15
1
-0
/
+49