aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/nonce-tracker.js
Commit message (Expand)AuthorAgeFilesLines
* 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