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
/
keyring-controller.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant logging block
Dan Finlay
2016-12-02
1
-3
/
+0
*
Fix vault encrypting & unlocking bug
Dan Finlay
2016-12-01
1
-4
/
+12
*
Return promise correctly from setSelectedAddress
Dan Finlay
2016-11-30
1
-1
/
+1
*
Flattened addTx async methods
Dan Finlay
2016-11-30
1
-89
/
+82
*
Bind ethQuery to estimateGas to allow it to be moved around.
Dan Finlay
2016-11-30
1
-2
/
+2
*
Fix tx adding code
Dan Finlay
2016-11-30
1
-25
/
+3
*
Ordered keyringController methods the same in metamask-controller
Dan Finlay
2016-11-30
1
-1
/
+5
*
Annotated KeyringController
Dan Finlay
2016-11-30
1
-219
/
+496
*
Denodeify most of KeyringController
Dan Finlay
2016-11-29
1
-148
/
+127
*
Fix more async usage of KeyringController
Dan Finlay
2016-11-24
1
-25
/
+32
*
Fix more keyring asyncifying tests
Dan Finlay
2016-11-24
1
-2
/
+3
*
Mostly got async keyringController tests passing
Dan Finlay
2016-11-23
1
-7
/
+9
*
Complete first pass at asyncrhonizing keyring controller
Dan Finlay
2016-11-23
1
-31
/
+53
*
Asynced keyrings and started on controller
Dan Finlay
2016-11-23
1
-15
/
+29
*
Fix new encryptor migration logic
Dan Finlay
2016-11-23
1
-2
/
+2
*
Fix password reference
Dan Finlay
2016-11-23
1
-1
/
+2
*
Remove line of cruft
Dan Finlay
2016-11-23
1
-1
/
+0
*
Refine isInitialized derivation method
Dan Finlay
2016-11-23
1
-1
/
+1
*
Simplify Encryptor API Surface
Dan Finlay
2016-11-23
1
-37
/
+13
*
Merge branch 'dev' into i843-MoveSaltIntoEncryptor
Dan Finlay
2016-11-23
1
-17
/
+76
|
\
|
*
Merge pull request #875 from MetaMask/i868-estimateGasTooHigh-dev
Dan Finlay
2016-11-23
1
-5
/
+61
|
|
\
|
|
*
KeyringController - estimateGas->analyzeGasUsage fix gasLimit + detect OOG
kumavis
2016-11-23
1
-5
/
+61
|
*
|
Merge pull request #858 from MetaMask/i842-WaitForSeedWord
kumavis
2016-11-23
1
-1
/
+6
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Move state update outside of conditional callback block
Dan Finlay
2016-11-23
1
-1
/
+1
|
|
*
Remove callback type check
Dan Finlay
2016-11-23
1
-1
/
+1
|
|
*
Merge branch 'dev' into i842-WaitForSeedWord
Dan Finlay
2016-11-23
1
-2
/
+2
|
|
|
\
|
|
*
|
Use callback in placeSeedWord method.
Dan Finlay
2016-11-22
1
-1
/
+6
|
*
|
|
Merge pull request #857 from MetaMask/i841-RenameMethod
kumavis
2016-11-23
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
Rename idStoreMigrator method for clarity
Dan Finlay
2016-11-22
1
-1
/
+1
|
|
|
/
/
|
*
|
|
Merge branch 'dev' into dev-cleanup
Kevin Serrano
2016-11-23
1
-2
/
+2
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Improve Keyring organization
Dan Finlay
2016-11-22
1
-2
/
+2
|
|
|
/
|
*
|
Change fauceting to become a response of an emit.
Kevin Serrano
2016-11-22
1
-2
/
+1
|
*
|
change all instances of selectedAddress to selectedAccount.
Kevin Serrano
2016-11-22
1
-2
/
+1
|
*
|
Remove entropy from encryption and project.
Kevin Serrano
2016-11-22
1
-4
/
+4
|
|
/
*
/
Began moving salt into encryptor
Dan Finlay
2016-11-23
1
-5
/
+10
|
/
*
Promisify persistence of keyrings before returning key
Kevin Serrano
2016-11-19
1
-5
/
+5
*
Persist keyrings from migration to storage.
Kevin Serrano
2016-11-19
1
-1
/
+1
*
Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i3...
Dan Finlay
2016-11-18
1
-65
/
+60
|
\
|
*
Revert one cb to previous state.
Kevin Serrano
2016-11-16
1
-1
/
+1
|
*
Minimize dispatches by using emitters and relying on state updates.
Kevin Serrano
2016-11-16
1
-7
/
+6
|
*
Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i3...
Kevin Serrano
2016-11-16
1
-0
/
+2
|
|
\
|
|
*
Minimize repeated code.
Kevin Serrano
2016-11-16
1
-5
/
+6
|
*
|
Minimize repeated code.
Kevin Serrano
2016-11-16
1
-7
/
+6
|
|
/
|
*
Re-enable disclaimer screen. Rename variables to reflect role more clearly.
Kevin Serrano
2016-11-15
1
-1
/
+1
|
*
Revert to previous anonymous function for promise.
Kevin Serrano
2016-11-12
1
-1
/
+3
|
*
Various keyring changes
Kevin Serrano
2016-11-12
1
-18
/
+10
|
*
Linting to the max.
Kevin Serrano
2016-11-12
1
-37
/
+37
|
*
fix tx data so it has the network id
Frankie
2016-11-11
1
-2
/
+3
*
|
Replace old random-id code with incrementing id generator
Dan Finlay
2016-11-18
1
-1
/
+2
|
/
*
Fix 787 gas buffer bug
Dan Finlay
2016-11-08
1
-5
/
+5
*
Fix network checking
Dan Finlay
2016-11-05
1
-21
/
+1
*
Add tolerance to normalize method
Dan Finlay
2016-11-04
1
-0
/
+1
*
Fix password validation and persistence issue
Dan Finlay
2016-11-04
1
-4
/
+5
*
Implement private key exporting.
Kevin Serrano
2016-11-04
1
-2
/
+7
*
Finish fixing nicknaming bug
Dan Finlay
2016-11-04
1
-28
/
+39
*
Fix account nicknaming bug
Dan Finlay
2016-11-04
1
-1
/
+4
*
Fix vault creation bug
Dan Finlay
2016-11-04
1
-17
/
+13
*
Fix dual vault creation bug
Dan Finlay
2016-11-03
1
-11
/
+4
*
Fix initial vault creation
Dan Finlay
2016-11-03
1
-4
/
+8
*
Fix handling of migrating old vault style
Dan Finlay
2016-11-03
1
-39
/
+63
*
Add reveal of seed words.
Kevin Serrano
2016-11-02
1
-2
/
+8
*
Fixed bugs related to clearing caches when restoring to a new vault
Dan Finlay
2016-11-02
1
-6
/
+45
*
Fix seed phrase restore
Dan Finlay
2016-11-02
1
-1
/
+1
*
Made progress on parity for MultiVault
Kevin Serrano
2016-11-02
1
-21
/
+44
*
Implement seed word confirmation page.
Kevin Serrano
2016-11-01
1
-4
/
+14
*
Implement auto-fauceting
Kevin Serrano
2016-11-01
1
-1
/
+6
*
Now migrating old vaults to new DEN format
Dan Finlay
2016-10-29
1
-5
/
+28
*
Configure BIP44 Keychain as default one
Dan Finlay
2016-10-29
1
-7
/
+24
*
Phase out extra warning screen.
Kevin Serrano
2016-10-26
1
-1
/
+0
*
Fix loading indication
Dan Finlay
2016-10-22
1
-1
/
+1
*
Added tx & msg managing functionality to new KeyringController
Dan Finlay
2016-10-22
1
-0
/
+148
*
Fix bug in new KeyringController vault restoring logic.
Dan Finlay
2016-10-22
1
-3
/
+5
*
Create basic keyring-controller unit test file
Dan Finlay
2016-10-22
1
-12
/
+7
*
Added SimpleKeyring tests
Dan Finlay
2016-10-22
1
-0
/
+2
*
Added tx and msg signing to keychain & controller
Dan Finlay
2016-10-21
1
-1
/
+55
*
Improved simple account generation
Dan Finlay
2016-10-21
1
-23
/
+38
*
Began adding first basic keyring
Dan Finlay
2016-10-21
1
-8
/
+103
*
Fix tests
Dan Finlay
2016-10-21
1
-1
/
+1
*
Linted & added salting to vault
Dan Finlay
2016-10-21
1
-34
/
+9
*
Fix state updating after vault creation and unlocking
Dan Finlay
2016-10-21
1
-2
/
+2
*
Fix unlock logic
Dan Finlay
2016-10-21
1
-6
/
+17
*
Intermediary commit.
Kevin Serrano
2016-10-20
1
-4
/
+33
*
Remove unused crypto dependencies.
Kevin Serrano
2016-10-20
1
-2
/
+0
*
Initial work on UI side
Kevin Serrano
2016-10-16
1
-0
/
+5
*
Add minimal method signatures to new keyring controller
Dan Finlay
2016-10-13
1
-1
/
+61
*
Add initial KeyringController files
Dan Finlay
2016-10-12
1
-0
/
+42