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
/
keyring-controller-test.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused modules and STORAGE_KEY
Thomas Huang
2017-05-05
1
-2
/
+0
*
Lint tests
Thomas Huang
2017-05-05
1
-33
/
+30
*
tests - add missing done
kumavis
2017-03-31
1
-1
/
+1
*
keyring - move identities into memStore
kumavis
2017-02-01
1
-2
/
+4
*
migration 5 - move keyring controller state to substate
kumavis
2017-01-29
1
-39
/
+17
*
background controller - extract KeyringC.placeSeedWords to MetamaskC
kumavis
2017-01-25
1
-0
/
+3
*
Merge branch 'dev' into TxManager
Frankie
2016-12-22
1
-15
/
+0
|
\
|
*
Mostly added bad account detection
Dan Finlay
2016-12-09
1
-15
/
+0
*
|
add Test for txManager. As well as fix tests to account for txManager.
Frances Pangilinan
2016-12-15
1
-0
/
+4
|
/
*
Denodeify most of KeyringController
Dan Finlay
2016-11-29
1
-8
/
+20
*
Fix more keyring asyncifying tests
Dan Finlay
2016-11-24
1
-1
/
+8
*
Mostly got async keyringController tests passing
Dan Finlay
2016-11-23
1
-18
/
+24
*
Fix password reference
Dan Finlay
2016-11-23
1
-0
/
+1
*
Fix vault migration unit test
Dan Finlay
2016-11-23
1
-1
/
+1
*
Improve vault migration unit test
Dan Finlay
2016-11-23
1
-1
/
+2
*
Simplify Encryptor API Surface
Dan Finlay
2016-11-23
1
-4
/
+6
*
Remove entropy from encryption and project.
Kevin Serrano
2016-11-22
1
-3
/
+2
*
Minimize repeated code.
Kevin Serrano
2016-11-16
1
-1
/
+1
*
Rename n variables to numberOfAccounts inside of test suite. Remove idStore t...
Kevin Serrano
2016-11-12
1
-2
/
+1
*
Fix nickname test
Dan Finlay
2016-11-08
1
-0
/
+1
*
Fix BN reference
Dan Finlay
2016-11-08
1
-0
/
+1
*
Fix 787 gas buffer bug
Dan Finlay
2016-11-08
1
-4
/
+20
*
Finish fixing nicknaming bug
Dan Finlay
2016-11-04
1
-0
/
+31
*
Fix account nicknaming bug
Dan Finlay
2016-11-04
1
-0
/
+11
*
Fix vault creation bug
Dan Finlay
2016-11-04
1
-8
/
+28
*
Fix handling of migrating old vault style
Dan Finlay
2016-11-03
1
-4
/
+14
*
Fix bug in new KeyringController vault restoring logic.
Dan Finlay
2016-10-22
1
-0
/
+31
*
Create new vault before each keyringController unit test
Dan Finlay
2016-10-22
1
-3
/
+5
*
Create basic keyring-controller unit test file
Dan Finlay
2016-10-22
1
-20
/
+35
*
Fix tests
Dan Finlay
2016-10-21
1
-106
/
+0
*
Add initial KeyringController files
Dan Finlay
2016-10-12
1
-0
/
+141