/cad/electric/

id='cgit'>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add basic e2e tests for the new UIWhymarrh Whitby2018-05-256-2/+973
* fix: Why does npm insist on reordering the lockfile?Whymarrh Whitby2018-05-251-10/+170
* Merge pull request #4241 from MetaMask/greenkeeper/ethjs-0.4.0kumavis2018-05-241-1/+1
|\
| * fix(package): update ethjs to version 0.4.0greenkeeper[bot]2018-05-121-1/+1
* | Fix scrolling in Deposit Ether modal (#4336)Alexander Tseung2018-05-241-2/+4
* | Merge pull request #4337 from MetaMask/recent-blocks-parallelFrankie2018-05-231-15/+7
|\ \
| * | controllers - recent-blocks - pull first historical blocks in parallelkumavis2018-05-221-15/+7
* | | Merge pull request #4321 from MetaMask/testingkumavis2018-05-2336-1557/+691
|\ \ \
| * | | Merge branch 'develop' into testingtmashuang2018-05-226-53/+57
| |\| |
| * | | Merge branch 'develop' into testingtmashuang2018-05-229-13446/+22
| |\ \ \
| * \ \ \ Merge branch 'develop' into testingtmashuang2018-05-2223-1810/+342
| |\ \ \ \
| * \ \ \ \ Merge branch 'develop' into testingtmashuang2018-05-228-548/+1503
| |\ \ \ \ \
| * | | | | | Moved loose some loose test files to sub folderstmashuang2018-05-2129-59/+108
| * | | | | | signMessage and signPersonalMessageThomas2018-05-181-13/+33
| * | | | | | Merge branch 'develop' into testingThomas2018-05-1726-328/+371
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' into testingThomas2018-05-1762-2419/+5812
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'testing' of https://github.com/tmashuang/metamask-extension int...Thomas2018-05-17245-5461/+19016
| |\ \ \ \ \ \ \ \
| | * | | | | | | | console.log -> assert.equalThomas2018-05-091-1/+1
| | * | | | | | | | ImportAccountWithStrategies Json and KeystoreThomas2018-05-091-0/+30
| | * | | | | | | | Remove approvePersonalMessage testThomas2018-05-081-45/+0
| | * | | | | | | | Merge branch 'develop' into testingThomas2018-05-08114-1662/+7483
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Bump package-lockThomas2018-04-251-621/+186
| | * | | | | | | | | setupUntrustedCommunication and setupTrustedCommunicationThomas2018-04-252-1/+46
| | * | | | | | | | | Merge branch 'master' into testingThomas2018-04-24117-1908/+5281
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ConfigManager markAccountsFound, markPasswordForgotten, unMarkPasswordForgottenThomas2018-04-241-7/+70
| | * | | | | | | | | | resetAccount and addNewAccountThomas2018-04-201-0/+45
| | * | | | | | | | | | newUnsignedMessage and newUnsignedPersonalMessageThomas2018-04-191-0/+102
| | * | | | | | | | | | Merge branch 'master' into testingThomas2018-04-11136-3068/+10732
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | MM-controlller testsThomas2018-04-111-2/+55
| | * | | | | | | | | | | Update Sinon methods. sinon.sandbox.create() -> sandbox.createSandbox()Thomas2018-04-057-8/+8
| | * | | | | | | | | | | Merge branch 'testing' of https://github.com/tmashuang/metamask-extension int...Thomas2018-04-033-7/+466
| | |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Update sinion methods. sandbox.create() -> createSandbox()Thomas2018-04-057-7/+7
| * | | | | | | | | | | | | Merge branch 'testing' of https://github.com/tmashuang/metamask-extension int...Thomas2018-04-053-7/+466
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Metamask controller methodsThomas2018-03-281-1/+146
| | * | | | | | | | | | | | Remove console.logThomas2018-03-281-1/+0
| | * | | | | | | | | | | | Update blacklistThomas2018-03-281-5/+320
* | | | | | | | | | | | | | Merge pull request #4333 from MetaMask/test-e2e-check-for-errorsThomas Huang2018-05-233-52/+89
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | test - e2e - only inspect console for errors in chromekumavis2018-05-221-6/+10
| * | | | | | | | | | | | | | test - e2e - ignore 'development build of Redux' warningkumavis2018-05-221-1/+3
| * | | | | | | | | | | | | | test - e2e - ignore 'development build of React' warningkumavis2018-05-221-0/+2
| * | | | | | | | | | | | | | test - e2e - ignore favicon 404skumavis2018-05-221-1/+6
| * | | | | | | | | | | | | | old-ui - app - use state.metamask.selectedAddress instead of currentView.contextkumavis2018-05-221-3/+3
| * | | | | | | | | | | | | | old-ui - ens-input - fix params passed to inputkumavis2018-05-221-48/+53
| * | | | | | | | | | | | | | test - e2e - ignore react 'unknown props dataset' warningskumavis2018-05-221-2/+5
| * | | | | | | | | | | | | | test - e2e - check for console errors after each testkumavis2018-05-221-1/+17
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4308 from MetaMask/i4232-addtokenkumavis2018-05-2352-1086/+1442
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Update input field border on focusAlexander Tseung2018-05-221-1/+3
| * | | | | | | | | | | | | | Fix testsAlexander Tseung2018-05-213-41/+50
| * | | | | | | | | | | | | | Update designs for Add Token screenAlexander Tseung2018-05-2050-1056/+1401
* | | | | | | | | | | | | | | Merge pull request #4338 from MetaMask/ci-job-screens-enhanceThomas Huang2018-05-232-95/+131
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | ci - screens - continue screenshots through account creation + export accountkumavis2018-05-222-95/+131
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Reveal get filtered tx list (#4332)Frankie2018-05-223-46/+1
* | | | | | | | | | | | | | Merge pull request #4297 from MetaMask/ci-publish-releaseThomas Huang2018-05-223-7/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'develop' into ci-publish-releasekumavis2018-05-2234-14106/+1855
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ci - add docs publish to job-publish-releasekumavis2018-05-192-0/+10
| * | | | | | | | | | | | | | docs - jsdoc - fix syntaxkumavis2018-05-191-1/+1
| * | | | | | | | | | | | | | ci - add prep-docs jobkumavis2018-05-191-0/+18
| * | | | | | | | | | | | | | ci - add job-publish-releasekumavis2018-05-191-0/+21
| * | | | | | | | | | | | | | ci - rename job-publish to job-publish-prereleasekumavis2018-05-191-2/+2
| * | | | | | | | | | | | | | ci - clean - whitespace fixkumavis2018-05-191-4/+3
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4295 from MetaMask/kumavis-patch-3Frankie2018-05-221-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | token-util - warn via loglevel on token lookup failurekumavis2018-05-191-1/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #4319 from MetaMask/ci-test-depsFrankie2018-05-221-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | CI - remove node security test as blocker for buildskumavis2018-05-221-2/+1
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4328 from MetaMask/i4325-yarnignoreFrankie2018-05-221-13432/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ It tried to get away, but justice must be served.Kevin Serrano2018-05-225-10/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4326 from MetaMask/Jabher-developFrankie2018-05-223-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' of https://github.com/Jabher/metamask-extension into J...kumavis2018-05-223-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | bump extensionizer version to 1.0.1 (see https://github.com/MetaMask/extensio...jabher2018-05-083-6/+6
| | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4329 from MetaMask/Trigalti-developKevin Serrano2018-05-22