aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Move e2e tests out of beta dir (#6785)Whymarrh Whitby2019-07-031-7/+7
|
* Update eth-contract-metadata to use published registry version (#6784)Whymarrh Whitby2019-07-031-2/+2
|
* Update asmcrypto.js to latest version (#6767)Mark Stacey2019-07-031-1/+1
| | | | | | | | | | | | This silences a warning message that was printed to the console whenever this module was loaded during tests. The API changes between these two versions were reviewed carefully for differences. The only difference made was to `PBKDF2_HMAC_SHA256.bytes`, which was replaced by `Pbkdf2HmacSha256`. The length argument no longer has a default value, so it has been set to match what the default value was in the previous version we used, which is 32 (the SHA256 hash size).
* Move Browserify transforms to gulpfile (#6768)Mark Stacey2019-07-021-7/+1
| | | | | | | | | | | | The flat tests also rely upon these transformations, yet invoke browserify from the command line rather than using the gulpfile. The transformations have been specified on the command line for those instead. Of course it's not ideal to have the same transformations listed in two different places, but the plan is to delete the flat tests soon anyway, so this should suffice until then. Closes #4538
* Generate complete source maps (#6756)Mark Stacey2019-06-271-1/+0
| | | | | | | | | | | | | The source maps generated previously were mapping the bundled files to the post-Babel files - they weren't showing mapping to the source files as written. It looks like this was a result of `reactify` being used in addition to babel - that transformation must have dropped the source maps. `reactify` still needs to be listed as a dependency because it is an unlisted requirement of the `boron` package, which we use. We don't need to use it to create our bundles though, as Babel already performs the transformations we need.
* Merge pull request #6736 from whymarrh/unused-depsWhymarrh Whitby2019-06-251-22/+1
|\ | | | | Remove unused dependencies
| * Uninstall unused jshint-stylishWhymarrh Whitby2019-06-211-1/+0
| |
| * Uninstall unused promptWhymarrh Whitby2019-06-211-1/+0
| |
| * Sort deps correctlyWhymarrh Whitby2019-06-211-1/+1
| |
| * Uninstall unused react-addons-test-utils & react-testutils-additionsWhymarrh Whitby2019-06-211-2/+0
| |
| * Uninstall unused sandwich-expando, semaphore, semver, & shallow-copyWhymarrh Whitby2019-06-211-4/+0
| |
| * Uninstall unused react-markdown dependencyWhymarrh Whitby2019-06-211-1/+0
| |
| * Uninstall unused pumpifyWhymarrh Whitby2019-06-211-1/+0
| |
| * Uninstall unused pojo-migratorWhymarrh Whitby2019-06-211-1/+0
| |
| * Uninstall unused multiplexWhymarrh Whitby2019-06-211-1/+0
| |
| * Uninstall unused fast-levenshteinWhymarrh Whitby2019-06-211-1/+0
| |
| * Uninstall unused lodash.uniqbyWhymarrh Whitby2019-06-211-1/+0
| |
| * Uninstall unused eth-hd-keyringWhymarrh Whitby2019-06-211-1/+0
| |
| * Uninstall unused lodash.memoizeWhymarrh Whitby2019-06-211-1/+0
| |
| * Uninstall unused hatWhymarrh Whitby2019-06-211-1/+0
| |
| * Uninstall unused identicon.jsWhymarrh Whitby2019-06-211-1/+0
| |
| * Uninstall unused extension-link-enablerWhymarrh Whitby2019-06-211-1/+0
| |
| * Uninstall unused eth-bin-to-opsWhymarrh Whitby2019-06-211-1/+0
| |
| * Uninstall unused ensnareWhymarrh Whitby2019-06-211-1/+0
| |
* | Fix 'watch' npm scriptMark Stacey2019-06-251-1/+1
|/ | | | | | | | | | | | | The `watch` npm script did not work - it must have gone unused for some time. The following changes were required for it to work: * Use the `--watch` flag, rather than the `watch` command (which appears to not exist) * Set the `METAMASK_ENV` environment variable to "test" * Include the tests in the `ui` directory * require the `test/setup.js` file before running the tests The reporter was also changed to `min`, which is generally recommended for use with the `--watch` flag.
* 4byte fallback (#6551)Whymarrh Whitby2019-06-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds 4byte registry fallback to getMethodData() (#6435) * Adds fetchWithCache to guard against unnecessary API calls * Add custom fetch wrapper with abort on timeout * Use opts and cacheRefreshTime in fetch-with-cache util * Use custom fetch wrapper with timeout for fetch-with-cache * Improve contract method data fetching (#6623) * Remove async call from getTransactionActionKey() * Stop blocking confirm screen rendering on method data loading, and base screen route on transactionCategory * Remove use of withMethodData, fix use of knownMethodData, in relation to transaction-list-item.component * Load data contract method data progressively, making it non-blocking; requires simplifying conf-tx-base lifecycle logic. * Allow editing of gas price while loading on the confirm screen. * Fix transactionAction component and its unit tests. * Fix confirm transaction components for cases of route transitions within metamask. * Only call toString on id if truthy in getNavigateTxData() * Fix knownMethodData retrieval and data fetching from fourbyte
* pin ethereumjs-tx (#6706)Thomas Huang2019-06-111-1/+1
|
* Successful `npm audit' with all required pkgsWhymarrh Whitby2019-06-071-0/+1
|
* npm audit: Works with gaba but w/o ganache-coreWhymarrh Whitby2019-06-071-1/+1
|
* npm audit: Break karma, 1 less low, 1 less highWhymarrh Whitby2019-06-071-1/+1
|
* npm audit: Use eth-json-rpc-infura@3Whymarrh Whitby2019-06-071-1/+1
|
* Move eth-json-rpc-middleware into prod dependenciesWhymarrh Whitby2019-06-071-1/+1
|
* Break Storybook-related pkgs to reduce listed vulnerabilitiesWhymarrh Whitby2019-06-071-3/+3
|
* npm audit fixWhymarrh Whitby2019-06-071-11/+11
|
* npm audit: Works with eth-trezor-keyringWhymarrh Whitby2019-06-071-0/+1
|
* npm audit: Works with eth-ledger-bridge-keyringWhymarrh Whitby2019-06-071-0/+1
|
* npm audit: Works with eth-json-rpc-middlewareWhymarrh Whitby2019-06-071-0/+1
|
* npm audit: Works with eth-json-rpc-filtersWhymarrh Whitby2019-06-071-0/+1
|
* npm audit: Works with eth-json-rpc-infuraWhymarrh Whitby2019-06-071-0/+1
|
* Add ethereumjs-tx dependency backWhymarrh Whitby2019-06-071-0/+1
|
* Successful `npm audit' run w/o some packagesWhymarrh Whitby2019-06-071-7/+0
| | | | | | | | | | | | | | | The following packages have been removed as I work to figure out what is causing npm audit to produce errors: eth-json-rpc-filters eth-json-rpc-infura eth-json-rpc-middleware eth-ledger-bridge-keyring eth-trezor-keyring ethereumjs-tx gaba These packages will slowly be added back in forthcoming commits.
* feature: integrate gaba/CurrencyRateController (#6570)Paul Bouchon2019-06-011-1/+1
|
* mergepldespaigne2019-05-311-5/+12
|\
| * transactions/deps - use broken out nonce-tracker module (#6555)Frankie2019-05-211-0/+1
| |
| * feature: integrate gaba/PhishingControllerbitpshr2019-05-091-1/+1
| |
| * Auto logout after specific time (#6558)Chi Kei Chan2019-05-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add i18n strings * Finish Auto timeout * Fix linter * Fix copies * Add unit test to Advanced Tab component * Add back actions and container * Add basic test to ensure container completeness * No zero, fix linters * restrict negative in input
| * Bump eth-json-rpc-filters and eth-contract-metadataThomas2019-05-091-2/+2
| |
| * Allow dragging seed phrase during Confirm Seed Phrase (#6557)Chi Kei Chan2019-05-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add basic drag and drop functionality * Refactor seed phrase data structure * Insert to list when drop * Save before refactor * Finish DND * Fix linter * update package-lock.json * Address styling feedbacks * Add box shadow on hover * Finish adding unit tests * Remove describe.only
| * Adds NPM scripts for running a dapp, and dapp + chain, locally. (#6565)Dan J Miller2019-05-061-0/+2
| |
| * Refactor ProviderApprovalController to use rpc and publicConfigStore (#6410)kumavis2019-05-041-1/+0
| | | | | | | | | | | | | | | | | | | | * Ensure home screen does not render if there are unapproved txs (#6501) * Ensure that the confirm screen renders before the home screen if there are unapproved txs. * Only render confirm screen before home screen on mount. * inpage - revert _metamask api to isEnabled isApproved isUnlocked
| * Update to eth-method-registry@1.2.0 (#6403)Dan J Miller2019-04-181-1/+1
| |
| * Adds e2e test for most web3 methods that dapps use (#6160)Sneh Koul2019-04-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * schema added * ui for the dapp added and schema.js changed according to the comments in PR * added tests for all web3 methods * Update run-all.sh * Update web3.spec.js to work with new onboarding flow * changes made according to the comments * Create stand alone script for web3 e2e tests. * Lint fixes for web3 e2e tests.
| * bump contract metadataEsteban Mino2019-04-131-1/+1
| |
| * pin eth-contract-metadata to last commit hash (#6396)Esteban Miño2019-04-051-1/+1
| |
* | update packagepldespaigne2019-05-301-1/+1
| |
* | update content-hashpldespaigne2019-05-051-1/+1
| |
* | issue#5742pldespaigne2019-04-041-0/+1
|/
* bump ledger and trezor keyring (#6395)Bruno Barbieri2019-04-041-2/+2
|
* ci: Add build:test Gulp task for e2e buildWhymarrh Whitby2019-03-291-0/+1
|
* Use webRequest to cancel all requests to infura in e2e tests.Dan Miller2019-03-291-0/+1
|
* Bump gaba version to avoid broken eth-contract-metadataWhymarrh Whitby2019-03-211-1/+1
|
* Add rollback script, move auto-changelog script (#6252)Dan Finlay2019-03-201-1/+2
|
* build - babel - move config to babelrc (#6284)kumavis2019-03-121-23/+1
|
* mascara - remove from project (#6283)kumavis2019-03-121-16/+1
|
* npm i -D ganache-core@2.5.3Whymarrh Whitby2019-03-121-1/+1
|
* GABA: Integrate AddressBookController (#5847)Paul Bouchon2019-03-121-0/+1
| | | | | | * gaba: integrate AddressBookController * pin gaba version and update lockfile
* bump trezor-connect to v7 (#6224)Bruno Barbieri2019-03-051-1/+1
|
* Merge pull request #6190 from whymarrh/tmp.RvdXXs4ikumavis2019-02-261-1/+0
|\ | | | | Remove public property from package.json file
| * Remove public property from package.json fileWhymarrh Whitby2019-02-211-1/+0
| | | | | | | | | | | | | | | | As per the package.json documentation [1] setting `"private": true` in the package.json file is enough for npm to refuse to publish it. The docs don't specify that a `public` key is respected. [1]:https://docs.npmjs.com/files/package.json#private
* | Feature Flag + Mobile Sync (#5955)Dan Finlay2019-02-261-1/+2
| |
* | Remove unused CI jobs, rename e2e beta jobsWhymarrh Whitby2019-02-211-6/+2
|/
* Fixed issue #5838 (#6001)Jonathan Smirnoff2019-02-141-1/+1
| | | Update changelog file
* fix asset detection (#6049)Bruno Barbieri2019-01-231-0/+1
|
* Fix displayed time and date in the activity log. Remove vreme library, add ↵Alexander Tseung2018-12-141-2/+2
| | | | luxon library. (#5932)
* Bump json-rpc-engine to v4.0.0Dan Finlay2018-12-111-1/+1
|
* Deduplicate package.json fileWhymarrh Whitby2018-12-071-9/+5
| | | | | | | | | | | | From `npm install`: > npm WARN The package css-loader is included as both a dev and production dependency. > npm WARN The package eslint-plugin-react is included as both a dev and production dependency. > npm WARN The package file-loader is included as both a dev and production dependency. > npm WARN The package gulp is included as both a dev and production dependency. It's also worth noting that the Gulp version we were using was inconsistent and there is a published v4 release on GitHub.
* Update ganache-core to mitigate vulnWhymarrh Whitby2018-12-071-1/+1
| | | | | | | | | | | | | | | | | === npm audit security report === > # Run npm install --save-dev ganache-core@2.3.1 to resolve 1 vulnerability ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Memory Exposure │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ bl │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ ganache-core [dev] │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ ganache-core > level-sublevel > levelup > bl │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://nodesecurity.io/advisories/596 │ └───────────────┴──────────────────────────────────────────────────────────────┘
* npm uninstall openWhymarrh Whitby2018-12-071-1/+0
|
* Remove beefy dependency and its usagesWhymarrh Whitby2018-12-071-3/+0
| | | | | | | | | | | Refs #4768 Refs #5389 This changeset removes the beefy package that: 1. Was last published 2 yrs ago 2. Brought with it 1 moderate and 1 critical vulnerability 3. Was only used in scripts that no longer work
* circleci: Replace nsp with npm auditWhymarrh Whitby2018-12-071-1/+0
| | | | Refs #4751
* npm audit fixWhymarrh Whitby2018-12-061-2/+2
|
* Adds not yet functional gas price chart.Dan Miller2018-12-041-0/+2
|
* Pin two module versions to avoid flatmap-stream hack (#5839)Dan Finlay2018-11-271-2/+2
| | | | | | | | | The flatmap-stream module was compromised. MetaMask was NOT affected, but two of our dependencies could include it if they updated, so I am temporarily pinning those versions until they can be updated consciously. Related to https://github.com/dominictarr/event-stream/issues/116
* Merge pull request #5797 from MetaMask/trezor-v6Bruno Barbieri2018-11-221-2/+1
|\ | | | | Add Firefox and Brave support for Trezor
| * bump eth-trezor-keyringbrunobar792018-11-221-1/+1
| |
| * trezor v6brunobar792018-11-211-2/+1
| |
| * fix merge conflictsbrunobar792018-11-211-7/+9
| |\
| * \ fix merge conflictsbrunobar792018-11-071-4/+4
| |\ \
| * \ \ fix merge conflictsbrunobar792018-10-211-1/+1
| |\ \ \
| * \ \ \ fix conflictsbrunobar792018-10-171-14/+19
| |\ \ \ \
| * \ \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5brunobar792018-09-061-4/+9
| |\ \ \ \ \
| * \ \ \ \ \ fix merge conflictsbrunobar792018-08-231-3/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ fix merge conflictsbrunobar792018-08-211-4/+13
| |\ \ \ \ \ \ \
| * | | | | | | | fix merge conflictsbrunobar792018-08-091-6/+6
| | | | | | | | |
* | | | | | | | | update package-lock.jsonbrunobar792018-11-211-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Version 5.0.3 (#5785)Dan Finlay2018-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Version 5.0.3 Includes a fix to the `version:bump` script that now correctly updates the changelog header. * Include inpage provider events
* | | | | | | | Tx controller now uses safe event emitter (#5769)Frankie2018-11-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * transactions - use safe-event-emitter over events * tests - pass a platform object on init with a noop showTransactionNotification * test - fix for tx-state-history-helper trying to reduce an empty array * deps - safe-event-emitter * lint
* | | | | | | | provide automatic changelog since last tag for linuxEsteban MIno2018-11-161-1/+2
| | | | | | | |
* | | | | | | | Update npm dependencies to reduce vulnerabilities (#5556)Bruno Barbieri2018-11-161-5/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-10-301-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | sentry-enhancements2
| * \ \ \ \ \ \ Merge pull request #5596 from MetaMask/validateSignTypedDatakumavis2018-10-301-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Validate signTypedData signer/address in eth-json-rpc-middleware
| | * | | | | | | deps - bump eth-json-rpc-middleware for signTypedData version bumpkumavis2018-10-301-1/+1
| | | |_|_|_|_|/ | | |/| | | | |
| * / | | | | | deps - bump eth-block-tracker for fix (#5614)kumavis2018-10-261-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-10-211-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | sentry-enhancements2
| * | | | | | deps - fix gulp ref to gulp#v4.0.0kumavis2018-10-201-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | sentry - include app state in ui errorskumavis2018-10-201-1/+1
| | | | | |
* | | | | | sentry - replace raven-js with sentry/browserkumavis2018-10-201-1/+1
| | | | | |
* | | | | | deps - bump eth-json-rpc-middleware for bugfixkumavis2018-10-191-1/+1
| | | | | |
* | | | | | sentry - update raven-jskumavis2018-10-191-1/+1
|/ / / / /
* | | | | deps - bump eth-token-tracker for ethjs-rpc bug in depskumavis2018-10-151-1/+1
| | | | |
* | | | | deps - bump eth-json-rpc-middleware for pending blockRef bugfixkumavis2018-10-121-1/+1
| | | | |
* | | | | test - add actions unit tests (#5369)Thomas Huang2018-10-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Actions.spec.js * Error handling tests * Lint
* | | | | tests - integration - Add Drizzle tests (#5467)Bruno Barbieri2018-10-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added drizzle app for testing * working * clean up * clean up script * make build step required * add drizzle-tests to .eslintignore * clean up drizzle run script * lint * use truffle unbox * undo eslintignore changes * revert change * dont use global * dont need this steps * use the new account flow * restore package-lock.json
* | | | | bump eth-json-rpc-middlewarebrunobar792018-10-101-1/+1
| | | | |
* | | | | deps - bump inpage-provider for drizzle workaroundkumavis2018-10-091-1/+1
| | | | |
* | | | | deps - bump metamask-inpage-provider for bug fixkumavis2018-10-091-1/+1
| | | | |
* | | | | provider - network - restore block-ref-rewrite middleware referenceskumavis2018-10-091-1/+1
| | | | |
* | | | | provider - enable subscription support (newHeads, logs)kumavis2018-10-081-5/+5
| | | | |
* | | | | deps - bump eth-block-tracker for safe-event-emitterkumavis2018-10-041-1/+1
| | | | |
* | | | | bugfix - bump provider for url auth supportkumavis2018-10-021-2/+1
| | | | |
* | | | | npm uninstall dot-only-hunterWhymarrh Whitby2018-10-011-1/+0
| | | | |
* | | | | Remove dot-only-hunter from test:unit scriptWhymarrh Whitby2018-10-011-1/+1
| | | | |
* | | | | Merge pull request #5325 from sam-aldis/patch-1Dan Finlay2018-10-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Debounce was breaking in update
| * | | | | Debounce was breaking in updateUKJP Design2018-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | As found in issue here: https://github.com/MetaMask/metamask-extension/issues/5064 Pinned the version at 1.1.0 until the new version with breaking changes can be intergrated.
* | | | | | bugfix: bump version of inpage providerbitpshr2018-09-271-1/+1
| | | | | |
* | | | | | deps - eth-block-tracker@4.0.2 for safe-eventemitter (#5363)kumavis2018-09-261-1/+1
| | | | | |
* | | | | | Bugfix: Upgrade json-rpc-engine (#5348)Paul Bouchon2018-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bugfix: bump version of json-rpc-engine * Increase delay * Update lockfile * deps - json-rpc-engine@3.7.4
* | | | | | add mozilla lint jobbrunobar792018-09-261-2/+2
| | | | | |
* | | | | | Add build step to mozilla-lintDan Finlay2018-09-261-3/+3
| | | | | |
* | | | | | Add mozilla linter to dist script instead of main testDan Finlay2018-09-261-2/+2
| | | | | |
* | | | | | Add mozilla addon linter to test suiteDan Finlay2018-09-261-1/+3
|/ / / / /
* | | | | Implement latest EIP-712 protocolbitpshr2018-09-141-1/+3
| | | | |
* | | | | Add jsdoc gh-pages scriptDan Finlay2018-09-131-0/+1
| | | | |
* | | | | Add html reporter to test coverage outputWhymarrh Whitby2018-09-121-1/+1
| | | | |
* | | | | Upgrade obs-store and fix memory leaksConnor Christie2018-09-101-1/+1
| |_|_|/ |/| | |
* | | | Merge pull request #5138 from MetaMask/greenkeeper/monorepo.enzyme-1.6.0Dan J Miller2018-09-041-2/+2
|\ \ \ \ | | | | | | | | | | Update enzyme to the latest version 🚀
| * | | | chore(package): update enzyme-adapter-react-15 to version 1.0.6greenkeeper[bot]2018-08-251-1/+1
| | | | |
| * | | | chore(package): update enzyme to version 3.4.4greenkeeper[bot]2018-08-251-1/+1
| | | | |
* | | | | Bump human-standard-token-abi version for DAI supportDan Finlay2018-08-311-1/+1
| | | | |
* | | | | Add react-media package to prevent rendering wallet-view twice in the popup viewAlexander Tseung2018-08-241-0/+1
|/ / / /
* | | / Minimum Browsers Supported (#4873)Antoine Nauleau2018-08-231-1/+5
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Minimum supported browsers and version standard: add browsers and targets to .babelrc and package.json * Regenerate package.json, fix issue with comma in merge * Resolve merge conflicts * Regenerate package-lock.json * Revert to previous package-lock.json
* | | Merge pull request #5109 from MetaMask/MoveOutInpageProviderDan Finlay2018-08-221-0/+2
|\ \ \ | | | | | | | | Move inpage-provider and port-stream outside
| * | | Move inpage-provider and port-stream outsideDan Finlay2018-08-211-2/+4
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | With the creation of the [metamask-extension-provider](https://github.com/MetaMask/metamask-extension-provider) we have our first non-core module that is dependent on the inpage-provider and port-stream. To reduce the size of its dependencies, I have moved the [metamask-inpage-provider](https://github.com/MetaMask/metamask-inpage-provider) into its own module, as well as [extension-port-stream](https://github.com/MetaMask/extension-port-stream). This allows them to be more easily depended & iterated on by external projects.
* / | bugfix - prevents old blocktracker from getting internal hooks migratedkumavis2018-08-221-3/+3
|/ /
* | fix merge conflictsbrunobar792018-08-181-5/+10
| |
* | use eth-ledger-bridge-keyring from npmbrunobar792018-08-151-1/+1
| |
* | good progress adding pathsbrunobar792018-08-141-1/+1
| |
* | remove ledger libbrunobar792018-08-121-1/+0
| |
* | this should be ready to gobrunobar792018-08-121-0/+1
| |
* | refactor to support multiple hw walletsbrunobar792018-08-111-0/+1
| |
* | fix merge conflictsbrunobar792018-08-091-3/+3
|\ \
| * | Update eth-keyring-controller and eth-hd-keyring versions (#4989)Paul Bouchon2018-08-091-2/+2
| | |
| * | Reestablish old versions of eth-keyring-controller and eth-hd-keyringbitpshr2018-08-081-3/+3
| | |
* | | fix merge conflictsbrunobar792018-08-081-2/+2
|\| |
| * | Update chromedriver pkgWhymarrh Whitby2018-08-071-1/+1
| | |
| * | Add static-server devDependencyWhymarrh Whitby2018-08-071-0/+1
| | |
| * | Remove superstatic packageWhymarrh Whitby2018-08-071-1/+0
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install and uninstalling superstatic doesn't work on Node 8 at the time of writing: $ npm install -D superstatic@6 npm ERR! code ENOTSUP npm ERR! notsup Unsupported engine for got@5.7.1: wanted: {"node":">=0.10.0 <7"} (current: {"node":"8.11.3","npm":"6.3.0"}) npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1 npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1 npm ERR! notsup Required: {"node":">=0.10.0 <7"} npm ERR! notsup Actual: {"npm":"6.3.0","node":"8.11.3"} This commit removes the package (using Node 6!) and it will have to be replaced.
* | added crossbrowser support and error handlingbrunobar792018-08-011-0/+1
| |
* | fix dependenciesbrunobar792018-07-271-1/+1
| |
* | fix merge conflictsbrunobar792018-07-271-2/+13
|\|
| * Update Babel to Current Standard "babel-preset-env" (#4812)Antoine Nauleau2018-07-251-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | * Update .babelrc and package.json to babel-preset-env standard * Install babel-preset-env babel-stage-0 * Regenerate package-lock.json by running npm install --package-lock-only && npm audit fix * Resolve PR #4812 merge conflicts * Merge #4847 Solves previous cache issues with cirlce-ci
* | added webrtc-adapter for browser compatbrunobar792018-07-271-0/+1
| |
* | fully working without tweaking ext. permissionbrunobar792018-07-271-1/+1
| |
* | working without permission issuesbrunobar792018-07-271-4/+4
| |
* | added instascan pkgbrunobar792018-07-241-0/+1
|/
* added node version requirementsbrunobar792018-07-221-1/+2
|
* use latest keyring packagesbrunobar792018-07-171-2/+2
|
* remove account modal updatedbrunobar792018-07-131-2/+2
|
* catching up with developbrunobar792018-07-131-1/+1
|
* Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-131-0/+3
|\ | | | | | | initial-trezor-support
| * Fix existing unit testsAlexander Tseung2018-07-081-0/+1
| |
| * Use eth-method-registry to get method dataAlexander Tseung2018-07-071-0/+1
| |
| * Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-0/+1
| |
* | update to temp dependenciesbrunobar792018-07-121-2/+2
| |
* | update package-lock.jsonbrunobar792018-07-071-2/+2
| |
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-071-1/+3
|\| | | | | | | initial-trezor-support
| * Merge remote-tracking branch 'upstream/develop' into HEADbrunobar792018-07-041-16/+17
| |\
| * \ Merge branch 'develop' into portal-metamaskPhyrexTsai2018-06-011-2/+5
| |\ \
| * | | Intergrate ENS with IPFSMikeCheng12082018-05-291-1/+3
| | | |
* | | | package.json updated and tests passingbrunobar792018-07-041-0/+1
| | | |
* | | | tests are passingbrunobar792018-07-041-1/+0
| | | |
* | | | fix merge conflictsbrunobar792018-07-041-4/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #4712 from MetaMask/lint-fixkumavis2018-07-041-3/+2
| |\ \ \ | | | | | | | | | | Lint - Lint all the things (without conflicts!)
| | * | | remove gulp eslint and cleanup gulpfilebrunobar792018-07-031-3/+2
| | | | |
| * | | | point eth-contract-metadata to repo masterEsteban MIno2018-07-031-1/+1
| |/ / /
* | | | update package-lock.jsonbrunobar792018-07-031-1/+1
| | | |
* | | | fix merge conflictsbrunobar792018-07-031-9/+9
|\| | |
| * | | npm 6 fresh lock + node 8 (#4675)Bruno Barbieri2018-07-031-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * run npm install with npm 6 and node 8 * npm audit fix --force * bump node version on circleci docker img * bump lodash
* | | | use latest eth-keyring-controllerbrunobar792018-07-021-1/+1
| | | |
* | | | fix merge conflictsbrunobar792018-07-021-2/+2
|\| | |
| * | | Use supersonic instead of httpserver to serve local dapp (e2e beta tests)Dan2018-06-281-0/+1
| | | |
| * | | Use locally served dapp to test contract calls in e2e beta testsDan2018-06-271-0/+1
| | | |
| * | | notices - notices collection is now manually editedkumavis2018-06-141-2/+0
| | | |
* | | | use latest eth-trezor-keyringbrunobar792018-06-261-1/+1
| | | |
* | | | fixesbrunobar792018-06-231-1/+1
| | | |
* | | | point to new version of eth-trezor-keyringbrunobar792018-06-231-1/+1
| | | |
* | | | fix merge conflictsBruno2018-06-131-0/+1
|\| | |
| * | | Add script for auto-re-running tests on changeDan Finlay2018-06-131-0/+1
| | | | | | | | | | | | | | | | | | | | `npm run watch:test:unit` will re-run the unit test suite whenever a file in `app`, `ui`, or `test` changes.
* | | | upgrade eth-trezor-keyringBruno2018-06-131-1/+1
| | | |
* | | | move TrezorKeyring to its own packageBruno2018-06-131-1/+1
| | | |
* | | | initial trezor supportBruno2018-06-101-1/+2
|/ / /
* | | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-011-3/+6
|\ \ \ | | |/ | |/|
| * | deps - bump eth-keyring-controller for bugfixkumavis2018-05-311-1/+1
| | |
| * | Merge pull request #4403 from MetaMask/bugfix-keyring-controllerkumavis2018-05-301-1/+1
| |\ \ | | | | | | | | deps - bump eth-keyring-controller + update package-lock
| | * | deps - bump eth-keyring-controller + update package-lockkumavis2018-05-301-1/+1
| | | |
| * | | Merge pull request #4374 from MetaMask/test-unit-fail-on-onlykumavis2018-05-301-1/+2
| |\ \ \ | | |/ / | |/| | test - unit - fail if tests contain a .only call
| | * | test - unit - fail if tests contain a .only callkumavis2018-05-261-1/+2
| | |/
| * / Add basic e2e tests for the new UIWhymarrh Whitby2018-05-251-0/+2
| |/
| * Merge pull request #4241 from MetaMask/greenkeeper/ethjs-0.4.0kumavis2018-05-241-1/+1
| |\ | | | | | | Update ethjs to the latest version 🚀
| | * fix(package): update ethjs to version 0.4.0greenkeeper[bot]2018-05-121-1/+1
| | |
* | | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-05-241-6/+8
|\| |
| * | Merge pull request #4321 from MetaMask/testingkumavis2018-05-231-1/+1
| |\ \ | | | | | | | | MM controller tests and reorganizing test files
| | * \ Merge branch 'develop' into testingtmashuang2018-05-221-0/+1
| | |\ \
| | * \ \ Merge branch 'develop' into testingtmashuang2018-05-221-1/+1
| | |\ \ \
| | * \ \ \ Merge branch 'develop' into testingtmashuang2018-05-221-1/+1
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'develop' into testingtmashuang2018-05-221-2/+2
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'develop' into testingThomas2018-05-171-4/+14
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'develop' into testingThomas2018-05-081-9/+16
| | |\ \ \ \ \ \ \
| | * | | | | | | | setupUntrustedCommunication and setupTrustedCommunicationThomas2018-04-251-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge pull request #4308 from MetaMask/i4232-addtokenkumavis2018-05-231-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update designs for Add Token screen
| | * | | | | | | | | Update designs for Add Token screenAlexander Tseung2018-05-201-1/+1
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | ci - screens - continue screenshots through account creation + export accountkumavis2018-05-221-0/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'develop' into ci-publish-releasekumavis2018-05-221-4/+4
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Merge branch 'develop' of https://github.com/Jabher/metamask-extension into ↵kumavis2018-05-221-1/+1
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | Jabher-develop
| | | * | | | | | bump extensionizer version to 1.0.1 (see ↵jabher2018-05-081-1/+1
| | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | https://github.com/MetaMask/extensionizer/pull/4)
| | * | | | | | Merge pull request #4034 from whymarrh/account-nicknameskumavis2018-05-221-1/+1
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | Move account names out of KeyringController
| | | * | | | | Update eth-keyring-controller dependencyWhymarrh Whitby2018-05-171-1/+1
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'develop' into e2e-testsThomas2018-05-151-0/+1
| | |\| | | |
| | * | | | | Merge e2e tests into oneThomas2018-05-151-2/+2
| | | | | | |
| * | | | | | ci - add docs publish to job-publish-releasekumavis2018-05-191-0/+1
| | |/ / / / | |/| | | |
| * | | | | Bail after the first e2e test failureWhymarrh Whitby2018-05-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Where the tests are sequential, every test after the first failure is bound for failure as well so we can bail after the first.
| * | | | | Add new unlock screen designAlexander Tseung2018-05-121-0/+1
| |/ / / /
| * | | | Merge branch 'develop' into e2e-testsThomas2018-05-121-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Update deep-extend and sshpkAlexander Tseung2018-05-101-1/+1
| | | | |
| * | | | Merge branch 'develop' into e2e-testsThomas2018-05-091-1/+7
| |\| | |
| | * | | Add storybook integrationAlexander Tseung2018-05-041-1/+7
| | |/ /
| * | | Merge branch 'develop' into e2e-testsThomas2018-05-041-6/+13
| |\| |
| | * | Remove eth-block-tracker packageAlexander Tseung2018-05-031-1/+0
| | | |
| | * | Pin chromedriver version to 2.36.0Alexander Tseung2018-05-031-1/+1
| | | |
| | * | Adds nsp check to CircleCI testsAlexander Tseung2018-05-031-0/+1
| | | |
| | * | Adds sass-loader and style-loader packages for storybook integrationAlexander Tseung2018-05-021-0/+2
| | | |
| | * | Adds path and resolve-url-loader packages for storybook integrationAlexander Tseung2018-05-021-0/+2
| | | |
| | * | Adds css-loader and file-loader needed for storybook integrationAlexander Tseung2018-05-021-0/+2
| | | |
| | * | Merge pull request #4111 from MetaMask/build-fix-sourcemapsFrankie2018-05-011-1/+1
| | |\ \ | | | | | | | | | | Build - fix sourcemaps
| | | * | development - add sourcemap debug toolkumavis2018-04-281-0/+1
| | | | |
| | | * | build - minify via gulp-uglify-es instead of uglifyifykumavis2018-04-281-1/+0
| | | | |
| | * | | test - unit - use ganache instead of deprecated block-tracker test utilkumavis2018-04-281-1/+2
| | |/ /
| | * | rpc - bump provider-engine + eth-json-rpc-filterskumavis2018-04-261-2/+2
| | | |
| | * | Move uglifyify to MetaMask orgDan Finlay2018-04-261-1/+1
| | | |
| | * | Make minified builds more determinsticDan Finlay2018-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | May fix #3999, but will need to see if Mozilla can reproduce the build with this updated repo. Switches our `uglifyify` dependency from the production one (under-maintained) to one that I've merged a critical patch into. I'm open to discussion of how else we might approach this problem here. Maybe we should use a different minification module entirely, remove minification, or maybe refactor our build system!