aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | |
* | | | | 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.
* | | | | Merge pull request #2129 from MetaMask/json-rpc-engine-bumpv3.10.3Frankie2017-09-202-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Json rpc engine bump
| * | | | | changelog - add note on filter fixeskumavis2017-09-201-0/+1
| | | | | |
| * | | | | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2017-09-2026-262/+191
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | json-rpc-engine-bump
* | | | | | Merge pull request #2126 from MetaMask/v3.10.2-1Frankie2017-09-202-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | v3.10.2
| * | | | | | v3.10.2 - changelogkumavis2017-09-191-0/+4
| | | | | | | | | | | | | | | | | | | | | add changelog
| * | | | | | v3.10.2kumavis2017-09-191-1/+1
|/ / / / / / | | | | | | | | | | | | published `v3.10.2` as an emergency rollback to `v3.10.0`
* | | | | | Merge pull request #2121 from MetaMask/i2115-DoNotFailOnRetriesv3.10.2Frankie2017-09-192-3/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Do not mark a retry tx failed that has been broadcast successfully
| * | | | | | Bump changelogDan Finlay2017-09-191-0/+2
| | | | | | |
| * | | | | | Do not mark a retry tx failed that has been broadcast successfullyDan Finlay2017-09-191-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2115 If a tx has been braodcast, the only failures we should accept are: - Never mined - On chain failure We had a section of code that would mark a tx failed during any unknown error during a retry. Now no retry > 1 will ever mark a tx failed, since it has been broadcast, and may be mined.
* | | | | | | Merge pull request #2119 from MetaMask/mascara-tests2Frankie2017-09-191-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tests - integration - re-add mascara to normal run
| * | | | | | | tests - integration - re-add mascara to normal runkumavis2017-09-191-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #2118 from MetaMask/mascara-testskumavis2017-09-191-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | test - integration - bump timeout
| * | | | | | | test - integration - bump timeoutkumavis2017-09-191-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #2098 from MetaMask/mascara-testsFrankie2017-09-1917-229/+114
|\| | | | | | | | |/ / / / / / |/| | | | | | Integration test suite improvements
| * | | | | | tests - integration - remove failing mascara integration tests from normal ↵kumavis2017-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | run until fixed
| * | | | | | tests - mascara - increase timeout before test startskumavis2017-09-161-1/+1
| | | | | | |
| * | | | | | test - mascara - move skip reload test flagkumavis2017-09-162-1/+1
| | | | | | |
| * | | | | | mascara - proxy - small cleanupkumavis2017-09-161-2/+1
| | | | | | |
| * | | | | | tests - integration - add mascara to integration test runkumavis2017-09-161-1/+1
| | | | | | |
| * | | | | | tests - integration - mascara - small cleanup and timeout adjustmentskumavis2017-09-162-9/+5
| | | | | | |
| * | | | | | set time if platform is mascarafrankiebee2017-09-162-2/+5
| | | | | | |
| * | | | | | remove testem filesfrankiebee2017-09-163-35/+1
| | | | | | |
| * | | | | | dont reload on initial download and wait before passing sw to uifrankiebee2017-09-163-18/+28
| | | | | | |
| * | | | | | tests - integration - get flat and mascara tests closer to compatiblekumavis2017-09-149-142/+18
| | | | | | |
| * | | | | | tests - refactor and rename npm scriptskumavis2017-09-143-24/+25
| | | | | | |
| * | | | | | tests - mascara - move temp build files into dist/mascarakumavis2017-09-142-10/+10
| | | | | | |
| * | | | | | tests - start migrating mascara tests to karmakumavis2017-09-148-17/+50
| | | | | | |
| * | | | | | tests - break out coveralls npm scriptkumavis2017-09-141-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2117 from MetaMask/Version-3.10.1kumavis2017-09-192-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Version 3.10.1
| * | | | | | Version 3.10.1v3.10.1Dan Finlay2017-09-192-1/+3
|/ / / / / /
* | | | | | Merge pull request #2075 from MetaMask/mixed-caseDan Finlay2017-09-193-0/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Specific error for send screen: address checksum fails
| * \ \ \ \ \ Merge branch 'master' into mixed-caseDan Finlay2017-09-1914-196/+218
| |\ \ \ \ \ \
| * | | | | | | Check if all lower or upper before doing checksum.Kevin Serrano2017-09-131-1/+1
| | | | | | | |
| * | | | | | | Changelogaroo.Kevin Serrano2017-09-131-0/+1
| | | | | | | |
| * | | | | | | Add specific error message for failed address checksum.Kevin Serrano2017-09-132-0/+12
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #2080 from MetaMask/fix-tooltipDan Finlay2017-09-194-3/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Fix position of tooltip to avoid overflow cutoff
| * | | | | | Merge branch 'master' into fix-tooltipDan Finlay2017-09-1913-195/+216
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #2093 from MetaMask/max-validationDan Finlay2017-09-192-25/+41
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | High GasLimit Validation Warning
| * | | | | | | Haha silly me, only when gas is estimated and not explicit.Kevin Serrano2017-09-141-1/+1
| | | | | | | |
| * | | | | | | Bump changelog.Kevin Serrano2017-09-141-0/+1
| | | | | | | |
| * | | | | | | Lower warning threshold for high tx fee to account for fluctuating ↵Kevin Serrano2017-09-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | blockGasLimits
| * | | | | | | Add warning of higher failure risk since app proposed gasLimit.Kevin Serrano2017-09-141-25/+39
| | |_|/ / / / | |/| | | | |
| | * | | | | changelog.Kevin Serrano2017-09-131-0/+1
| | | | | | |
| | * | | | | fixed position of tooltips to avoid overflow.Kevin Serrano2017-09-133-3/+3
| |/ / / / /
| | | * | | deps - bump json-rpc-middleware-streamkumavis2017-09-201-1/+1
| | | | | |
| | | * | | deps - bump json-rpc-enginekumavis2017-09-201-2/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #2070 from MetaMask/filter-leak-fix3Dan Finlay2017-09-1512-170/+175
|\ \ \ \ \ | |/ / / / |/| | | | Memory leak fixes - stream and filter life cycles
| * | | | Merge branch 'filter-leak-fix3' of github.com:MetaMask/metamask-extension ↵kumavis2017-09-142-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into filter-leak-fix3
| | * \ \ \ Merge branch 'master' into filter-leak-fix3kumavis2017-09-142-1/+2
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | Merge pull request #2079 from MetaMask/FixSupportLinkKevin Serrano2017-09-132-1/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Fix support link
| * | | | | Bump changelogDan Finlay2017-09-131-0/+1
| | | | | |
| * | | | | Fix support linkDan Finlay2017-09-131-1/+1
|/ / / / /
| * / / / createOriginMiddleware - fix var namekumavis2017-09-141-1/+1
| |/ / /
| * | | changelog - add note of filter memory leak fixkumavis2017-09-141-0/+1
| | | |
| * | | metamask controller - destroy filter polyfill on disconnectkumavis2017-09-141-4/+10
| | | |
| * | | metamask controller - move middleware into seperate fileskumavis2017-09-145-35/+45
| | | |
| * | | debug - prefer logger over consolekumavis2017-09-142-9/+9
| | | |
| * | | metamask cont - standardize multiplex stream namingkumavis2017-09-141-8/+8
| | | |
| * | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-09-1318-182/+339
| |\ \ \ | |/ / / |/| | | | | | | filter-leak-fix3
* | | | Merge pull request #2073 from MetaMask/greenkeeper/babel-eslint-8.0.0kumavis2017-09-131-1/+1
|\ \ \ \ | | | | | | | | | | Update babel-eslint to the latest version 🚀
| * | | | chore(package): update babel-eslint to version 8.0.0greenkeeper[bot]2017-09-121-1/+1
| | | | |
* | | | | Merge pull request #2074 from MetaMask/export-state-logskumavis2017-09-132-3/+5
|\ \ \ \ \ | | | | | | | | | | | | Export state logs instead of copying to clipboard
| * | | | | Add to changelog.Kevin Serrano2017-09-131-0/+1
| | | | | |
| * | | | | Convert state logs into a download.Kevin Serrano2017-09-131-3/+4
| | | | | |
* | | | | | Merge pull request #2069 from MetaMask/integration-tests-fix2Thomas Huang2017-09-138-80/+172
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Integration test improvements
| * | | | | ci - remove old testem configkumavis2017-09-121-9/+0
| | | | | |
| * | | | | tests - integration - fix bad cherry-pickkumavis2017-09-121-16/+7
| | | | | |
| * | | | | test - integration - drop testem for karmakumavis2017-09-125-56/+150
| | | | | |
| * | | | | test - integration - remove redundant testem scriptskumavis2017-09-122-2/+0
| | | | | |
| * | | | | test - integration - build - manually exit from test builder + add bundle ↵kumavis2017-09-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | destination log
| * | | | | ci - dont attempt to submit coveralls if not configuredkumavis2017-09-121-1/+1
| | | | | |
| * | | | | test - integration - build - use pump + log bundling informationkumavis2017-09-121-6/+12
| | | | | |
| * | | | | ci - deps - download latest chrome and firefoxkumavis2017-09-121-1/+12
| |/ / / /
* | | | | Merge pull request #2072 from MetaMask/kumavis-patch-2Kevin Serrano2017-09-121-0/+0
|\ \ \ \ \ | |/ / / / |/| | | | Rename add-to-firef.md to add-to-firefox.md
| * | | | Rename add-to-firef.md to add-to-firefox.mdkumavis2017-09-121-0/+0
|/ / / / | | | | | | | | This fixes the "How to add custom build to Firefox" link in the "README.md" on the root
* | | | Merge pull request #2068 from MetaMask/export-as-fileDan Finlay2017-09-124-9/+48
|\ \ \ \ | | | | | | | | | | Allow exporting seed words and private keys as files
| * | | | Fix typo.Kevin Serrano2017-09-121-2/+2
| | | | |
| * | | | Change the changelogKevin Serrano2017-09-121-0/+3
| | | | |
| * | | | Add ability to save seed words as file.Kevin Serrano2017-09-121-0/+10
| | | | |
| * | | | Add some styling.Kevin Serrano2017-09-121-0/+3
| | | | |
| * | | | Move function as util function.Kevin Serrano2017-09-122-16/+18
| | | | |
| * | | | Basic private key download file functionality.Kevin Serrano2017-09-121-9/+30
| | |/ / | |/| |
* | | | Merge pull request #2067 from MetaMask/integration-tests-fixDan Finlay2017-09-121-94/+87
|\ \ \ \ | |/ / / |/| | | test - integration - use async fn for error catching
| * | | test - integration - use async fn for error catchingkumavis2017-09-121-94/+87
| | | |
* | | | Merge pull request #2065 from MetaMask/Version-3.10.0Kevin Serrano2017-09-122-1/+4
|\ \ \ \ | |/ / / |/| | | Version 3.10.0
| * | | Version 3.10.0v3.10.0Dan Finlay2017-09-122-1/+4
|/ / /
* | | Merge pull request #2045 from MetaMask/rejectallunapprovedDan Finlay2017-09-124-15/+43
|\ \ \ | | | | | | | | Feature - Reject all unapproved transactions button (MM Submission: feat. @davidp94)
| * | | Show reject all only when tx count is > 1Kevin Serrano2017-09-122-2/+6
| | | |
| * | | Remove markdown from changelog.Kevin Serrano2017-09-121-1/+1
| | | |
| * | | Merge github.com:MetaMask/metamask-extension into rejectallunapprovedKevin Serrano2017-09-128-43/+90
| |\ \ \ | |/ / / |/| | |
| * | | Changelog and attribution.Kevin Serrano2017-09-081-0/+1
| | | |
| * | | Convert icon to button.Kevin Serrano2017-09-082-12/+18
| | | |
| * | | Fold submit and buy ether into one button slotKevin Serrano2017-09-081-15/+9
| | | |
| * | | Merge branch 'master' of github.com:davidp94/metamask-extension into ↵Kevin Serrano2017-09-082-0/+23
| |\ \ \ | | | | | | | | | | | | | | | rejectallunapproved
| | * | | fix goHomedavidp942017-08-151-2/+6
| | | | |
| | * | | remove unused action typedavidp942017-08-151-1/+0
| | | | |
| | * | | cancel all txsDavidNinja2017-08-152-0/+20
| | | | |
| | | * | contentscript - fix obj-multiplex instantiation and use pump for streamskumavis2017-09-121-12/+33
| | | | |
| | | * | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-09-125-19/+28
| | | |\ \ | |_|_|/ / |/| | | | | | | | | filter-leak-fix
* | | | | Merge pull request #2051 from MetaMask/ci-speedupDan Finlay2017-09-121-4/+0
|\ \ \ \ \ | | | | | | | | | | | | ci - dont need global install of test utils
| * | | | | ci - dont need global install of test utilskumavis2017-09-081-4/+0
| | | | | |
* | | | | | Merge pull request #2049 from MetaMask/i1938-removecryptopermissionsKevin Serrano2017-09-112-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove cryptonator from chrome manifest file
| * | | | | | Merge branch 'master' into i1938-removecryptopermissionskumavis2017-09-082-6/+27
| |\| | | | |
| * | | | | | Add to changelog.Kevin Serrano2017-09-081-0/+1
| | | | | | |
| * | | | | | Remove cryptonator from chrome permissions.Kevin Serrano2017-09-081-3/+2
| | | | | | |
* | | | | | | Merge pull request #2047 from MetaMask/i1997-networkindicateThomas Huang2017-09-091-3/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add caret to dropdown network selector
| * | | | | | | Add cursor on hover on loading. Change some wording.Kevin Serrano2017-09-081-3/+3
| | | | | | | |
| * | | | | | | Add caret to indicate network is dropdown.Kevin Serrano2017-09-081-0/+5
| | | | | | | |
* | | | | | | | Merge pull request #2057 from MetaMask/Version-3.9.13kumavis2017-09-093-26/+32
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Version 3.9.13
| * | | | | | | Version 3.9.13v3.9.13Dan Finlay2017-09-092-1/+5
| | | | | | | |
| * | | | | | | inpage provider - define sendAsync on the prototypekumavis2017-09-091-25/+27
| | | | | | | |
| | | | | | * | inpage - use obj-multiplex modulekumavis2017-09-081-6/+6
| | | | | | | |
| | | | | | * | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-09-0823-56/+193
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | filter-leak-fix
* | | | | | | | Merge pull request #2048 from MetaMask/i1984-tokenvalidationsDan Finlay2017-09-082-6/+27
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Add Token Validations and Info
| * | | | | | | Fix typo.Kevin Serrano2017-09-081-1/+1
| | | | | | | |
| * | | | | | | Fix link to open new tab.Kevin Serrano2017-09-081-0/+1
| | | | | | | |
| * | | | | | | Bump changelog.Kevin Serrano2017-09-081-0/+2
| | | | | | | |
| * | | | | | | Add front-end validation for own adddresses as a token contract address. Add ↵Kevin Serrano2017-09-081-6/+24
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | information on token contract addresses.
* | | | | | | Merge pull request #2046 from MetaMask/RewordSeedRestoreKevin Serrano2017-09-081-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Reword forgot password to restore seed phrase
| * | | | | | Reword forgot password to restore seed phraseDan Finlay2017-09-081-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | This always confuses people, I just finally did it.
* | | | | | Merge pull request #1987 from MetaMask/CheckFaq67Kevin Serrano2017-09-081-0/+19
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add test for trying to reproduce faq#67
| * | | | | Add test for trying to reproduce faq#67Dan Finlay2017-08-301-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | Failed to reproduce this issue with the same inputs.
* | | | | | Merge pull request #1893 from MetaMask/readd-looseThomas Huang2017-09-086-5/+30
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Re-add loose label onto accounts.
| * | | | | Place object property retrieval inside try-catchKevin Serrano2017-09-081-2/+3
| | | | | |
| * | | | | Change expected type to array.Kevin Serrano2017-09-081-1/+1
| | | | | |
| * | | | | Changelog bumpKevin Serrano2017-09-071-0/+1
| | | | | |
| * | | | | Merge branch 'master' into readd-looseKevin Serrano2017-09-075-7/+11
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #2033 from MetaMask/Version-3.9.12kumavis2017-09-072-1/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | Version 3.9.12
| * | | | | Version 3.9.12v3.9.12Dan Finlay2017-09-072-1/+4
|/ / / / /
* | | | | Merge pull request #2017 from MetaMask/DevEnviornmentkumavis2017-09-072-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Update redux middleware imports
| * | | | | Update mock-store dependencytmashuang2017-09-071-2/+2
| | | | | |
| * | | | | Update development storetmashuang2017-09-051-2/+2
| | | | | |
* | | | | | Merge pull request #2023 from MetaMask/web3-1.0-fixDan Finlay2017-09-071-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | inpage - bug fix
| * | | | | | inpage - bug fixkumavis2017-09-061-2/+3
|/ / / / / / | | | | | | | | | | | | prevents mutation of original message object which causes problems with web3 1.0
| | * | | | Properly update keyring state on new account addition.Kevin Serrano2017-09-071-1/+2
| | | | | |
| | * | | | Merge branch 'master' into readd-looseKevin Serrano2017-09-063-3/+16
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | Merge pull request #2019 from MetaMask/i2016-ImproveSignDeprecationWarningKevin Serrano2017-09-062-2/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make eth_sign deprecation warning more useful
| * | | | | | Make eth_sign deprecation warning more usefulDan Finlay2017-09-062-2/+14
| |/ / / / / | | | | | | | | | | | | | | | | | | Link to descriptive article that demonstrates the new preferred method.
* | | | | | Merge pull request #2018 from MetaMask/i2014-BetterWeb3DeprecationWarningKevin Serrano2017-09-062-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Make web3 deprecation notice more useful
| * | | | | Make web3 deprecation notice more usefulDan Finlay2017-09-062-1/+2
|/ / / / / | | | | | | | | | | | | | | | Linking to a descriptive & precriptive article on a path forward.
| * | | | Resolve merge conflict from masterKevin Serrano2017-09-0632-270/+3791
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2008 from MetaMask/mascara-fixkumavis2017-09-022-4/+4
|\ \ \ \ \ | | | | | | | | | | | | mascara - fix iframe stream constructor
| * | | | | mascara - fix iframe stream constructorkumavis2017-09-022-4/+4
| | | | | |
* | | | | | Merge pull request #1897 from MetaMask/greenkeeper/sinon-3.2.0Thomas Huang2017-09-021-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Update sinon to the latest version 🚀
| * | | | | chore(package): update sinon to version 3.2.0greenkeeper[bot]2017-08-101-1/+1
| | | | | |
* | | | | | Merge pull request #2007 from MetaMask/i2005-HttpsLinjsKevin Serrano2017-09-023-6/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use HTTPS links when available
| * | | | | | Bump changelogDan Finlay2017-09-021-0/+2
| | | | | | |
| * | | | | | Update etherscan links to httpsDan Finlay2017-09-021-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2005
| * | | | | | Update support linkDan Finlay2017-09-021-1/+1
|/ / / / / /
* | | | | | Merge pull request #1988 from MetaMask/i1986-AddVersionToStateLogsKevin Serrano2017-08-302-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add version to state logs
| * \ \ \ \ \ Merge branch 'master' into i1986-AddVersionToStateLogsKevin Serrano2017-08-302-1/+2
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #1992 from MetaMask/MultipleTokensTextKevin Serrano2017-08-302-1/+2
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Multiple tokens shows the amount when greater than 1
| * | | | | | Update changelogThomas Huang2017-08-301-0/+1
| | | | | | |
| * | | | | | Multiple tokens shows the amount when greater than 1Thomas Huang2017-08-301-1/+1
|/ / / / / /
| * / / / / Add version to state logsDan Finlay2017-08-302-1/+5
|/ / / / / | | | | | | | | | | | | | | | Fixes #1986
* | | | | Merge pull request #1985 from MetaMask/i1974-EnsureDeepCloneHistorykumavis2017-08-291-0/+26
|\ \ \ \ \ | | | | | | | | | | | | Add some tests to tx-state-history-helper
| * | | | | Add some tests to tx-state-history-helperDan Finlay2017-08-291-0/+26
| | | | | |
* | | | | | Merge pull request #1965 from MetaMask/inpage-provider-fixesKevin Serrano2017-08-293-22/+47
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Various Inpage fixes
| * | | | | Merge branch 'master' into inpage-provider-fixeskumavis2017-08-298-41/+189
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | inpage - add changelog notekumavis2017-08-291-0/+3
| | | | | |
| * | | | | inpage - lint fixkumavis2017-08-291-1/+1
| | | | | |
| * | | | | inpage provider - autoreload - improve readabilitykumavis2017-08-241-15/+32
| | | | | |
| * | | | | inpage provider - only warn web3 usage once per sessionkumavis2017-08-241-6/+11
| | | | | |
| * | | | | inpage provider - sync rpc - default to null valueskumavis2017-08-241-3/+3
| | | | | |
| | | * | | Readd loose label onto accounts.Kevin Serrano2017-08-104-4/+26
| | | | | |
| | | | | * lint - remove dead codekumavis2017-09-081-1/+0
| | | | | |
| | | | | * deps - bump jsonrpc filters for log filter formate fixkumavis2017-09-081-1/+1
| | | | | |
| | | | | * metamask - add jsonrpc filter middleware on per-connection enginekumavis2017-09-081-2/+8
| | | | | |
| | | | | * inpage - distinguish pump vs pipekumavis2017-09-081-4/+4
| | | | | |
| | | | | * streams - use pump and published obj-multiplexkumavis2017-09-085-81/+44
| | | | | |
| | | | | * inpage - add idRemapMiddlewarekumavis2017-09-082-1/+4
| | | | | |
| | | | | * inpage - use json-rpc-engine for inpage-providerkumavis2017-08-253-46/+43
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #1977 from MetaMask/Version-3.9.11Dan Finlay2017-08-242-1/+3
|\ \ \ \ \ | | | | | | | | | | | | Version 3.9.11
| * | | | | Version 3.9.11v3.9.11Dan Finlay2017-08-242-1/+3
|/ / / / /
* | | | | Merge pull request #1973 from MetaMask/hotfix-migration019kumavis2017-08-243-1/+85
|\ \ \ \ \ | | | | | | | | | | | | hotfix - fail submitted txs whos nonce is out of bound
| * | | | | fall back to `latest` if blockNumber is nullfrankiebee2017-08-241-1/+1
| | | | | |
| * | | | | Make method return a numberDan Finlay2017-08-241-1/+1
| | | | | |
| * | | | | Only cancel pending txs with non continuously high noncesDan Finlay2017-08-241-1/+24
| | | | | |
| * | | | | fix descriptionfrankiebee2017-08-241-2/+2
| | | | | |
| * | | | | hotfix - fail submitted txs whos nonce is out of boundfrankiebee2017-08-242-0/+61
| | | | | |
* | | | | | Merge pull request #1971 from MetaMask/SetMaxRetryLimitkumavis2017-08-243-2/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Set max retry limit
| * | | | | Bump changelogDan Finlay2017-08-241-0/+1
| | | | | |
| * | | | | Fail transactions after a day of retriesDan Finlay2017-08-242-2/+12
|/ / / / /
* | | | | Merge pull request #1969 from MetaMask/i1966-IgnoreInvalidPendingNoncesDan Finlay2017-08-243-38/+89
|\ \ \ \ \ | |/ / / / |/| | | | I1966 ignore invalid pending nonces
| * | | | Bump changelogDan Finlay2017-08-241-0/+2
| | | | |
| * | | | Enforce nonces as type stringDan Finlay2017-08-241-2/+10
| | | | |
| * | | | Use toNumber methodDan Finlay2017-08-241-2/+1
| | | | |
| * | | | Fix network nonce parsingDan Finlay2017-08-241-4/+11
| | | | |
| * | | | Corrected test constraintsDan Finlay2017-08-241-2/+2
| | | | |
| * | | | Add mysterious failing testDan Finlay2017-08-241-0/+20
| | | | |
| * | | | Pass nonce testsDan Finlay2017-08-242-12/+11
| | | | |
| * | | | Got all tests but one passingDan Finlay2017-08-241-0/+1
| | | | |
| * | | | Fix new test, break an older maybe wrong oneDan Finlay2017-08-242-29/+27
| | | | |
| * | | | LintedDan Finlay2017-08-241-1/+0
| | | | |
| * | | | Add failing test for newly identified error stateDan Finlay2017-08-241-0/+17
| | | | | | | | | | | | | | | | | | | | Reproduces #1966
| * | | | Simplify nonce calculationDan Finlay2017-08-241-4/+5
|/ / / /
* | | | Merge pull request #1963 from MetaMask/Version-3.9.10v3.9.10Dan Finlay2017-08-242-1/+3
|\ \ \ \ | | | | | | | | | | Version 3.9.10
| * | | | Version 3.9.10Dan Finlay2017-08-242-1/+3
|/ / / /
* | | | Merge pull request #1945 from MetaMask/useLocalNonceDan Finlay2017-08-245-58/+255
|\ \ \ \ | | | | | | | | | | Use local nonce
| * \ \ \ Merge branch 'master' into useLocalNonceDan Finlay2017-08-242-10/+2
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1960 from MetaMask/RemoveTxVizKevin Serrano2017-08-242-10/+3
|\ \ \ \ \ | | | | | | | | | | | | Remove eth-tx-viz link from tx history icons
| * | | | | Remove eth-tx-viz link from tx history iconsDan Finlay2017-08-242-10/+3
|/ / / / /
| * | | | Bump changelogDan Finlay2017-08-241-0/+2
| | | | |
| * | | | Merge branch 'master' into useLocalNonceDan Finlay2017-08-2410-27/+3214
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1946 from MetaMask/Version-3.9.9Thomas Huang2017-08-192-2/+3
|\ \ \ \ \ | | | | | | | | | | | | Version 3.9.9
| * | | | | Version 3.9.9v3.9.9Dan Finlay2017-08-192-2/+3
|/ / / / /
* | | | | Merge pull request #1914 from MetaMask/history-diffDan Finlay2017-08-198-26/+3211
|\ \ \ \ \ | | | | | | | | | | | | Move Tx State History to diff-based format
| * | | | | clean - remove unused test datakumavis2017-08-151-13634/+0
| | | | | |
| * | | | | migration 18 - activatekumavis2017-08-151-0/+1
| | | | | |
| * | | | | migration 18 - fix an oopskumavis2017-08-151-1/+1
| | | | | |
| * | | | | tx controller - test - fix typo from moved testkumavis2017-08-151-3/+3
| | | | | |
| * | | | | tx controller - tx state history various small fixeskumavis2017-08-155-4/+13637
| | | | | |
| * | | | | tx controller - test - test tx state history in updateTxkumavis2017-08-151-6/+18
| | | | | |