aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/nonce-tracker.js
Commit message (Expand)AuthorAgeFilesLines
* Rename variable to be more understandableDan Finlay2018-03-291-3/+2
* Fix incorrect promise instantiationDan Finlay2018-02-161-1/+1
* Revert "NetworkController refactor for new EthClient interface"kumavis2017-10-191-3/+7
* nonce-tracker - use blockTracker directlykumavis2017-10-121-7/+3
* fall back to `latest` if blockNumber is nullfrankiebee2017-08-241-1/+1
* Enforce nonces as type stringDan Finlay2017-08-241-2/+10
* Use toNumber methodDan Finlay2017-08-241-2/+1
* Fix network nonce parsingDan Finlay2017-08-241-4/+11
* Pass nonce testsDan Finlay2017-08-241-8/+7
* Got all tests but one passingDan Finlay2017-08-241-0/+1
* Fix new test, break an older maybe wrong oneDan Finlay2017-08-241-26/+24
* LintedDan Finlay2017-08-241-1/+0
* Simplify nonce calculationDan Finlay2017-08-241-4/+5
* nonce-tracker - more debugging numbers for nonceDetailskumavis2017-08-231-10/+8
* remove unused codekumavis2017-08-231-15/+0
* nonce-tracker - use ethjs-querykumavis2017-08-231-11/+2
* nonce-tracker - fix var namekumavis2017-08-231-4/+4
* nonce-tracker - getlocalNextNonce - add entry to nonceDetailskumavis2017-08-231-1/+1
* nonce-tracker - simplify _getlocalNextNoncekumavis2017-08-231-20/+29
* nonce-tracker - simplify getHighestNoncekumavis2017-08-231-5/+3
* nonce-tracker - getHighestNonce doesnt need uniqued inputkumavis2017-08-231-4/+4
* nonce-tracker - make nonce strategy api and naming more symmeticalkumavis2017-08-231-19/+21
* nonce-tracker - pass testsfrankiebee2017-08-221-5/+4
* clean up codefrankiebee2017-08-221-39/+43
* nonce-tracker - pass testsfrankiebee2017-08-221-11/+38
* break out network nonce calc.frankiebee2017-08-191-17/+21
* fix 0x0 nonce calc.frankiebee2017-08-191-8/+18
* include pendingTxs in localNoncefrankiebee2017-08-191-10/+9
* use "localNonce" when the network returns a nonce that is lower then a known ...frankiebee2017-08-191-3/+20
* nonce-tracker - hotfix for provider proxyingkumavis2017-07-271-4/+11
* nonce-tracker - add raw baseNonceHex to nonceDetailskumavis2017-07-271-1/+1
* tx controller + nonce tracker - record nonce components on txMetakumavis2017-07-271-2/+5
* nonce-tracker - validation - add validation failing value type to error messagekumavis2017-07-271-3/+3
* nonce-tracker - validation - add validation failing value to error messagekumavis2017-07-271-3/+3
* transactions - block nonce-tracker while updating pending transactionskumavis2017-07-191-14/+29
* nonce-tracker - fix lock mechanism to be a real mutexkumavis2017-07-191-11/+15
* nonce-tracker - return nonce as integerkumavis2017-07-191-1/+1
* nonce-tracker - validate nonce calc componentskumavis2017-07-191-3/+9
* fix nonce calculation orderfrankiebee2017-07-061-6/+7
* nonce-tracker: only check transactions that are not supposed to be ignoredfrankiebee2017-06-281-6/+7
* fix nonceTrackerfrankiebee2017-06-221-8/+6
* add a test for #getNonceLockfrankiebee2017-06-221-6/+16
* introduce nonce-trackerkumavis2017-06-151-0/+49