aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into network-remove-provider-engineThomas2018-07-268-134/+439
|\
| * Merge branch 'develop' into detectTokenFeatureEsteban Miño2018-07-217-134/+298
| |\
| | * Auto-detect tokens #3034 (#4683)Esteban Miño2018-07-211-0/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * detect tokens polling * network store to detect token * tests for spec * passtest-lint * fix lint * improve tests * detect tokens through infura * detect tokens when submit password and new account selected * keyring unlocked detect and unit tests * add changelog
| | * Merge pull request #4625 from MetaMask/initial-trezor-supportBruno Barbieri2018-07-202-0/+181
| | |\ | | | | | | | | Initial trezor support
| | | * added tests for removeAccountbrunobar792018-07-171-0/+33
| | | |
| | | * added more unit testsbrunobar792018-07-171-2/+55
| | | |
| | | * added unit tests for metamaskcontrollerbrunobar792018-07-171-0/+70
| | | |
| | | * added test for preferences controllerbrunobar792018-07-171-0/+25
| | | |
| | * | Fix testsAlexander Tseung2018-07-181-67/+0
| | |/
| | * Merge pull request #4691 from MetaMask/i4404-confirm-refactorAlexander Tseung2018-07-121-61/+41
| | |\ | | | | | | | | Refactor and redesign confirm transaction views
| | | * Fix existing unit testsAlexander Tseung2018-07-081-61/+41
| | | |
| | * | test - check that #setTxStatusRejected removes transaction from historyfrankiebee2018-07-111-0/+9
| | | |
| | * | test - fix for lintfrankiebee2018-07-111-5/+5
| | | |
| | * | Merge branch 'develop' of https://github.com/MetaMask/metamask-extension ↵frankiebee2018-07-1125-227/+197
| | |\| | | | | | | | | | | | | into i#3896
| | * | tests - fix cancle transaction test to better fit new behaviorfrankiebee2018-06-272-13/+10
| | | |
| | * | woops - remove .onlyfrankiebee2018-06-261-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: @jennypollack
| | * | trandsactions - remove rejected transactions from historyfrankiebee2018-06-261-0/+14
| | | |
| | * | migration 27 - remove rejected transactions from statefrankiebee2018-06-261-0/+50
| | | |
| * | | fix detection on submit passwordEsteban MIno2018-07-211-6/+27
| | | |
| * | | keyring unlocked detect and unit testsEsteban MIno2018-07-201-6/+32
| | | |
| * | | detect tokens when submit password and new account selectedEsteban MIno2018-07-201-4/+4
| | | |
| * | | detect tokens through infuraEsteban MIno2018-07-131-9/+17
| | | |
| * | | improve testsEsteban MIno2018-07-121-56/+49
| | | |
| * | | fix lintEsteban MIno2018-07-041-54/+46
| | | |
| * | | Merge branch 'develop' into detectTokenFeatureEsteban MIno2018-07-0425-229/+199
| |\ \ \ | | | |/ | | |/|
| * | | tests for specEsteban MIno2018-06-281-0/+101
| | |/ | |/|
* | | test - unit - remove tests for obsolete methodskumavis2018-07-041-52/+0
| | |
* | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-07-0425-220/+245
|\ \ \ | | |/ | |/| | | | network-remove-provider-engine
| * | fix unit testsbrunobar792018-07-031-4/+3
| | |
| * | fix testsbrunobar792018-07-032-6/+12
| | |
| * | fix warning for unit testsbrunobar792018-07-0314-68/+35
| | |
| * | eslint --fix .brunobar792018-07-0321-168/+166
| |/
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-07-033-63/+66
|\| | | | | | | network-remove-provider-engine
| * Merge pull request #4566 from MetaMask/notice-phishingDan Finlay2018-06-151-46/+4
| |\ | | | | | | Push new notice on recent phishing incidents
| | * notices - replace getLatestNotice with getNextNoticekumavis2018-06-141-46/+4
| | |
| * | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-06-143-5/+97
| |\| | | | | | | | | | ValidateEmptyKey
| * | test - unit - add assertRejects to test asyncFnskumavis2018-06-142-5/+23
| | |
| * | test - unit - import strategies - properly await async methodskumavis2018-06-141-8/+8
| | |
| * | Make account import tests much more specificDan Finlay2018-06-121-10/+10
| | | | | | | | | | | | | | | However, they no longer seem to work. I'm unclear why this test is failing. The private key being provided should be valid.
| * | Improve private key import testsDan Finlay2018-06-081-1/+25
| | |
| * | Improve test formattingDan Finlay2018-06-081-16/+19
| | |
* | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-06-073-0/+97
|\ \ \ | | |/ | |/| | | | network-remove-provider-engine
| * | Merge pull request #4512 from MetaMask/test-metamask-no-diagnosticsThomas Huang2018-06-071-0/+3
| |\ \ | | | | | | | | test - metamask-controller - disable diagnostics
| | * | test - metamask-controller - disable diagnosticskumavis2018-06-061-0/+3
| | | |
| * | | Merge pull request #4414 from scsaba/recipient-blacklistkumavis2018-06-072-0/+94
| |\ \ \ | | |/ / | |/| | Disallow sending to ganache default accounts on main net
| | * | remove generating blocked accounts and use a config file insteadCsaba Solya2018-05-311-11/+10
| | | |
| | * | adding tests for recipient blacklist checkerCsaba Solya2018-05-301-0/+78
| | | |
| | * | adding transaction controller testsCsaba Solya2018-05-301-0/+17
| | | |
* | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-06-071-1/+26
|\| | | | | | | | | | | | | | | network-remove-provider-engine
| * | | diagnostics - rewrite bug-notifier as diagnostics-reporterkumavis2018-06-061-5/+0
| | |/ | |/|
| * | Mock notifier in testDan Finlay2018-06-051-0/+5
| | |
| * | Add failing test for unknown identity entryDan Finlay2018-06-051-3/+28
| |/
* | test - unit - tx-controller - fix blockTracker stubkumavis2018-05-291-0/+1
| |
* | test - unit - pending-tx-tracker - update method namekumavis2018-05-291-2/+2
| |
* | test - unit - nonce-tracker - fix blockTracker stubkumavis2018-05-291-0/+1
| |
* | controllers - transactions - merge @frankiebee's work with minekumavis2018-05-292-56/+7
| |
* | test - unit - metamask-controller - remove logkumavis2018-05-261-1/+0
| |
* | test - unit - code style nitpickkumavis2018-05-251-1/+2
| |
* | test - unit - metamask-controller - fix many bugs in testskumavis2018-05-251-33/+45
| |
* | test - unit - tx-controller-test - add history object to txMeta when using ↵kumavis2018-05-251-31/+29
| | | | | | | | internal calls
* | test - unit - move fetch polyfill to helperkumavis2018-05-252-6/+0
| |
* | test - unit - metamask-controller - polyfill global.fetchkumavis2018-05-251-2/+4
| |
* | test - remove .only from unit testskumavis2018-05-251-1/+1
| |
* | Merge branch 'network-remove-provider-engine' of ↵frankiebee2018-05-2338-307/+939
|\ \ | | | | | | | | | https://github.com/MetaMask/metamask-extension into transactions-use-new-block-tracker
| * | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-2338-307/+939
| |\| | | | | | | | | | network-remove-provider-engine
| | * Merge branch 'develop' into testingtmashuang2018-05-221-30/+0
| | |\
| | | * Reveal get filtered tx list (#4332)Frankie2018-05-221-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | * add getFilteredTxList from txController to getApi * transactions - remove dead code (isNonceTaken)
| | * | Merge branch 'develop' into testingtmashuang2018-05-226-57/+214
| | |\|
| | | * Fix migration 026 to produce the correct shape for state.identitiesWhymarrh Whitby2018-05-181-2/+2
| | | |
| | | * Update MetaMaskController vault restoration test for new KC apiWhymarrh Whitby2018-05-171-1/+1
| | | |
| | | * Add migration to move identities from KeyringControllerWhymarrh Whitby2018-05-171-0/+41
| | | |
| | | * Add test case for PreferencesController#setAccountLabelWhymarrh Whitby2018-05-171-0/+21
| | | |
| | | * Add PreferencesController#setAddresses to update idsWhymarrh Whitby2018-05-171-0/+44
| | | |
| | | * Update AddressBookController to read from preferences storeWhymarrh Whitby2018-05-171-13/+13
| | | |
| | | * Move setAccountLabel into PreferencesControllerWhymarrh Whitby2018-05-173-36/+84
| | | |
| | * | 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-174-90/+134
| | |\|
| | * | 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-0810-194/+271
| | |\ \
| | * | | setupUntrustedCommunication and setupTrustedCommunicationThomas2018-04-251-0/+45
| | | | |
| | * | | Merge branch 'master' into testingThomas2018-04-243-0/+91
| | |\ \ \
| | * | | | 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-116-34/+228
| | |\ \ \ \
| | * | | | | 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 ↵Thomas2018-04-032-2/+146
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into testing
| | | * | | | | Metamask controller methodsThomas2018-03-281-1/+146
| | | | | | | |
| | | * | | | | Remove console.logThomas2018-03-281-1/+0
| | | | | | | |
* | | | | | | | transactions - update pending-tx-tracker to use the new block trackerfrankiebee2018-05-231-1/+1
| | | | | | | |
* | | | | | | | test pending-tx-tracker - update tests to reflect new block tracker behavior ↵frankiebee2018-05-231-32/+21
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | and remove tx:confirmed event tests
* | | | | | | test - unit - network - get providerProxy via public methodkumavis2018-05-171-4/+5
| | | | | | |
* | | | | | | network - create provider and block-tracker via json-rpc-enginekumavis2018-05-171-4/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-171-25/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | scsaba-transaction-history-timestamps
| * \ \ \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-171-0/+30
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | network-controller-remove-setNetworkEndpoints
| * | | | | | test - network controller - remove tests for deprecated APIs + update testskumavis2018-05-031-25/+5
| | | | | | |
* | | | | | | add time stamps to transaction history log entriesCsaba Solya2018-05-103-65/+129
| |/ / / / / |/| | | | |
* | | | | | transactions - add a nonce check utility for ui usefrankiebee2018-05-021-0/+30
|/ / / / /
* | | | | Merge pull request #4116 from MetaMask/test-unit-ganacheThomas Huang2018-05-012-12/+12
|\ \ \ \ \ | | | | | | | | | | | | Test - Move unit tests to ganache-core
| * | | | | test - unit - send from test accounts to avoid not-enough-balance error from ↵kumavis2018-04-282-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | ganache
* | | | | | Verify identities state after restoring new accounts (#4091)Paul Bouchon2018-04-301-8/+25
|/ / / / /
* | | | | Merge pull request #4042 from MetaMask/tx-controller-rewrite-v3kumavis2018-04-268-173/+164
|\ \ \ \ \ | | | | | | | | | | | | docs and file organization for txController
| * \ \ \ \ Merge branch 'master' into tx-controller-rewrite-v3frankiebee2018-04-203-0/+91
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | meta - transactions - code clean up and jsDocfrankiebee2018-04-141-2/+2
| | | | | |
| * | | | | meta - transactions - create a transactions dir in controller and move ↵frankiebee2018-04-118-171/+162
| | |_|_|/ | |/| | | | | | | | | | | | | relevant files into it
* | | | | Clean up network configAlexander Tseung2018-04-241-1/+41
| |/ / / |/| | |
* | | | Merge branch 'master' into i3580-InternationalizeCurrencyDan Finlay2018-04-182-0/+64
|\ \ \ \
| * | | | Disable token price polling when no client is activebitpshr2018-04-171-0/+1
| | | | |
| * | | | Maintain token prices using a background servicebitpshr2018-04-161-0/+28
| | | | |
| * | | | Add tests for ComposableObservableStorebitpshr2018-04-141-0/+35
| |/ / /
* | | | Merge branch 'master' into i3580-InternationalizeCurrencyDan2018-04-106-56/+224
|\| | |
| * | | migrations - back fixesfrankiebee2018-04-061-1/+9
| | | |
| * | | create migration 25frankiebee2018-04-062-3/+50
| | | |
| * | | test - run live migrations over first time statefrankiebee2018-04-061-4/+25
| | | |
| * | | meta - create a migration templatefrankiebee2018-04-061-0/+17
| | | |
| * | | Merge pull request #3887 from MetaMask/i#3886kumavis2018-04-061-8/+9
| |\ \ \ | | | | | | | | | | transactions - remove unnecessary keys on txParams
| | * | | transactions - _normalizeTxParams will now return a new object for txParamsfrankiebee2018-04-061-9/+9
| | | | |
| | * | | transactions - remove unnecessary keys on txParamsfrankiebee2018-04-051-1/+2
| | | | |
| * | | | make migration-24 compat with first-time-statefrankiebee2018-04-061-0/+12
| |/ / /
| * | | transactions - make #_validateTxParams not async and "linting" wink wink ↵frankiebee2018-04-051-11/+8
| | | | | | | | | | | | | | | | nudge nudge
| * | | hot-fix - migrate unaproved txParams so that the from is lowercasefrankiebee2018-04-051-0/+37
| | | |
| * | | transactions - normalize txParamsfrankiebee2018-04-052-44/+72
| | | |
* | | | Fix and improve testDan Finlay2018-04-041-2/+12
| | | |
* | | | Internationalize currencyDan Finlay2018-04-041-0/+17
|/ / / | | | | | | | | | Fixes #3580
* | | tests - fix txController tests so that txMetas have a from feildfrankiebee2018-04-031-2/+4
| | |
* | | transactions validationt - valdate from field on txParamsfrankiebee2018-04-031-0/+24
|/ /
* | Rename variable to be more understandableDan Finlay2018-03-291-2/+19
| |
* | Add test to reproduce issue behaviorDan Finlay2018-03-291-0/+19
| |
* | migration for removing unnecessary transactions from statefrankiebee2018-03-282-3/+102
|/
* migration for adding submittedTime to the txMeta (#3727)Frankie2018-03-271-0/+32
| | | | | | * test for migration 022 * write migration 022 adding submittedTime to txMetas whove been submitted
* Merge branch 'master' into retry-tx-refractorDan2018-03-203-3/+3
|\
| * Remove unused files from ui folder. (#3577)anticlimactic2018-03-193-3/+3
| | | | | | | | | | | | * Removed unused UI files. Fixes #3434. * Reverted the deletion of "feature-toggle-utils.js". Reverted the deletion of the test files and modified the paths so they referred to the old-ui.
* | Merge branch 'master' into retry-tx-refractorfrankiebee2018-03-151-3/+1
|\|
| * deps - use pify instead of util.promisifykumavis2018-03-151-3/+1
| |
* | Merge branch 'master' into retry-tx-refractorDan2018-03-141-4/+6
|\|
| * Merge pull request #3497 from MetaMask/testingkumavis2018-03-101-4/+6
| |\ | | | | | | Persist rinkeby.infura.io and clean nock after
| | * Persist rinkeby.infura.io and clean nock afterThomas2018-03-101-4/+6
| | |
* | | tests - add tests for transactions#retryTransaction and ↵frankiebee2018-03-141-1/+44
|/ / | | | | | | transactions#_markNonceDuplicatesDropped
* | Merge pull request #3409 from scsaba/seed-phrase-verificationDan Finlay2018-03-081-0/+133
|\ \ | |/ |/| Add seed phrase verification script into background process
| * move more test code to beforeEachCsaba Solya2018-03-041-23/+8
| |
| * verify seedwords on log inCsaba Solya2018-03-041-40/+8
| |
| * verify addresses regardless caseCsaba Solya2018-03-031-0/+44
| |
| * seed phrase verifierCsaba Solya2018-03-031-0/+136
| |
* | fix typo in tests and tx-state-managerJeffrey Tong2018-03-082-4/+4
| |
* | Merge pull request #3259 from MetaMask/controllerStubskumavis2018-03-073-126/+96
|\ \ | | | | | | Offline testing
| * | Using noop to not lose itThomas2018-02-281-1/+1
| | |
| * | Revert initializing first-time-stateThomas2018-02-281-3/+3
| | |
| * | Network controller nockThomas Huang2018-02-161-24/+16
| | |
| * | Offline testingThomas Huang2018-02-163-103/+81
| | |
* | | Merge pull request #3309 from scsaba/edge-supportDan Finlay2018-03-071-0/+101
|\ \ \ | | | | | | | | Add Edge Support
| * | | fix testCsaba Solya2018-02-231-1/+2
| | | |
| * | | add negative decrypt testCsaba Solya2018-02-231-0/+20
| | | |
| * | | fix testsCsaba Solya2018-02-231-6/+20
| | | |
| * | | adding testsCsaba Solya2018-02-231-0/+66
| | |/ | |/|
* | | Remove logsDan Finlay2018-03-031-1/+0
| | |
* | | Add version bumping scriptDan Finlay2018-03-033-0/+1031
|/ / | | | | | | | | One step towards automating our deploy process is automating our version bumping scheme. This PR does that.
* | Point add-token unit test to old-ui component.Dan2018-02-081-1/+1
| |
* | Merge branch 'master' into uatDan2018-02-083-0/+102
|\|
| * Merge pull request #3146 from MetaMask/i3082-AddTokenValidateInputsFrankie2018-02-011-0/+43
| |\ | | | | | | Set address to default with empty string, add test validation.
| | * Clean up test, remove react & mountWithStoreThomas2018-01-311-3/+2
| | |
| | * Set address to default with empty string, add test validation.Thomas2018-01-311-0/+44
| | |
| * | Merge branch 'master' into localStorage-clean-upFrankie2018-02-011-0/+43
| |\ \
| | * | clean upBruno Barbieri2018-02-011-19/+13
| | | |
| | * | add test for wipeTransactionsBruno Barbieri2018-02-011-0/+49
| | |/
| * | remove RecentBlocks from diskfrankiebee2018-02-011-0/+1
| | |
| * | test for migration 021frankiebee2018-01-311-0/+15
| |/
* | Merge branch 'uat' into newmasterChi Kei Chan2018-01-205-131/+126
|\ \ | |/ |/|
| * Merge branch 'uat' into uat-master-011618Alexander Tseung2018-01-175-131/+126
| |\
| | * Merge branch 'NewUI-flat' into NewUI-flat-4.0.5cAlexander Tseung2018-01-045-131/+126
| | |\
| | | * [NewUI] Fixes tests and sends user to NewUI after registering. (#2788)Dan J Miller2017-12-221-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixes tests and sends user to NewUI after registering. * Karma config? * Empty commit * Remove unneeded json state mock file.
| | | * Merge branch 'master' into NewUI-flatDan2017-12-211-0/+48
| | | |\
| | | * \ Merge branch 'master' into NewUI-flatChi Kei Chan2017-12-071-20/+67
| | | |\ \
| | | * | | Merge branch 'master' into NewUI-flat-merge-with-masterDan2017-12-071-0/+33
| | | | | |
| | | * | | Update to Enzyme 3.2.0Thomas Huang2017-11-263-5/+5
| | | | | |
| | | * | | Merge branch 'master' into merge-masterChi Kei Chan2017-11-161-4/+4
| | | |\ \ \
| | | * | | | Get current NewUI-flat tests working.Dan2017-11-034-137/+101
| | | | | | |
| | | * | | | Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-252-2/+3
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'NewUI-flat' into mergeChi Kei Chan2017-10-191-0/+32
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-043-56/+36
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ Merge branch 'master' into mmnChi Kei Chan2017-09-2810-417/+588
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge branch 'master' into nmChi Kei Chan2017-09-195-128/+269
| | | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Merge branch 'master' into NewUI-flatkumavis2017-08-096-123/+320
| | | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | | refactored and added unit testSimon Liang2017-08-081-0/+32
| | | | | | | | | | | | |
| | | | * | | | | | | | | Merge branch 'master' into feat/mm-ui-5sdtsui2017-08-075-53/+197
| | | | |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | test - createTestProviderTools includes block tracker layerkumavis2018-01-183-17/+15
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | test - tx controller - fix txGasUtil referencekumavis2018-01-181-2/+2
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | test - typo - fix spelling of word stubbedkumavis2018-01-183-6/+6
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | test - remove createEthJsQueryStubkumavis2018-01-181-4/+2
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | test - fix to match expected behaviorfrankiebee2018-01-151-14/+28
| | | | | | | | | | | | |
* | | | | | | | | | | | | Add test for gas estimate defaultDan Finlay2018-01-091-0/+19
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #2891 from MetaMask/i2621-0xRecipientAddressThomas Huang2018-01-091-0/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Account for 0x/empty string recipient
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into i2621-0xRecipientAddressDan Finlay2018-01-091-0/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Account for 0x/empty string address and contract creationThomas2018-01-081-0/+32
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #2851 from MetaMask/i2812-seedworderrorfixKevin Serrano2018-01-091-2/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | Fix condition where failing seed word checks would infinite-spin future attempts.
| * | | | | | | | | | | | | Test for failure of the async methods.Kevin Serrano2018-01-041-2/+20
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Fix feature to workDan Finlay2018-01-061-3/+5
| | | | | | | | | | | | |
* | | | | | | | | | | | | Add test for better gas estimationDan Finlay2018-01-061-0/+25
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #2817 from MetaMask/i#2810Frankie2017-12-291-2/+61
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | only check nonces of transactions who's from address match the txMeta
| * | | | | | | | | | | | tests - be more verbose in test messagesfrankiebee2017-12-291-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | add tests for #_checkIfNonceIsTakenfrankiebee2017-12-281-2/+61
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Add additional test to ui utils to account for exact wei values.Kevin Serrano2017-12-281-0/+6
| | | | | | | | | | | |
* | | | | | | | | | | | Add test for edge case.Kevin Serrano2017-12-281-0/+6
|/ / / / / / / / / / /
* | | | | | | | | | / Add failing test for updating token detailsDan Finlay2017-12-191-0/+48
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Add tests for exponential backoff code in _resubmitTxDan2017-12-071-17/+63
| | | | | | | | | |
* | | | | | | | | | Update resubmitPendingTxs tests.Dan2017-12-071-3/+4
| | | | | | | | | |
* | | | | | | | | | Remove logsDan Finlay2017-11-211-6/+0
| | | | | | | | | |
* | | | | | | | | | Get test passingDan Finlay2017-11-211-4/+25
| | | | | | | | | |
* | | | | | | | | | Add failing test for #2577 Seed Phrase BugDan Finlay2017-11-211-0/+18
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | newUnaprovedTx => newUnapprovedTxDora E. Mondrian2017-11-061-4/+4
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | This typo tripped me up when I was reading through the code and trying to understand what's going on.
* | | | | | | | Fix unit testChi Kei Chan2017-10-212-2/+3
|/ / / / / / /
* | | | | | | Revert "NetworkController refactor for new EthClient interface"kumavis2017-10-192-9/+23
| | | | | | |
* | | | | | | Move etherscan link logic into moduleDan Finlay2017-10-142-30/+0
| | | | | | |
* | | | | | | nonce-tracker - use blockTracker directlykumavis2017-10-121-3/+4
| | | | | | |
* | | | | | | network-controller - use obj-proxy for providerProxykumavis2017-10-111-20/+5
| | | | | | |
* | | | | | | Make modificationKevin Serrano2017-10-101-1/+1
| | | | | | |
* | | | | | | Fix to actually fail in earlier versions.Kevin Serrano2017-10-101-5/+7
| | | | | | |
* | | | | | | Add test to look for wei precision.Kevin Serrano2017-10-101-0/+36
| | | | | | |
* | | | | | | Merge pull request #2305 from MetaMask/nodeifyFrankie2017-10-071-4/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nodeify - allow callback to be optional
| * | | | | | | nodeify - fix testkumavis2017-10-071-4/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Provide method for tx tracker to refer to all txsDan Finlay2017-10-071-2/+3
| | | | | | |
* | | | | | | Add failing test for issue #2294Dan Finlay2017-10-071-1/+52
|/ / / / / /
* | | | | | pending tx tracker - test - expect warning event on resubmit failurekumavis2017-10-031-2/+9
| | | | | |
* | | | | | pending tx tracker - test - rename tests to match event namekumavis2017-10-031-4/+4
| | | | | |
* | | | | | Merge branch 'history-notes' of github.com:MetaMask/metamask-extension into ↵kumavis2017-10-031-3/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | history-notes
| * | | | | | tx state history - fix bug where initial snapshot was mutated on updateTxkumavis2017-10-031-0/+22
| | | | | | |
* | | | | | | tx state history - test - fix format of history entrieskumavis2017-10-031-0/+26
|/ / / / / /
* | | | | / pending-tx - dont check the balance to rebrodcastfrankiebee2017-09-302-51/+1
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #2124 from MetaMask/breakout-mascarakumavis2017-09-281-0/+1
|\ \ \ \ \ | | | | | | | | | | | | require metamascara
| * | | | | stub platformfrankiebee2017-09-201-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' into new-currency-testkumavis2017-09-288-404/+577
|\ \ \ \ \
| * \ \ \ \ Merge pull request #2194 from MetaMask/network-controller-refactorkumavis2017-09-281-3/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | Network controller refactor
| | * | | | | network controller - refactor to use _setProviderkumavis2017-09-281-3/+3
| | | | | | |
| * | | | | | Merge branch 'master' into direct-block-trackerkumavis2017-09-285-233/+471
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge pull request #2035 from MetaMask/transactionControllerRefractorPt3kumavis2017-09-285-233/+471
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | Transaction controller refractor pt3
| | | * | | | | pending-tx - move incrementing of the retryCount on the txMeta outside ↵frankiebee2017-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: make evnt names pretty and eaiser to readfrankiebee2017-09-271-9/+9
| | | | | | | | |
| | | * | | | | | transactions: lint fixes and reveal status-update event for balance controllerfrankiebee2017-09-271-1/+1
| | | | | | | | |
| | | * | | | | | Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-09-275-7/+121
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | add test for pendingTxCountfrankiebee2017-09-141-0/+13
| | | | | | | | |
| | | * | | | | | match other controller patternsfrankiebee2017-09-131-1/+1
| | | | | | | | |
| | | * | | | | | more tests and craete a getPendingTransactions functionfrankiebee2017-09-092-1/+24
| | | | | | | | |