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
/
test
/
unit
/
tx-controller-test.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
pending-tx - move incrementing of the retryCount on the txMeta outside pendin...
frankiebee
2017-09-27
1
-1
/
+1
*
fix tests
frankiebee
2017-09-27
1
-2
/
+2
*
Merge branch 'transactionControllerRefractorPt3' of https://github.com/MetaMa...
frankiebee
2017-09-27
1
-14
/
+153
|
\
|
*
Clean up transactionController tests
tmashuang
2017-09-26
1
-71
/
+53
|
*
Remove pending updateAndApprovedTransaction test
tmashuang
2017-09-26
1
-10
/
+0
|
*
Most of transaction controller tests
tmashuang
2017-09-23
1
-12
/
+180
*
|
transactions: lint fixes and reveal status-update event for balance controller
frankiebee
2017-09-27
1
-1
/
+1
*
|
Merge branch 'master' into transactionControllerRefractorPt3
frankiebee
2017-09-27
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix test references
Dan Finlay
2017-09-23
1
-2
/
+2
*
|
add test for pendingTxCount
frankiebee
2017-09-14
1
-0
/
+13
*
|
match other controller patterns
frankiebee
2017-09-13
1
-1
/
+1
*
|
more tests and craete a getPendingTransactions function
frankiebee
2017-09-09
1
-0
/
+22
*
|
add better comments
frankiebee
2017-09-06
1
-2
/
+2
*
|
Merge branch 'master' into transactionControllerRefractorPt3
frankiebee
2017-08-22
1
-2
/
+7
|
\
|
|
*
tx controller - test - fix typo from moved test
kumavis
2017-08-15
1
-3
/
+3
|
*
tx controller - test - test tx state history in updateTx
kumavis
2017-08-15
1
-6
/
+18
|
*
introduce tx-state-history-helper and diff-based history
kumavis
2017-08-15
1
-5
/
+8
*
|
Create tests for TxStateManager
frankiebee
2017-08-19
1
-196
/
+26
|
/
*
use provider stub
frankiebee
2017-08-09
1
-23
/
+11
*
test for pending tx watcher
frankiebee
2017-08-05
1
-46
/
+3
*
fix test
frankiebee
2017-08-03
1
-1
/
+1
*
move newUnapprovedTransaction to transactions.js
frankiebee
2017-08-03
1
-3
/
+66
*
add test for addTxDefaults
frankiebee
2017-08-02
1
-5
/
+30
*
make addUnapprovedTransaction async function and use promise based ethQuery
frankiebee
2017-08-02
1
-23
/
+49
*
tx cont - fix test to use async api
kumavis
2017-07-26
1
-2
/
+6
*
make publishTransaction and signTransaction async methods
frankiebee
2017-07-14
1
-11
/
+9
*
test - tx controller - fix promise handling
kumavis
2017-07-08
1
-5
/
+2
*
test - tx-controller - stub block-tracker method
kumavis
2017-07-08
1
-1
/
+1
*
Merge branch 'master' into nonce-tracker
kumavis
2017-07-08
1
-0
/
+40
|
\
|
*
Fix failing test
Dan Finlay
2017-07-06
1
-27
/
+29
|
*
Add missing done
Dan Finlay
2017-07-06
1
-1
/
+2
|
*
Typo fix
Dan Finlay
2017-07-06
1
-1
/
+1
|
*
Add failing test for retrying an over-spending tx
Dan Finlay
2017-07-06
1
-0
/
+37
|
*
add a check for weather a tx is included in a block when jumping blocks
frankiebee
2017-06-15
1
-0
/
+1
*
|
remove irrelevant test
frankiebee
2017-06-17
1
-5
/
+0
*
|
Fix test to call done
frankiebee
2017-06-16
1
-7
/
+8
*
|
transaction controller - use nonce-tracker
kumavis
2017-06-15
1
-3
/
+4
|
/
*
Finish async when failing async test
Thomas Huang
2017-06-13
1
-1
/
+1
*
Make test Async
Thomas Huang
2017-06-13
1
-1
/
+2
*
Linting
Thomas Huang
2017-06-13
1
-1
/
+0
*
Fix for tests
frankiebee
2017-05-24
1
-1
/
+3
*
Add test around txManager#approveTransaction
Dan Finlay
2017-05-17
1
-3
/
+64
*
Improve test
Dan Finlay
2017-05-17
1
-1
/
+5
*
Add gas updating test to tx controller tests
Dan Finlay
2017-05-17
1
-1
/
+21
*
Rename tx manager to tx controller
Dan Finlay
2017-05-17
1
-0
/
+237