/lang/python-doc-pdf-a4/

atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | Merge branch 'develop' into WatchTokenFeatureEsteban MIno2018-08-2214-307/+100
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #5109 from MetaMask/MoveOutInpageProviderDan Finlay2018-08-229-276/+72
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Move inpage-provider and port-stream outside
| * | | | | | | | | | | | Move inpage-provider and port-stream outsideDan Finlay2018-08-219-284/+87
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | Merge pull request #5118 from MetaMask/provider2-bugfixDan Finlay2018-08-223-13/+20
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | bugfix - prevents old blocktracker from getting internal hooks migrated
| * | | | | | | | | | | bugfix - prevents old blocktracker from getting internal hooks migratedkumavis2018-08-223-13/+20
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #5108 from MetaMask/run-ganache-with-blocktime-flagDan J Miller2018-08-222-15/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | Fix e2e tests: adapt ganache flags and remove unnecessary checks
| * | | | | | | | | | Remove unnecessary checks and user actions in metamask-beta-ui.specDan Miller2018-08-222-15/+2
| | | | | | | | | | |
| * | | | | | | | | | Run ganache with a blocktime flag for npm:run:ganache:start.Dan Miller2018-08-221-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #5112 from MetaMask/hardware-wallet-fixesBruno Barbieri2018-08-212-3/+6
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | Hardware wallet fixes
| * | | | | | | | | | fix unit testsbrunobar792018-08-211-1/+1
| | | | | | | | | | |
| * | | | | | | | | | fix hardware wallets account namebrunobar792018-08-211-1/+3
| | | | | | | | | | |
| * | | | | | | | | | fix account removalbrunobar792018-08-211-1/+2
|/ / / / / / / / / /
| | * | | | | | | | unit tests for watchAssetEsteban MIno2018-08-222-2/+110
| | | | | | | | | |
| | * | | | | | | | returning error in watchAssetEsteban MIno2018-08-221-4/+12
| | | | | | | | | |
| | * | | | | | | | refactor watchToken related functionsEsteban MIno2018-08-214-46/+45
| | | | | | | | | |
| | * | | | | | | | watchAsset returns result wether token was added or notEsteban MIno2018-08-213-10/+30
| | | | | | | | | |
| | * | | | | | | | Merge branch 'develop' into WatchTokenFeatureEsteban MIno2018-08-21128-33151/+32991
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #5095 from MetaMask/i4953-update-logoDan Finlay2018-08-218-56/+143
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Update logo wordmark
| * | | | | | | | | Update logo wordmarkAlexander Tseung2018-08-198-56/+143
| | | | | | | | | |
* | | | | | | | | | Merge pull request #5090 from whymarrh/fix-cikumavis2018-08-185-151/+99
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Update CircleCI configuration to use workspaces instead of caches
| * | | | | | | | | ci: Use workspaces instead of caches for passing data downstreamWhymarrh Whitby2018-08-181-89/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CircleCI no longer allows external PR builds to save caches so jobs that depend on cached data from a upstream job will no longer get the files they need. This change replaces our usages of caches for passing data downstream with workspaces, which appear to be the more correct feature to use. References: - https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs - https://circleci.com/blog/deep-diving-into-circleci-workspaces/
| * | | | | | | | | ci: Install any npm@6Whymarrh Whitby2018-08-181-1/+1
| | | | | | | | | |
| * | | | | | | | | ci: Use Firefox 61.0.2Whymarrh Whitby2018-08-181-1/+1
| | | | | | | | | |
| * | | | | | | | | ci: Disable Firefox updatesWhymarrh Whitby2018-08-182-1/+24
| | | | | | | | | |
| * | | | | | | | | ci: Don't cache Firefox installWhymarrh Whitby2018-08-184-61/+28
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two important notes: 1. The time it takes to download is negligble compared to e2e test runs 2. Since we cannot use environment variables in CircleCI cache keys we can't cache the download correctly and have it update when we switch firefox versions—this isn't the end of the world because of point 1
* | | | | | | | | Merge pull request #5050 from MetaMask/ledger-supportDan Finlay2018-08-1818-198/+559
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add Ledger hardware wallet support
| * \ \ \ \ \ \ \ \ Merge branch 'develop' into ledger-supportBruno Barbieri2018-08-183-2/+111
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #4898 from dmvt/multi-account-restoreDan Finlay2018-08-183-2/+111
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Restore multiple consecutive accounts with balances.
| * | | | | | | | | | Restores accounts until one with a zero balance is foundDan Matthews2018-08-173-2/+111
|/ / / / / / / / / /
| * | | | | | | | | update package-lock.jsonbrunobar792018-08-180-0/+0
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | info.js Remove width element to fix email layout (#4588)Anatoli Babenia2018-08-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for #2855 which is gone from master for some reason
* | | | | | | | | | Merge pull request #4279 from MetaMask/network-remove-provider-engineDan Finlay2018-08-1643-2918/+1285
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Enhancement: New BlockTracker and Json-Rpc-Engine based Provider
| * | | | | | | | | | Remove commented out code for detect-token-testThomas2018-08-151-10/+0
| | | | | | | | | | |
| * | | | | | | | | | Update eth-json-rpc-filtersThomas2018-08-152-1971/+18
| | | | | | | | | | |
| * | | | | | | | | | E2E - Dont error on browser errorsThomas2018-08-151-1/+2
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'develop' into network-remove-provider-engineThomas2018-08-1567-428/+1461
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Override package-lock and fix merge conflicts
| * | | | | | | | | | | Confirms new contract token in the popupThomas2018-08-141-6/+6
| | | | | | | | | | | |
| * | | | | | | | | | | DelayThomas2018-08-091-0/+1
| | | | | | | | | | | |
| * | | | | | | | | | | confirms a deplay contract tx in the popupThomas2018-08-091-0/+9
| | | | | | | | | | | |
| * | | | | | | | | | | Use develop e2e beta testsThomas2018-08-081-109/+34
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'network-remove-provider-engine' of ↵frankiebee2018-08-081-32211/+32287
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/MetaMask/metamask-extension into network-remove-provider-engine
| | * | | | | | | | | | | deps - update package-lockfrankiebee2018-08-071-32211/+32287
| | | | | | | | | | | | |
| * | | | | | | | | | | | lint fixesfrankiebee2018-08-081-2/+2
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'develop' of https://github.com/MetaMask/metamask-extension ↵frankiebee2018-08-0718-598/+235
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into network-remove-provider-engine-tests
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'network-remove-provider-engine' into ↵frankiebee2018-08-071-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine-tests
| | * | | | | | | | | | | | network - fix blockTracker reference to return the blockTrackerProxy instead ↵frankiebee2018-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the direct blockTracker reference
| * | | | | | | | | | | | | Merge branch 'develop' into network-remove-provider-engine-testsThomas Huang2018-08-0229-695/+1203
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | LintThomas Huang2018-07-311-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Set metamask controller network provider to localhostThomas Huang2018-07-313-2/+24
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Disallow netConnections other than localhostsThomas2018-07-301-0/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Detect Tokens are weirdThomas2018-07-301-26/+31
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'develop' into network-remove-provider-engineThomas2018-07-26355-3796/+10262
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | test - unit - remove tests for obsolete methodskumavis2018-07-041-52/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | deps - update lockkumavis2018-07-041-2/+26
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | test - run ganache rpc without vm errorskumavis2018-07-041-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-07-041-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-07-04134-773/+800
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| * | | | | | | | | | | | | | | | test - e2e - contract test - add logskumavis2018-07-041-7/+9
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | test - e2e - fix missing importkumavis2018-07-031-1/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'develop' into network-remove-provider-enginekumavis2018-07-032-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #4711 from alextsg/network-remove-provider-enginekumavis2018-07-031-2/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix notice screen incorrectly disabling Accept button after multiple …
| | * | | | | | | | | | | | | | | | | Fix notice screen incorrectly disabling Accept button after multiple noticesAlexander Tseung2018-07-031-2/+15
| |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | test - e2e - move timingskumavis2018-07-031-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | test - e2e-beta - update some api callskumavis2018-07-031-6/+4
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | dep - automated package-lock fixeskumavis2018-07-031-4/+42
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | deps - update package-lockkumavis2018-07-031-190/+336
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-07-03100-32518/+33751
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine
| * | | | | | | | | | | | | | | | | | lint - fix lint for networkkumavis2018-06-133-3/+0
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | network - import createBlockTrackerInspectorMiddleware and rearrange cache ↵kumavis2018-06-135-41/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | middleware order
| * | | | | | | | | | | | | | | | | | nonce-tracker - wrap nonce calculations in try-catch and release lock on errorkumavis2018-06-131-22/+28
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | test - e2e - beta - from import - fix missing startup phasekumavis2018-06-121-0/+3
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | test - e2e - beta - dont select localhost as it is already setkumavis2018-06-122-20/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | test - e2e - extensionUri should point to home.htmlkumavis2018-06-121-2/+2
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | test - e2e - remove usage of extensionId from testskumavis2018-06-124-28/+12
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | test - e2e - fix incomplete setup phasekumavis2018-06-122-2/+5
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | test - e2e - properly export setupBrowserAndExtensionkumavis2018-06-121-0/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | test - e2e - more factoring of test setupkumavis2018-06-125-64/+27
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | test - e2e - use fs-extra instead of fskumavis2018-06-121-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | test - e2e - factor out setup phase + rename METAMASK_CONFIG to ↵kumavis2018-06-124-47/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | METAMASK_TEST_CONFIG
| * | | | | | | | | | | | | | | | | | test - e2e - inject metamask config to point at localhostkumavis2018-06-125-23/+61
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | lint - controllers - whitepace fixkumavis2018-06-121-5/+5
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | test - e2e - reduce browser-specific codekumavis2018-06-121-20/+13
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | network - provider - infura - use block-reemit middlewarekumavis2018-06-083-28/+29
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-06-08