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
/
ui
/
app
/
ducks
Commit message (
Expand
)
Author
Age
Files
Lines
*
Uses more reliable api on main send screen; caches basic api results in modal
Dan Miller
2018-12-04
2
-18
/
+114
*
Fixes for components that break e2e gas customization tests, plus unit test u...
Dan Miller
2018-12-04
1
-2
/
+57
*
Update e2e tests for new gas customization modal.
Dan Miller
2018-12-04
1
-1
/
+1
*
Connect gas price chart to gas station api.
Dan Miller
2018-12-04
2
-41
/
+184
*
Complete integration of gas chart with redux.
Dan Miller
2018-12-04
1
-1
/
+1
*
Read only connection of gas price chart to redux
Dan Miller
2018-12-04
3
-7
/
+150
*
Adds redesign for the customize gas advanced tab.
Dan Miller
2018-12-04
1
-0
/
+10
*
Test updates and additions for button integration with send screen.
Dan Miller
2018-12-04
1
-0
/
+37
*
Integrate gas buttons with the send screen.
Dan Miller
2018-12-04
1
-0
/
+19
*
Connects remained of the gas customization component to redux.
Dan Miller
2018-12-04
2
-4
/
+4
*
Adds gas-duck.test.js tests.
Dan Miller
2018-12-04
1
-0
/
+300
*
Connect the gas-button-group component to redux and a live api.
Dan Miller
2018-12-04
2
-67
/
+189
*
Adds the content of the advanced tab - w/o chart or dynamic content - to gas ...
Dan Miller
2018-12-04
1
-0
/
+67
*
Fixes #3425: Better support for batch transactions (#5437)
PaddyMc
2018-11-14
1
-1
/
+6
*
Add support for RPC endpoints with custom chain IDs (#5134)
HackyMiner
2018-10-26
1
-3
/
+7
*
Add Activity Log entry for onchain failures for a transaction. Change scrolli...
Alexander Tseung
2018-10-23
1
-1
/
+0
*
Adds toggle for primary currency (#5421)
Alexander Tseung
2018-10-17
2
-60
/
+46
*
Fix naming, add eth.getCode check for actions, fix translations for statuses
Alexander Tseung
2018-08-24
1
-2
/
+1
*
Show token amounts in TransactionListItem for token transfers
Alexander Tseung
2018-08-24
1
-2
/
+1
*
Refactor transactions list views. Add redesign components
Alexander Tseung
2018-08-24
1
-4
/
+4
*
Use eth_getCode to sort transaction action type
Alexander Tseung
2018-08-23
2
-32
/
+80
*
Add unit tests for confirmTransaction duck and util
Alexander Tseung
2018-07-10
1
-0
/
+675
*
Various fixes from PR comments
Alexander Tseung
2018-07-07
1
-3
/
+7
*
Use eth-method-registry to get method data
Alexander Tseung
2018-07-07
1
-0
/
+59
*
Display newest transaction
Alexander Tseung
2018-07-07
1
-1
/
+1
*
Refactor data flow, signature request routing
Alexander Tseung
2018-07-07
1
-22
/
+26
*
Refactor and redesign confirm transaction views
Alexander Tseung
2018-07-07
1
-0
/
+319
*
Improve send token error ux.
Dan
2018-07-05
2
-0
/
+17
*
Tests for send.duck.js
Dan
2018-05-14
2
-7
/
+154
*
Rename ducks/send.js to ducks/send.duck.js
Dan
2018-05-14
1
-0
/
+0
*
Further refactors; includes refactor of send-v2.js and associated container
Dan
2018-04-30
1
-0
/
+15
*
Lint fixes and alphabetization for i3725-refactor-send-component
Dan
2018-04-27
1
-14
/
+14
*
Core of the refactor complete
Dan
2018-04-27
1
-1
/
+2
*
first commit
Dan
2018-04-07
1
-0
/
+54