aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Get from and update addressBook in send-v2Dan2017-10-194-9/+29
|
* Breaks send-v2 down into renderable functions.Dan2017-10-191-102/+159
|
* Network dropdown updateChi Kei Chan2017-10-181-1/+2
|
* New Account modalChi Kei Chan2017-10-1810-65/+132
|
* wipChi Kei Chan2017-10-188-11/+159
|
* Enable send-v2 functionality.Dan2017-10-185-9/+72
|
* Fix Import Account link not hiding sidebarAlexander Tseung2017-10-162-3/+9
|
* Customize Gas connected to stateDan2017-10-168-27/+147
|
* Prevent adding already added tokens (#2362)Alexander Tseung2017-10-142-4/+39
|
* Fix cursor on unclickable transactions (#2356)Alexander Tseung2017-10-141-3/+9
|
* Fix exception thrown when tokens is null (#2355)Alexander Tseung2017-10-141-1/+2
|
* Fix Localhost 8545 option in network dropdown (#2357)Alexander Tseung2017-10-141-1/+1
|
* Fix styling for Accept buttons in notices (#2358)Alexander Tseung2017-10-141-1/+1
|
* Fix SELECT TYPE dropdown changing sizes based on error message (#2359)Alexander Tseung2017-10-141-2/+4
|
* Fix click to copy for private key not working (#2360)Alexander Tseung2017-10-143-7/+11
|
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵Dan J Miller2017-10-1422-132/+915
| | | | | | | | | | | | | | | | | | state (#2364) * Adds memo field to send-v2. * Vertical align transaction with flexbox. * Customize Gas UI * Remove internal state from InputNumber and fix use in gastooltip. * Move customize-gas-modal to its own folder and minor cleanup * Create send container, get account info from state, and make currency display more reusable * Adjusts send-v2 and container for send-token. Dynamically getting suggested gas prices.
* Adding Account Dropdown V2Chi Kei Chan2017-10-1311-25/+256
|
* Various styling fixesChi Kei Chan2017-10-1316-85/+170
|
* Refactor amount input: dynamic input width with vanilla js.Dan2017-10-132-42/+32
|
* Send v2 amount unit moves correctly.Dan2017-10-131-1/+19
|
* Adds amount and gas field to sendV2.Dan2017-10-136-8/+187
|
* Send v2 to autocomplete.Dan2017-10-113-2/+94
|
* Token menu ellipsis alignmentChi Kei Chan2017-10-111-3/+8
|
* Reduce header shadow on mobileChi Kei Chan2017-10-112-1/+5
|
* Fix recipient on send tokenChi Kei Chan2017-10-112-2/+5
|
* Confirm Token and Confirm Contract v2Chi Kei Chan2017-10-113-38/+43
|
* Confirm eth v2Chi Kei Chan2017-10-116-200/+184
|
* Refactor 'rendersingleidentity' to a stand alone account-list-item component.Dan2017-10-105-92/+105
|
* UI for readonly from component. From dropdown opening and closing. Mockdata.Dan2017-10-104-1/+226
|
* Conversion util can invert conversion rateDan2017-10-092-9/+18
|
* Adds checkFeatureToggle util.Dan2017-10-092-4/+13
|
* UI for send screen container without form rows.Dan2017-10-095-2/+218
|
* Edit account modal shows and allows editing of name from props, not just ↵Dan2017-10-091-2/+3
| | | | placeholder.
* Clear selected token when changing network.Dan2017-10-091-4/+11
|
* Removes old/second setProviderType method from before merge (commit bd99bc2e)Dan2017-10-051-9/+0
|
* Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-0420-232/+238
|\
| * Merge pull request #2209 from MetaMask/greenkeeper/coveralls-3.0.0Thomas Huang2017-10-041-1/+1
| |\ | | | | | | Update coveralls to the latest version 🚀
| | * chore(package): update coveralls to version 3.0.0greenkeeper[bot]2017-09-291-1/+1
| | |
| * | Merge pull request #2264 from MetaMask/greenkeeper/mocha-4.0.0Thomas Huang2017-10-041-1/+1
| |\ \ | | | | | | | | Update mocha to the latest version 🚀
| | * | chore(package): update mocha to version 4.0.0greenkeeper[bot]2017-10-031-1/+1
| | | |
| * | | Merge pull request #2175 from MetaMask/RemoveSlackLinkKevin Serrano2017-10-042-7/+2
| |\ \ \ | | | | | | | | | | Remove slack link
| | * \ \ Merge branch 'master' into RemoveSlackLinkKevin Serrano2017-10-0346-1925/+1786
| | |\ \ \
| | * \ \ \ Merge branch 'master' into RemoveSlackLinkKevin Serrano2017-09-2718-82/+356
| | |\ \ \ \
| | * | | | | Remove slack linkDan Finlay2017-09-272-7/+2
| | | | | | |
| * | | | | | Merge pull request #2250 from interfect/masterFrankie2017-10-041-1/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Don't pass origin as an HTTP header
| | * | | | | | Don't pass origin as an HTTP headerAdam Novak2017-10-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requests with this nonstandard header are being blocked by CORS when made against Parity. Not sending it ought to fix #1779.
| * | | | | | | Merge pull request #2251 from BrandenSoropia/remove-metamask-titleKevin Serrano2017-10-041-8/+0
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | Removed MetaMask title. Fixed #1730.
| | * | | | | | Removed MetaMasktitle. Fixed #1730.Branden Soropia2017-10-021-8/+0
| | |/ / / / /
| * | | | | | Merge pull request #2261 from MetaMask/retry-warn-not-failFrankie2017-10-033-22/+41
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | Resubmit - warn not fail on error
| | * | | | | ui - tx history - simplify error+warning display codekumavis2017-10-031-12/+22
| | | | | | |
| | * | | | | pending tx tracker - on tx:warn append error message instead of error objkumavis2017-10-031-1/+1
| | | | | | |
| | * | | | | pending tx tracker - test - expect warning event on resubmit failurekumavis2017-10-031-2/+9
| | | | | | |
| | * | | | | pending tx tracker - tx:warning event includes err objkumavis2017-10-031-2/+2
| | | | | | |
| | * | | | | pending tx tracker - test - rename tests to match event namekumavis2017-10-031-4/+4
| | | | | | |
| | * | | | | pending tx tracker - resubmit - warn dont error on unknown errorkumavis2017-10-031-2/+5
| | | | | | |
| | * | | | | pending tx tracker - dont throw on load failurekumavis2017-10-031-1/+0
| |/ / / / /
| * | | | | Merge pull request #2260 from MetaMask/history-noteskumavis2017-10-034-17/+23
| |\ \ \ \ \ | | | | | | | | | | | | | | transaction - provide notes for history
| | * \ \ \ \ Merge branch 'history-notes' of github.com:MetaMask/metamask-extension into ↵kumavis2017-10-034-6/+5
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | history-notes
| | | * \ \ \ \ Merge branch 'master' into history-notesfrankiebee2017-10-034-3/+27
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge pull request #2259 from MetaMask/tx-history-fixFrankie2017-10-033-2/+25
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | tx state history - fix bug where initial snapshot was mutated on updateTx
| | * | | | | | | tx state history - fix bug where initial snapshot was mutated on updateTxkumavis2017-10-033-2/+25
| | | | | | | | |
| * | | | | | | | Merge pull request #2254 from MetaMask/block-cache-fixKevin Serrano2017-10-031-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | deps - bump pe for block cache fix
| | * | | | | | | deps - bump pe for block cache fixkumavis2017-10-031-1/+1
| |/ / / / / / /
| * | | | | | | Merge pull request #2138 from sunify/fix-firefox-corsThomas Huang2017-10-031-1/+2
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | Fix CORS issues in FireFox
| | * | | | | | Update manifest.jsonKevin Serrano2017-10-031-2/+1
| | | | | | | |
| | * | | | | | Wildcard for infura.io permissions, added permission for cryptonator apiAlex Lunyov2017-09-221-4/+2
| | | | | | | |
| | * | | | | | Fix CORS issues in FireFoxAlex Lunyov2017-09-211-1/+5
| | | | | | | |
| | | * | | | | tx state history - append note to first op of diffkumavis2017-10-031-2/+5
| | | | | | | |
| | | * | | | | tx state history - test - fix format of history entrieskumavis2017-10-031-0/+26
| | | |/ / / /
| | | * / / / transaction - provide notes for historyfrankiebee2017-10-032-12/+14
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #2241 from MetaMask/Version-3.10.8-FixCurrencyDan Finlay2017-09-303-2/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | Version 3.10.8 - Fix Currency Conversion
| | * | | | | Version 3.10.8 - Fix Currency Conversionv3.10.8Dan Finlay2017-09-303-2/+6
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In our conversion to the new Infura API, somehow we were sending upper-cased conversions to their lower-case sensitive API. Fixes the first part of #2240
| * | | | | Merge pull request #2233 from MetaMask/remove-accountTracker-from-transactionskumavis2017-09-305-77/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | pending-tx - dont check the balance to rebrodcast
| | * | | | | pending-tx - dont check the balance to rebrodcastfrankiebee2017-09-305-77/+2
| | | | | | |
| * | | | | | Merge pull request #2239 from MetaMask/network-controller-contdFrankie2017-09-301-2/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | network - make network controller internal network switching explicit
| | * | | | | | network - make network controller internal network switching explicitkumavis2017-09-301-2/+3
| | | | | | | |
| * | | | | | | Merge pull request #2237 from MetaMask/network-controller-contdFrankie2017-09-305-62/+56
| |\| | | | | | | | | | | | | | | | | | | | | | Networking refactor
| | * | | | | | network - remove long dead etherscan provider codekumavis2017-09-301-10/+0
| | | | | | | |
| | * | | | | | network - convert localhost from custom rpc to network typekumavis2017-09-305-23/+12
| | | | | | | |
| | * | | | | | network controller - small refactorkumavis2017-09-302-35/+50
| | |/ / / / /
| * | | | | | Merge pull request #2234 from MetaMask/Version-3.10.7kumavis2017-09-302-1/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Version 3.10.7
| | * | | | | Version 3.10.7v3.10.7Dan Finlay2017-09-302-1/+3
| |/ / / / /
| * | | | | Merge pull request #2230 from MetaMask/ui-dev-fixDan Finlay2017-09-302-66/+69
| |\ \ \ \ \ | | | | | | | | | | | | | | development - fix ui dev
| | * | | | | development - fix ui devkumavis2017-09-302-66/+69
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #2228 from MetaMask/i2218-SelectAccountBugFixKevin Serrano2017-09-302-0/+10
| |\ \ \ \ \ | | |/ / / / | |/| | | | Ensure selected account is always set if possible
| | * | | | Ensure selected account is always set if possibleDan Finlay2017-09-302-0/+10
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2218 Subscribes to keyringController, and if only one account exists, sets it as selected.
* | | | | Enables remove token and ensures add/remove update the list without need for ↵Dan2017-10-047-14/+72
| | | | | | | | | | | | | | | | | | | | refresh.
* | | | | Add needed iterator in tx-list and path to account in selectors.Dan2017-10-032-2/+7
| | | | |
* | | | | Hide token confirmation modal uiDan2017-10-035-3/+170
| | | | |
* | | | | Token menu ui.Dan2017-10-023-0/+103
| | | | |
* | | | | Shapeshift deposit tx modal.Dan2017-10-027-43/+65
| | | | |
* | | | | Enables the old shapeshift UI within new ui.Dan2017-10-023-3/+9
| | | | |
* | | | | Query for gas estimatesChi Kei Chan2017-09-295-8/+35
| | | | |
* | | | | Hide ShapeShift and Fix Modal StylingsChi Kei Chan2017-09-292-13/+52
| | | | |
* | | | | Always set currency to USD on app mountChi Kei Chan2017-09-298-4/+21
| | | | |
* | | | | Ensure sent token value is recognized as hex.Dan2017-09-291-1/+1
| | | | |
* | | | | Fix send of USD and backspacing amount to 0Dan2017-09-292-3/+7
| | | | |
* | | | | Close sidebar on token selection.Dan2017-09-292-4/+20
| | | | |
* | | | | Close mobile sidebar when selecting 'Add token' from account options dropdown.Dan2017-09-291-0/+2
| | | | |
* | | | | Update yarn.lockChi Kei Chan2017-09-291-116/+249
| | | | |
* | | | | Merge pull request #2201 from chikeichan/mergeChi Kei Chan2017-09-2849-1911/+2200
|\ \ \ \ \ | | | | | | | | | | | | Merge master into NewUI-flat
| * | | | | Merge branch 'mmn' into mergeChi Kei Chan2017-09-2849-1911/+2200
|/| | | | |
| * | | | | Merge branch 'master' into mmnChi Kei Chan2017-09-2849-1911/+2200
|/| | | | | | |/ / / /
| * | | | Merge pull request #2124 from MetaMask/breakout-mascarakumavis2017-09-2810-144/+27
| |\ \ \ \ | | | | | | | | | | | | require metamascara
| | * | | | re-enabled x-metamask-origin for mascarafrankiebee2017-09-282-5/+1
| | | | | |
| | * | | | bump metamascara versionfrankiebee2017-09-231-1/+1
| | | | | |
| | * | | | platforms: put context for extension in platform extension classfrankiebee2017-09-223-2/+4
| | | | | |
| | * | | | mascara: turn off backgroundfrankiebee2017-09-202-3/+2
| | | | | |
| | * | | | update metamascarafrankiebee2017-09-201-1/+1
| | | | | |
| | * | | | stub platformfrankiebee2017-09-202-0/+2
| | | | | |
| | * | | | Merge branch 'master' into breakout-mascarafrankiebee2017-09-205-6/+18
| | |\ \ \ \
| | * | | | | add context to platform to not have X-Metamask-Origin in mascarafrankiebee2017-09-202-1/+2
| | | | | | |
| | * | | | | require metamascarafrankiebee2017-09-196-140/+23
| | | | | | |
| * | | | | | Merge pull request #2177 from MetaMask/new-currency-testkumavis2017-09-287-225/+678
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Switching To Infura's Currency API
| | * \ \ \ \ \ Merge branch 'master' into new-currency-testkumavis2017-09-2833-1532/+1362
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request #2194 from MetaMask/network-controller-refactorkumavis2017-09-283-36/+37
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Network controller refactor
| | * | | | | | | network controller - move _setProvider to bottomkumavis2017-09-281-18/+18
| | | | | | | | |
| | * | | | | | | network controller - refactor to use _setProviderkumavis2017-09-282-20/+31
| | | | | | | | |
| | * | | | | | | network - remove getter/setterkumavis2017-09-281-23/+14
| | | | | | | | |
| | * | | | | | | metamask - improve commentkumavis2017-09-281-2/+1
| | | | | | | | |
| * | | | | | | | Merge pull request #2193 from MetaMask/FixAccountSelectionThomas Huang2017-09-284-598/+7
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix account selection
| | * | | | | | | | Version 3.10.6Dan Finlay2017-09-282-1/+3
| | | | | | | | | |
| | * | | | | | | | Commit to the eth-keyring-controller moduleDan Finlay2017-09-282-600/+1
| | | | | | | | | |
| | * | | | | | | | Remove dead referenceDan Finlay2017-09-281-1/+0
| | | | | | | | | |
| | * | | | | | | | Bump changelogDan Finlay2017-09-281-0/+3
| | | | | | | | | |
| | * | | | | | | | Fix Account SelectionDan Finlay2017-09-282-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not select accounts on restore, only on creation and deliberate selection. Fixes #2164
| * | | | | | | | | Merge pull request #2196 from MetaMask/express-bumpDan Finlay2017-09-281-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | deps - bump express for security fix
| | * | | | | | | | | deps - bump express for security fixkumavis2017-09-281-1/+1
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #2195 from MetaMask/greenkeeper/eth-keyring-controller-2.0.0Thomas Huang2017-09-281-1/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | Update eth-keyring-controller to the latest version 🚀
| | * | | | | | | | fix(package): update eth-keyring-controller to version 2.0.0greenkeeper[bot]2017-09-281-1/+1
| |/ / / / / / / /
| * | | | | | | | Merge pull request #2191 from MetaMask/direct-block-trackerv3.10.5Dan Finlay2017-09-283-8/+6
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix for direct use of eth-block-tracker
| | * | | | | | | | account-tracker - remove unused importkumavis2017-09-281-1/+0
| | | | | | | | | |
| | * | | | | | | | Merge branch 'master' into direct-block-trackerkumavis2017-09-2815-556/+838
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #2035 from MetaMask/transactionControllerRefractorPt3kumavis2017-09-2811-552/+827
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Transaction controller refractor pt3
| | * | | | | | | | | pending-tx - move incrementing of the retryCount on the txMeta outside ↵frankiebee2017-09-273-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pending-tx-tracker
| | * | | | | | | | | fix testsfrankiebee2017-09-271-2/+2
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'transactionControllerRefractorPt3' of ↵frankiebee2017-09-271-14/+153
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/MetaMask/metamask-extension into transactionControllerRefractorPt3
| | | * | | | | | | | | Clean up transactionController teststmashuang2017-09-261-71/+53
| | | | | | | | | | | |
| | | * | | | | | | | | Remove pending updateAndApprovedTransaction testtmashuang2017-09-261-10/+0
| | | | | | | | | | | |
| | | * | | | | | | | | Most of transaction controller teststmashuang2017-09-231-12/+180
| | | | | | | | | | | |
| | * | | | | | | | | | transactions: reveal #getFilteredTxList from txStateManage and fix ↵frankiebee2017-09-271-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accountTracker.store reference
| | * | | | | | | | | | transactions: make evnt names pretty and eaiser to readfrankiebee2017-09-273-20/+20
| | | | | | | | | | | |
| | * | | | | | | | | | transactions: lint fixes and reveal status-update event for balance controllerfrankiebee2017-09-276-14/+24
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-09-2770-705/+1240
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | ensure that values written to txParams are hex stringsfrankiebee2017-09-142-1/+10
| | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | add test for pendingTxCountfrankiebee2017-09-141-0/+13
| | | | | | | | | | |
| | * | | | | | | | | linting && format fixingfrankiebee2017-09-132-12/+7
| | | | | | | | | | |
| | * | | | | | | | | match other controller patternsfrankiebee2017-09-134-24/+23
| | | | | | | | | | |
| | * | | | | | | | | fix miss typefrankiebee2017-09-091-1/+1
| | | | | | | | | | |
| | * | | | | | | | | more tests and craete a getPendingTransactions functionfrankiebee2017-09-094-12/+34
| | | | | | | | | | |
| | * | | | | | | | | fix messy mergefrankiebee2017-09-071-4/+4
| | | | | | | | | | |
| | * | | | | | | | | remove unused variablefrankiebee2017-09-071-1/+0
| | | | | | | | | | |
| | * | | | | | | | | fix merge and errors disaperaing on updatefrankiebee2017-09-072-3/+6
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-09-0723-115/+527
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | add better commentsfrankiebee2017-09-063-34/+43
| | | | | | | | | | | |
| | * | | | | | | | | | rename tx-utils.js -> tx-gas-utils.jsfrankiebee2017-09-062-5/+1
| | | | | | | | | | | |
| | * | | | | | | | | | remove #buildEthTxFromParamsfrankiebee2017-09-062-18/+3
| | | | | | | | | | | |
| | * | | | | | | | | | fix testsfrankiebee2017-08-221-4/+7
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-08-2221-157/+3280
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Create TxStateManagerfrankiebee2017-08-223-47/+47
| | | | | | | | | | | | |
| | * | | | | | | | | | | Create tests for TxStateManagerfrankiebee2017-08-194-388/+471
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #2190 from MetaMask/Version-3.10.5kumavis2017-09-285-4/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | Version 3.10.5
| | * | | | | | | | | | | Fix accountTracker store referencesDan Finlay2017-09-282-2/+2
| | | | | | | | | | | | |
| | * | | | | | | | | | | Version 3.10.5Dan Finlay2017-09-282-1/+3
| | | | | | | | | | | | |
| | * | | | | | | | | | | Fix bug where block gas limit was incorrectly parsed.Dan Finlay2017-09-282-1/+5
| |/ / / / / / / / / / /
| | | | | | * | | | | | style - small whitespace nitpickkumavis2017-09-282-4/+4
| | | | | | | | | | | |
| | | | | | * | | | | | account-tracker - use new block-tracker block formatkumavis2017-09-281-4/+2
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #2189 from MetaMask/Version-3.10.4Dan Finlay2017-09-282-1/+5
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Version 3.10.4
| | * | | | | | | | | | Version 3.10.4v3.10.4Dan Finlay2017-09-282-1/+5
| |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #2155 from MetaMask/filter-fixes-moarDan Finlay2017-09-287-28/+56
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Various fixes you've been waiting for, how exciting!
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into filter-fixes-moarDan Finlay2017-09-2821-260/+397
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #2153 from MetaMask/BreakOutKeyringControllerkumavis2017-09-284-169/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | Break out keyring controller into separate module
| | * | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-09-2712-56/+663
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | BreakOutKeyringController
| * | | | | | | | | | | Merge pull request #2183 from MetaMask/Fix2094Kevin Serrano2017-09-274-24/+28
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 2094 related issues
| | * | | | | | | | | | | Remove duplicate instantiation of account-trackerDan Finlay2017-09-271-5/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | Move obs store into account-tracker instead of inheritingDan Finlay2017-09-274-20/+25
| | | | | | | | | | | | |
| | * | | | | | | | | | | Restore blockGasLimit to account-trackerDan Finlay2017-09-271-0/+3
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge pull request #2094 from MetaMask/AddBalanceControllerDan Finlay2017-09-2716-69/+338
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Calculate balance based on pending txs
| | * | | | | | | | | | | Pass blocktracker to balances controllerDan Finlay2017-09-271-0/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | Add computed balance to mock stateDan Finlay2017-09-271-1/+3
| | | | | | | | | | | | |
| | * | | | | | | | | | | Make encryptor configurable for keyring-controllerDan Finlay2017-09-261-1/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | Add mock random value generatorDan Finlay2017-09-261-0/+4
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'master' into AddBalanceControllerDan Finlay2017-09-262-1/+3
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| | * | | | | | | | | | | Make blockTracker an independent paramDan Finlay2017-09-262-3/+6
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'AddBalanceController' of github.com:MetaMask/metamask-plugin ↵Dan Finlay2017-09-265-9/+35
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into AddBalanceController
| | | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into AddBalanceControllerDan Finlay2017-09-265-9/+35
| | | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Implemented feedbackDan Finlay2017-09-263-20/+12
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Made some requested changesDan Finlay2017-09-261-7/+7
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #2174 from MetaMask/i2162-TokenPrecisionThomas Huang2017-09-272-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix token precision bug
| | * | | | | | | | | | | | | Fix token precision bugDan Finlay2017-09-272-1/+3
| | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Had fixed this before in the dependency, but hadn't merged in that version bump yet :( Fixes #2162
| | | | | * | | | | | | | | Remove keyring controller from projectDan Finlay2017-09-235-764/+3
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | Merge branch 'AddBalanceController' into BreakOutKeyringControllerDan Finlay2017-09-2314-68/+333
| | | | | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | Fix test referencesDan Finlay2017-09-232-3/+3
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Fix accont-tracker merge bugDan Finlay2017-09-231-0/+4
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Fix account-tracker referencesDan Finlay2017-09-233-13/+13
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Merge branch 'master' into AddBalanceControllerDan Finlay2017-09-2339-433/+434
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Fix computed-balances controller referenceDan Finlay2017-09-231-1/+1
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Refactor eth-store into account-trackerDan Finlay2017-09-234-16/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EthStore was only being used for tracking account balances and nonces now, so I removed its block-tracking duties, renamed it account-tracker, and removed it as a dependency from `KeyringController`, so that KRC can go live on without a hard dep on it.
| | | * | | | | | | | | | | | Remove dead code from eth-storeDan Finlay2017-09-231-43/+1
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Fix testDan Finlay2017-09-141-0/+5
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Merge branch 'master' into AddBalanceControllerDan Finlay2017-09-1414-166/+292
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Add computed balance to account detail viewDan Finlay2017-09-146-10/+20
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Use computed balance for tx confirmationDan Finlay2017-09-142-4/+6
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Got pending balance updating correctlyDan Finlay2017-09-143-81/+69
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Add state-labeled events to allow subscribing to any transaction's state changeDan Finlay2017-09-141-0/+1
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Some progressDan Finlay2017-09-134-1/+144
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Merge branch 'i1746-BalanceBasedOnPending' into AddBalanceControllerDan Finlay2017-09-122-0/+149
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | LintedDan Finlay2017-09-081-2/+1
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Improve test nameDan Finlay2017-09-081-1/+1
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Make tx calculations account for gas pricesDan Finlay2017-09-081-2/+8
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Add test for computing gas priceDan Finlay2017-09-081-0/+16
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Remove logsDan Finlay2017-09-082-13/+0
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Fix balance calc testDan Finlay2017-09-082-1/+3
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Add constructor commentDan Finlay2017-09-081-0/+5
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Fix valueFor testDan Finlay2017-09-082-11/+13
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Add basic test for valueForDan Finlay2017-09-082-7/+31
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | test not passingDan Finlay2017-09-082-4/+49
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Check balances in parallelDan Finlay2017-09-071-1/+8
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Add first passing balance calc testDan Finlay2017-09-072-7/+26
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Add test templateDan Finlay2017-09-071-0/+37
| | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | Allow metamaskController to define keyring typesDan Finlay2017-09-231-1/+1
| | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | Merge pull request #2180 from MetaMask/proxy-blockTrackerkumavis2017-09-274-22/+41
| | | | | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wrap block tracker in events proxy
| | | | | | | | | | * | | | | | | | network contoller - clean up unused codefrankiebee2017-09-271-6/+0
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | fix testfrankiebee2017-09-271-1/+1
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | listen for the blocke event on the block tracker instead of rawBlock on the ↵frankiebee2017-09-272-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | provider
| | | | | | | | | | * | | | | | | | wrap block tracker in events proxyfrankiebee2017-09-273-14/+40
| | | | | | | | | |/ / / / / / / /
| | | | | | | | | * | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-09-232-0/+66
| | | | | | | | | |\ \ \ \ \ \ \ \ | | | | | | | |_|_|/ / / / / / / / | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | filter-fixes-moar
| | | | | | | | | * | | | | | | | deps - bump filter deps and add random missing depskumavis2017-09-231-2/+4
| | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | metamask - use provider-engines block trackerkumavis2017-09-231-1/+1
| | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | deps - bump provider engine for block trackerkumavis2017-09-231-1/+1
| | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | deps - bump eth-block-trackerkumavis2017-09-231-0/+1
| | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | bug - fix event emitter mem leak warningkumavis2017-09-221-3/+8
| | | | | | | | | | |_|_|_|_|_|/ | | | | | | | | | |/| | | | | |
| | | | | | | | | | | | | * | | Add AUD, HKD, SGD, IDR, PHP to currency conversion listtmashuang2017-09-282-0/+57
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | Remove old conversion list.Kevin Serrano2017-09-271-207/+0
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | Polish names on currency list.Kevin Serrano2017-09-271-7/+7
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | Account for undefined currencies.Kevin Serrano2017-09-271-1/+2
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | Modify tests for new API.Kevin Serrano2017-09-271-10/+10
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | Merge branch 'master' into new-currency-testKevin Serrano2017-09-278-8/+101
| | | | | | | | | | | | | |\ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #2170 from MetaMask/greenkeeper/sinon-4.0.0kumavis2017-09-271-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | Update sinon to the latest version 🚀
| | * | | | | | | | | | | | | | chore(package): update sinon to version 4.0.0greenkeeper[bot]2017-09-261-1/+1
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge pull request #2143 from MetaMask/Version-3.10.3kumavis2017-09-262-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | Version 3.10.3
| | * | | | | | | | | | | | | Version 3.10.3Dan Finlay2017-09-222-1/+3
| | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #2145 from MetaMask/ConfigurableEncryptionkumavis2017-09-265-11/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / | |/| | | | | / / / / / / / | | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | | Configurable encryption
| | * | | | | | | | | | | Define encryptor in constructor params instead of platform objectDan Finlay2017-09-232-5/+11
| | | | | | | | | | | | |
| | * | | | | | | | | | | Patch security updateDan Finlay2017-09-231-1/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | Add platform docs including encryptor paramDan Finlay2017-09-221-4/+25
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'master' into ConfigurableEncryptionDan Finlay2017-09-223-1/+67
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #2104 from MetaMask/AddPlatformGuidekumavis2017-09-222-0/+66
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | Add guide to porting to new platforms
| | * | | | | | | | | | | Add guide to porting to new platformsDan Finlay2017-09-152-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new guide to porting MetaMask to new platforms. Intended for all those devs asking us how to make a mobile MetaMask.
| | | * | | | | | | | | | Allow custom encryptor to be passed to MetaMaskController and ↵Dan Finlay2017-09-223-6/+4
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KeyringControllers.