aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib
Commit message (Expand)AuthorAgeFilesLines
* Ensure app-header is rendered in responsive layoutsdtsui2017-08-031-1/+1
* Merge branch 'master' into i1805-LiveBlacklistUpdatingDan Finlay2017-07-271-0/+38
* nonce-tracker - hotfix for provider proxyingkumavis2017-07-271-4/+11
* nonce-tracker - add raw baseNonceHex to nonceDetailskumavis2017-07-271-1/+1
* tx controller + nonce tracker - record nonce components on txMetakumavis2017-07-271-2/+5
* nonce-tracker - validation - add validation failing value type to error messagekumavis2017-07-271-3/+3
* nonce-tracker - validation - add validation failing value to error messagekumavis2017-07-271-3/+3
* Add stack traces both in errors and as a way to track txMetasfrankiebee2017-07-261-0/+8
* transactions - block nonce-tracker while updating pending transactionskumavis2017-07-191-14/+29
* nonce-tracker - fix lock mechanism to be a real mutexkumavis2017-07-191-11/+15
* nonce-tracker - return nonce as integerkumavis2017-07-191-1/+1
* nonce-tracker - validate nonce calc componentskumavis2017-07-191-3/+9
* turn off auto faucet and remove filefrankiebee2017-07-181-20/+0
* make publishTransaction and signTransaction async methodsfrankiebee2017-07-141-2/+7
* Fix test to match behaviorfrankiebee2017-07-131-1/+1
* use new nodeifyfrankiebee2017-07-131-21/+6
* Use txParamsfrankiebee2017-07-121-4/+4
* Merge branch 'master' into nonce-trackerfrankiebee2017-07-121-0/+9
|\
| * Improve insufficient balance checking in retry loopDan Finlay2017-07-121-0/+9
* | fix nonce calculation orderfrankiebee2017-07-061-6/+7
* | nonce-tracker: only check transactions that are not supposed to be ignoredfrankiebee2017-06-281-6/+7
* | fix nonceTrackerfrankiebee2017-06-221-8/+6
* | add a test for #getNonceLockfrankiebee2017-06-221-6/+16
* | introduce nonce-trackerkumavis2017-06-151-0/+49
|/
* LintingThomas Huang2017-06-131-2/+2
* Update gasblocklimit params with every block.Kevin Serrano2017-06-032-9/+2
* Convert gasLimit to not use muln in BNKevin Serrano2017-06-021-2/+8
* Merge pull request #1500 from MetaMask/RemoveStreamingSubproviderThomas Huang2017-05-261-17/+5
|\
| * Remove stream subproviderDan Finlay2017-05-261-17/+5
* | fix spellingfrankiebee2017-05-251-2/+2
* | Merge branch 'master' into reloadDappfrankiebee2017-05-252-2/+14
|\|
| * Merge pull request #1494 from MetaMask/1472-gasceilingDan Finlay2017-05-251-1/+12
| |\
| | * Add new blockGasLimit property to txMeta object.Kevin Serrano2017-05-251-1/+12
| * | inpage-provider - disable polling after first blockkumavis2017-05-251-1/+2
| |/
* / Reload the page when switching networks for sites that use web3frankiebee2017-05-251-22/+25
|/
* Merge branch 'master' into networkControllerFrankie2017-05-241-5/+17
|\
| * clean - remove console logskumavis2017-05-231-2/+0
| * deps - use stream-subprovider from provider-enginekumavis2017-05-231-1/+1
| * Rename stream to streamSubproviderDan Finlay2017-05-231-4/+4
| * Use filter subprovider in-page to avoid filter leaksDan Finlay2017-05-231-2/+6
| * Add new streaming subprovider but getting a loopDan Finlay2017-05-211-5/+15
* | Fix for testsfrankiebee2017-05-241-0/+29
* | Wrap the provider in a proxyfrankiebee2017-05-231-3/+2
* | Merge branch 'master' into networkControllerfrankiebee2017-05-232-20/+47
|\|
| * Remove all traces of testnetThomas Huang2017-05-161-10/+5
| * Change default network to rinkebyThomas Huang2017-05-161-5/+5
| * migrator - fix typokumavis2017-05-131-1/+1
| * migrator - cleaner migration runner with es7kumavis2017-05-121-25/+13
| * use asyncQ.waterfall instead of asyncQ.eachSeriesfrankiebee2017-05-121-4/+10
| * fix migratorfrankiebee2017-05-111-9/+8
* | Create a network controller to manage switcing networks an updating the providerfrankiebee2017-05-192-72/+3
|/
* Minor lintKevin Serrano2017-05-031-1/+1
* notification-manager - remove promise listenerkumavis2017-04-291-3/+0
* Merge branch 'master' into rinkebyDan Finlay2017-04-288-21/+21
|\
| * Fix linting warningsThomas Huang2017-04-278-22/+22
* | Add missing changes. Create unique style for rinkeby icon.Kevin Serrano2017-04-261-1/+5
* | add rinkeby networkNickyg2017-04-261-0/+5
|/
* auto-faucet - only skip faucet on explicit test environmentkumavis2017-04-051-1/+1
* add platforms to mascara + move buyEther window open to uikumavis2017-04-052-3/+24
* Switch auto-faucet from XMLHttpRequest to fetchfrankiebee2017-04-041-5/+11
* notification-manager - rename show -> showPoup + make getPopup privatekumavis2017-04-011-10/+10
* extension - remove local extension files, we use extensionizerkumavis2017-03-312-85/+0
* introduce platform api and rename notifications to notification-managerkumavis2017-03-312-67/+74
* Merge pull request #1293 from MetaMask/ImproveGasEstimatesKevin Serrano2017-03-301-3/+4
|\
| * tx-utils - gas buffer ceiling at 90% of block gas limitkumavis2017-03-301-3/+4
* | LintedDan Finlay2017-03-301-1/+1
* | Fix popup behavior for FirefoxDan Finlay2017-03-302-2/+7
|/
* tx manager - adjust new tx flow and txMeta decorationskumavis2017-03-291-17/+15
* Improve UI gas calculation logicDan Finlay2017-03-291-0/+7
* Remove gas limit paramDan Finlay2017-03-241-3/+3
* Merge branch 'master' into i238-kovanKevin Serrano2017-03-231-1/+5
|\
| * Add current block number and hash to the state.Kevin Serrano2017-03-231-1/+5
* | Add kovan config settings to config manager.Kevin Serrano2017-03-231-0/+4
|/
* Remove eth-lightwalletDan Finlay2017-03-173-513/+0
* Merge branch 'master' into kumavis-patch-1Dan Finlay2017-03-093-207/+0
|\
| * Merge branch 'master' into i1144-moarrpcKevin Serrano2017-03-091-5/+8
| |\
| * \ Merge branch 'master' into i1144-moarrpcKevin Serrano2017-03-081-8/+14
| |\ \
| * \ \ More conflict resolution.Kevin Serrano2017-03-023-237/+0
| |\ \ \
| | * | | add controllers to root scripts folderDan Finlay2017-02-283-238/+0
| | * | | Merge branch 'master' into i1144-moarrpcDan Finlay2017-02-287-34/+127
| | |\ \ \
| * | \ \ \ Fix merge conflicts.Kevin Serrano2017-03-028-55/+129
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Tested against code to play nice with unit tests.Kevin Serrano2017-02-241-2/+11
| * | | | | Implemented functionality for displaying recent custom RPCsKevin Serrano2017-02-231-14/+15
| * | | | | Fix namingKevin Serrano2017-02-221-2/+2
| * | | | | Basic infrasture for RPC list added.Kevin Serrano2017-02-221-3/+23
* | | | | | tx-utils - add encoding utilskumavis2017-03-081-1/+1
* | | | | | tx-utils - stricter naming type-based conventionkumavis2017-03-081-9/+15
* | | | | | tx-utils - clean and commentkumavis2017-03-081-15/+11
| |_|_|_|/ |/| | | |
* | | | | change BN.mul to BN.mulnJared Pereira2017-03-081-1/+1
* | | | | remove constant buffer and add multiplierJared Pereira2017-03-081-5/+8
| |_|_|/ |/| | |
* | | | Fix normalizeMsgData function to always return hex prefixedDan Finlay2017-03-071-1/+1
* | | | Render personal_sign messages as utf-8 textDan Finlay2017-03-071-8/+14
| |/ / |/| |
* | | LintedDan Finlay2017-03-011-1/+0
* | | Remove gasMultiplier txMeta paramDan Finlay2017-03-014-21/+3
* | | Fixed bug that made send screen sometimes transition to account detailDan Finlay2017-03-011-0/+1
| |/ |/|
* | Got personal_sign workingDan Finlay2017-02-241-2/+2
* | Add alternate UI for pending personal_sign messagesDan Finlay2017-02-242-1/+3
* | Fix referenceDan Finlay2017-02-221-1/+1
* | Move sigUtil and keyrings to external modulesDan Finlay2017-02-226-32/+122
|/
* Merge branch 'dev' into disclaimer-notifyKevin Serrano2017-02-101-0/+5
|\
| * Allowed net_version to be called synchronouslyKevin Serrano2017-02-091-0/+5
* | Delete all code related to disclaimers.Kevin Serrano2017-02-102-24/+0
|/
* Fix typoDan Finlay2017-02-051-1/+1
* Remove shapeshift tx list from idStoreDan Finlay2017-02-051-2/+1
* Stop removing old shapeshift txsDan Finlay2017-02-051-16/+0
* Do not remove completed shapeshift depositsDan Finlay2017-02-041-1/+2
* Fix bug when clearing old shapeshift txsDan Finlay2017-02-041-1/+3
* Automatically remove shapeshift txs over 11 minutes old with no paymentDan Finlay2017-02-041-0/+22
* Got ShapeShiftController back to workingDan Finlay2017-02-041-12/+7
* Mostly got shapeshift tx management into its own controllerDan Finlay2017-02-042-34/+100
* eth-store - update store state after manipulatingkumavis2017-02-041-0/+2
* id mgmt - update to latest eth_sign speckumavis2017-02-041-8/+27
* migrations - fix migration #9 and add safety checks to migratorkumavis2017-02-041-1/+12
* eths-store - eagerly set current blockkumavis2017-02-041-0/+2
* migration #9 - break out CurrencyController substatekumavis2017-02-033-50/+70
* eth-store - cbs default to noopkumavis2017-02-031-5/+5
* eth-store - convert to obs-store subclasskumavis2017-02-031-116/+98
* messageManager - move view state to obs-storekumavis2017-02-031-32/+20
* emit a update badgeFrankie2017-02-021-1/+1
* put updateBadge back inFrankie2017-02-021-0/+1
* swap out set state for updateStateFrankie2017-02-021-4/+1
* Merge branch 'dev' into messageManagerCleanUpFrankie2017-02-022-5/+38
|\
| * continue rename selectedAccount to selectedAddresskumavis2017-01-311-5/+5
| * rename selectedAccount to selectedAddresskumavis2017-01-311-2/+5
| * preferences - introduce preferences controllerkumavis2017-01-311-0/+30
* | code clan up and testsFrankie2017-02-021-22/+20
* | Merge branch 'dev' into messageManagerCleanUpFrankie2017-01-291-9/+1
|\|
| * tests - remove persistence and start with initial statekumavis2017-01-281-9/+1
* | Clean up message manger includes:Frankie2017-01-291-10/+67
* | Merge branch 'dev' into messageManagerCleanUpFrankie2017-01-281-4/+5
|\|
| * background - stream disconnection fixkumavis2017-01-271-4/+5
* | Rewrite message controller to fit controller patternFrankie2017-01-281-48/+45
|/
* background - organize metamask instantiationkumavis2017-01-271-1/+1
* obs-store - use published modulekumavis2017-01-257-274/+52
* Merge branch 'dev' into obs-store2kumavis2017-01-223-2/+62
|\
| * Merge branch 'dev' into conversion-api-errDan Finlay2017-01-183-3/+63
| |\
| | * eth-store - emit update on new account addkumavis2017-01-151-1/+3
| | * Satisfy review needs:Frankie2017-01-141-2/+12
| | * background - handle tx finalization in controllers instead of provider-enginekumavis2017-01-131-0/+48
| * | currency conversion - less noisy errorkumavis2017-01-121-1/+1
* | | migrations - wip - 005 multivault migrationkumavis2017-01-122-23/+14
* | | migrations - introduce promise-based migratorkumavis2017-01-121-0/+31
* | | background - move pojo migrator to outside of metamask controllerkumavis2017-01-128-53/+99
* | | background - introduce ObservableStorekumavis2017-01-127-109/+163
| |/ |/|
* | bugfix - portstream - dont wrap cb in try catchkumavis2017-01-121-2/+2
|/
* Remove erroneous OOG estimation logic.Dan Finlay2017-01-111-15/+2
* deps - replace promise-request with fetchkumavis2017-01-111-4/+3
* Fixed bugs with sanity-checkingDan Finlay2017-01-051-12/+10
* Caught typoDan Finlay2017-01-051-2/+3
* Add descriptive commentDan Finlay2017-01-051-0/+9
* LintedDan Finlay2017-01-051-22/+17
* Removed reliance on eth-store internal custom eth-queryDan Finlay2017-01-051-6/+15
* Move eth-store@1.1.0 into local repo.Dan Finlay2017-01-051-0/+132
* inpage-provider - add isMetaMaskkumavis2017-01-031-0/+2
* Merge branch 'dev' into TxManagerFrankie2016-12-244-5/+11
|\
| * Remove logDan Finlay2016-12-231-1/+0
| * Merge pull request #948 from MetaMask/RecoverLostAccountsDan Finlay2016-12-233-3/+9
| |\
| | * Restructured migrationDan Finlay2016-12-222-2/+8
| | * Return undefined when vault is uninitializedDan Finlay2016-12-221-1/+1
| * | Fix account injection bugDan Finlay2016-12-231-2/+3
| |/
* | Merge branch 'dev' into TxManagerFrankie2016-12-223-166/+44
|\|
| * Merge pull request #916 from MetaMask/i894-DetectBadAccountsDan Finlay2016-12-212-10/+44
| |\
| | * Made changes according to feedback.Dan Finlay2016-12-202-11/+10
| | * Got bad account detection working and added to stateDan Finlay2016-12-101-21/+1
| | * Mostly added bad account detectionDan Finlay2016-12-092-6/+61
| * | Remove encryptor in favor of external browser-passworderDan Finlay2016-12-201-156/+0
| * | Lint.Kevin Serrano2016-12-201-2/+2
| |/
* | First pass at revision requestsFrances Pangilinan2016-12-223-289/+6
* | Create a TxManagerFrances Pangilinan2016-12-153-52/+118
|/
* Fix vault encrypting & unlocking bugDan Finlay2016-12-011-2/+3
* Add useful nodeify error messageDan Finlay2016-11-301-2/+9
* Fix nodeifyDan Finlay2016-11-291-55/+13
* Denodeify most of KeyringControllerDan Finlay2016-11-291-0/+59
* Merge branch 'master' into devDan Finlay2016-11-242-22/+55
|\
| * rpc - add sync uninstallFilter supportkumavis2016-11-241-0/+7
| * idStore - fix estimateGas calculationkumavis2016-11-231-22/+48
* | Fix new encryptor migration logicDan Finlay2016-11-231-1/+0
* | Simplify Encryptor API SurfaceDan Finlay2016-11-231-8/+18
* | Merge pull request #857 from MetaMask/i841-RenameMethodkumavis2016-11-231-1/+1
|\ \
| * | Rename idStoreMigrator method for clarityDan Finlay2016-11-221-1/+1
* | | Merge pull request #869 from MetaMask/dev-cleanupkumavis2016-11-232-9/+9
|\ \ \
| * | | change all instances of selectedAddress to selectedAccount.Kevin Serrano2016-11-221-5/+5
| * | | Remove entropy from encryption and project.Kevin Serrano2016-11-221-4/+4
| |/ /
* / / Phase out ethereumjs-util from encryptor module.Kevin Serrano2016-11-231-6/+4
|/ /
* | Merge branch 'dev' into i831-AddRopsten-DevDan Finlay2016-11-2211-50/+308
|\ \ | |/ |/|
| * Maintain linting.Kevin Serrano2016-11-192-3/+3
| * Update migration code for new hd wallet param nameDan Finlay2016-11-191-2/+2
| * Resolve merge conflict.Kevin Serrano2016-11-1911-47/+305
| |\
| | * random-id - use Number.MAX_SAFE_INTEGER as maxkumavis2016-11-181-1/+1
| | * Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i3...Dan Finlay2016-11-189-37/+52
| | |\
| | | * Fix semantics in commentsKevin Serrano2016-11-161-1/+1
| | | * Lints.Kevin Serrano2016-11-161-1/+1
| | | * Resolve merge conflicts.Kevin Serrano2016-11-161-4/+4
| | | |\
| | | * | Re-enable disclaimer screen. Rename variables to reflect role more clearly.Kevin Serrano2016-11-152-5/+5
| | | * | Package normalize inside sig util file.Kevin Serrano2016-11-121-0/+5
| | | * | Linting to the max.Kevin Serrano2016-11-128-30/+24
| | | * | Merge branch 'master' into i328-MultiVaultkumavis2016-11-111-2/+16
| | | |\ \
| | | * \ \ Merge branch 'master' into i328-MultiVaultFrankie2016-11-111-1/+3
| | | |\ \ \
| | * | | | | Replace old random-id code with incrementing id generatorDan Finlay2016-11-182-10/+10
| | |/ / / /
| | * | | | Merge branch 'master' into i328-MultiVaultDan Finlay2016-11-081-5/+5
| | |\ \ \ \
| | * | | | | Fix password validation and persistence issueDan Finlay2016-11-041-0/+3
| | * | | | | Fix account nicknaming bugDan Finlay2016-11-041-2/+4
| | * | | | | Don't faucet during testsDan Finlay2016-11-041-1/+2
| | * | | | | Don't faucet in developmentDan Finlay2016-11-041-1/+3
| | * | | | | Fix handling of migrating old vault styleDan Finlay2016-11-031-3/+12
| | * | | | | Implement seed word confirmation page.Kevin Serrano2016-11-012-6/+14
| | * | | | | Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i3...Kevin Serrano2016-10-312-1/+51
| | |\ \ \ \ \
| | | * | | | | Now migrating old vaults to new DEN formatDan Finlay2016-10-292-1/+51
| | | * | | | | Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i3...Dan Finlay2016-10-262-16/+0
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'master' into i328-MultiVaultDan Finlay2016-10-261-9/+14
| | | |\ \ \ \ \ \
| | * | \ \ \ \ \ \ Merge branch 'master' into i328-MultiVaultKevin Serrano2016-10-291-11/+16
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | Phase out extra warning screen.Kevin Serrano2016-10-262-16/+0
| | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Create basic keyring-controller unit test fileDan Finlay2016-10-221-0/+9
| | * | | | | | | Added SimpleKeyring testsDan Finlay2016-10-221-0/+23
| | * | | | | | | Began adding first basic keyringDan Finlay2016-10-211-1/+0
| | * | | | | | | Merge branch 'master' into i328-MultiVaultDan Finlay2016-10-211-1/+1
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix testsDan Finlay2016-10-211-6/+8
| | * | | | | | | | Linted & added salting to vaultDan Finlay2016-10-212-1/+17
| | * | | | | | | | Git merge resolution.Kevin Serrano2016-10-203-1/+32
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Intermediary commit.Kevin Serrano2016-10-201-0/+11
| | * | | | | | | | | Merge in crypto.Kevin Serrano2016-10-201-0/+119
| | * | | | | | | | | Initial work on UI sideKevin Serrano2016-10-161-0/+21
* | | | | | | | | | | Begin adding Ropsten supportDan Finlay2016-11-221-0/+4
|/ / / / / / / / / /
* | | | | | | | | / Increment tx ids to avoid collisionsDan Finlay2016-11-183-11/+11
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | First attempt at fixing errors in confirmation screen.Kevin Serrano2016-11-151-3/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | detect tx error - show warning and fix gasLimitkumavis2016-11-111-2/+16
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | remove gas field, due to alias redundancy.Kevin Serrano2016-11-101-1/+0
* | | | | | | Fix bug for increasing gas by 20 percent.Kevin Serrano2016-11-101-0/+2
* | | | | | | Adjust gas buffer to be 20% over estimateDan Finlay2016-11-091-1/+2
* | | | | | | Increase gas bufferDan Finlay2016-11-091-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix gas price bufferingDan Finlay2016-11-081-5/+5
| |_|_|/ / |/| | | |
* | | | | Merge branch 'master' into i762-RenameWalletToAccountDan Finlay2016-10-271-2/+2
|\ \ \ \ \
| * | | | | Fix delegate call function reference 2Dan Finlay2016-10-261-1/+1
| * | | | | Fix delegate call analysisDan Finlay2016-10-261-1/+1
| | |_|_|/ | |/| | |
* / | | | Rename wallet to accountDan Finlay2016-10-261-1/+1
|/ / / /
* | | | Merge branch 'master' into i743-FixDelegateCallFlagkumavis2016-10-251-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Add note about callback param to sync method warningDan Finlay2016-10-201-1/+1
| | |/ | |/|
* / | Reproduced issue 743 in test caseDan Finlay2016-10-181-9/+14
|/ /
* | Restore hex prefix to gas priceDan Finlay2016-10-181-1/+1
* | Increase gas estimate by 100000 weiDan Finlay2016-10-181-1/+9
* | Specify base 10 in bignumberFrankie2016-10-141-1/+1
* | Merge branch 'master' into i#495CustomGasFieldFrankie2016-10-144-22/+28
|\|
| * Merge branch 'master' into i695-dapp-reloadkumavis2016-10-132-0/+13
| |\
| * | dapp reload - fixed disconnect detection via pollingkumavis2016-10-134-22/+28
* | | Fix gasPrice rangeFrankie2016-10-143-4/+20
* | | Merge branch 'master' into i#495CustomGasFieldFrankie2016-10-122-0/+13
|\ \ \ | | |/ | |/|
| * | Fix bug where new vaults had no nicknamesDan Finlay2016-10-121-0/+2
| * | Renamed variables to make more sense.Kevin Serrano2016-10-071-2/+2
| * | Add new functions for storing TOS hashes in config manager.Kevin Serrano2016-10-061-0/+11
| |/
* | Merge branch 'master' into i#495CustomGasFieldFrankie2016-10-113-7/+7
|\|