aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib
Commit message (Collapse)AuthorAgeFilesLines
* "fix" hours for messagefrankiebee2017-10-061-1/+2
|
* pending-tx - check time stamp instead of block number for resubmitfrankiebee2017-10-061-3/+4
|
* pending tx tracker - on tx:warn append error message instead of error objkumavis2017-10-031-1/+1
|
* pending tx tracker - tx:warning event includes err objkumavis2017-10-031-2/+2
|
* pending tx tracker - resubmit - warn dont error on unknown errorkumavis2017-10-031-2/+5
|
* pending tx tracker - dont throw on load failurekumavis2017-10-031-1/+0
|
* Merge branch 'history-notes' of github.com:MetaMask/metamask-extension into ↵kumavis2017-10-031-1/+2
|\ | | | | | | history-notes
| * Merge branch 'master' into history-notesfrankiebee2017-10-031-1/+2
| |\
| | * tx state history - fix bug where initial snapshot was mutated on updateTxkumavis2017-10-032-2/+3
| | |
* | | tx state history - append note to first op of diffkumavis2017-10-031-2/+5
|/ /
* / transaction - provide notes for historyfrankiebee2017-10-031-5/+5
|/
* pending-tx - dont check the balance to rebrodcastfrankiebee2017-09-301-15/+0
|
* account-tracker - remove unused importkumavis2017-09-281-1/+0
|
* Merge branch 'master' into direct-block-trackerkumavis2017-09-284-37/+261
|\
| * Merge pull request #2035 from MetaMask/transactionControllerRefractorPt3kumavis2017-09-283-36/+257
| |\ | | | | | | Transaction controller refractor pt3
| | * pending-tx - move incrementing of the retryCount on the txMeta outside ↵frankiebee2017-09-271-2/+1
| | | | | | | | | | | | pending-tx-tracker
| | * transactions: make evnt names pretty and eaiser to readfrankiebee2017-09-271-8/+8
| | |
| | * transactions: lint fixes and reveal status-update event for balance controllerfrankiebee2017-09-271-6/+6
| | |
| | * Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-09-2711-185/+163
| | |\
| | * | ensure that values written to txParams are hex stringsfrankiebee2017-09-141-0/+9
| | | |
| | * | linting && format fixingfrankiebee2017-09-131-5/+4
| | | |
| | * | match other controller patternsfrankiebee2017-09-131-8/+13
| | | |
| | * | fix miss typefrankiebee2017-09-091-1/+1
| | | |
| | * | more tests and craete a getPendingTransactions functionfrankiebee2017-09-091-0/+6
| | | |
| | * | remove unused variablefrankiebee2017-09-071-1/+0
| | | |
| | * | fix merge and errors disaperaing on updatefrankiebee2017-09-071-2/+5
| | | |
| | * | Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-09-074-52/+136
| | |\ \
| | * | | add better commentsfrankiebee2017-09-061-1/+0
| | | | |
| | * | | rename tx-utils.js -> tx-gas-utils.jsfrankiebee2017-09-061-4/+0
| | | | |
| | * | | remove #buildEthTxFromParamsfrankiebee2017-09-061-17/+0
| | | | |
| | * | | Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-08-223-12/+56
| | |\ \ \
| | * | | | Create TxStateManagerfrankiebee2017-08-221-1/+18
| | | | | |
| | * | | | Create tests for TxStateManagerfrankiebee2017-08-191-0/+201
| | | | | |
| * | | | | Fix bug where block gas limit was incorrectly parsed.Dan Finlay2017-09-281-1/+3
| | | | | |
* | | | | | style - small whitespace nitpickkumavis2017-09-281-1/+1
| | | | | |
* | | | | | account-tracker - use new block-tracker block formatkumavis2017-09-281-4/+2
|/ / / / /
* | | | | Merge branch 'master' into filter-fixes-moarDan Finlay2017-09-282-55/+72
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Move obs store into account-tracker instead of inheritingDan Finlay2017-09-271-13/+18
| | | | |
| * | | | Restore blockGasLimit to account-trackerDan Finlay2017-09-271-0/+3
| | | | |
| * | | | Implemented feedbackDan Finlay2017-09-261-5/+3
| | | | |
| * | | | Merge branch 'master' into AddBalanceControllerDan Finlay2017-09-238-124/+82
| |\ \ \ \
| * | | | | Refactor eth-store into account-trackerDan Finlay2017-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | EthStore was only being used for tracking account balances and nonces now, so I removed its block-tracking duties, renamed it account-tracker, and removed it as a dependency from `KeyringController`, so that KRC can go live on without a hard dep on it.
| * | | | | Remove dead code from eth-storeDan Finlay2017-09-231-43/+1
| | | | | |
| * | | | | Add computed balance to account detail viewDan Finlay2017-09-141-0/+2
| | | | | |
| * | | | | Merge branch 'i1746-BalanceBasedOnPending' into AddBalanceControllerDan Finlay2017-09-121-0/+51
| |\ \ \ \ \
| | * | | | | LintedDan Finlay2017-09-081-2/+1
| | | | | | |
| | * | | | | Make tx calculations account for gas pricesDan Finlay2017-09-081-2/+8
| | | | | | |
| | * | | | | Remove logsDan Finlay2017-09-081-8/+0
| | | | | | |
| | * | | | | Fix balance calc testDan Finlay2017-09-081-0/+2
| | | | | | |
| | * | | | | Add constructor commentDan Finlay2017-09-081-0/+5
| | | | | | |
| | * | | | | Fix valueFor testDan Finlay2017-09-081-7/+8
| | | | | | |
| | * | | | | Add basic test for valueForDan Finlay2017-09-081-4/+9
| | | | | | |
| | * | | | | test not passingDan Finlay2017-09-081-1/+17
| | | | | | |
| | * | | | | Check balances in parallelDan Finlay2017-09-071-1/+8
| | | | | | |
| | * | | | | Add first passing balance calc testDan Finlay2017-09-071-0/+18
| | | |_|_|/ | | |/| | |
* | | | | | wrap block tracker in events proxyfrankiebee2017-09-271-0/+31
| |_|/ / / |/| | | |
* | | | | Do not mark a retry tx failed that has been broadcast successfullyDan Finlay2017-09-191-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2115 If a tx has been braodcast, the only failures we should accept are: - Never mined - On chain failure We had a section of code that would mark a tx failed during any unknown error during a retry. Now no retry > 1 will ever mark a tx failed, since it has been broadcast, and may be mined.
* | | | | createOriginMiddleware - fix var namekumavis2017-09-141-1/+1
| | | | |
* | | | | metamask controller - move middleware into seperate fileskumavis2017-09-143-0/+37
| | | | |
* | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-09-121-8/+12
|\| | | | | | | | | | | | | | | | | | | filter-leak-fix
| * | | | inpage provider - define sendAsync on the prototypekumavis2017-09-091-25/+27
| |/ / /
* | | | inpage - use obj-multiplex modulekumavis2017-09-081-6/+6
| | | |
* | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-09-082-24/+44
|\| | | | | | | | | | | | | | | filter-leak-fix
| * | | inpage - bug fixkumavis2017-09-061-2/+3
| | | | | | | | | | | | prevents mutation of original message object which causes problems with web3 1.0
| * | | Make web3 deprecation notice more usefulDan Finlay2017-09-061-1/+1
| | | | | | | | | | | | | | | | Linking to a descriptive & precriptive article on a path forward.
| * | | Merge branch 'master' into inpage-provider-fixeskumavis2017-08-292-32/+50
| |\ \ \
| * | | | inpage - lint fixkumavis2017-08-291-1/+1
| | | | |
| * | | | inpage provider - autoreload - improve readabilitykumavis2017-08-241-15/+32
| | | | |
| * | | | inpage provider - only warn web3 usage once per sessionkumavis2017-08-241-6/+11
| | | | |
| * | | | inpage provider - sync rpc - default to null valueskumavis2017-08-241-3/+3
| | | | |
* | | | | lint - remove dead codekumavis2017-09-081-1/+0
| | | | |
* | | | | inpage - distinguish pump vs pipekumavis2017-09-081-4/+4
| | | | |
* | | | | streams - use pump and published obj-multiplexkumavis2017-09-083-73/+14
| | | | |
* | | | | inpage - add idRemapMiddlewarekumavis2017-09-081-1/+3
| | | | |
* | | | | inpage - use json-rpc-engine for inpage-providerkumavis2017-08-251-36/+10
| |/ / / |/| | |
* | | | Merge pull request #1973 from MetaMask/hotfix-migration019kumavis2017-08-241-1/+1
|\ \ \ \ | | | | | | | | | | hotfix - fail submitted txs whos nonce is out of bound
| * | | | fall back to `latest` if blockNumber is nullfrankiebee2017-08-241-1/+1
| | | | |
* | | | | Fail transactions after a day of retriesDan Finlay2017-08-241-1/+7
|/ / / /
* | | | Enforce nonces as type stringDan Finlay2017-08-241-2/+10
| | | |
* | | | Use toNumber methodDan Finlay2017-08-241-2/+1
| | | |
* | | | Fix network nonce parsingDan Finlay2017-08-241-4/+11
| | | |
* | | | Pass nonce testsDan Finlay2017-08-241-8/+7
| | | |
* | | | Got all tests but one passingDan Finlay2017-08-241-0/+1
| | | |
* | | | Fix new test, break an older maybe wrong oneDan Finlay2017-08-241-26/+24
| | | |
* | | | LintedDan Finlay2017-08-241-1/+0
| | | |
* | | | Simplify nonce calculationDan Finlay2017-08-241-4/+5
|/ / /
* | | Merge branch 'master' into useLocalNonceDan Finlay2017-08-241-0/+37
|\ \ \ | | |/ | |/|
| * | tx controller - tx state history various small fixeskumavis2017-08-151-1/+1
| | |
| * | introduce tx-state-history-helper and diff-based historykumavis2017-08-151-0/+37
| | |
* | | nonce-tracker - more debugging numbers for nonceDetailskumavis2017-08-231-10/+8
| | |
* | | remove unused codekumavis2017-08-231-15/+0
| | |
* | | nonce-tracker - use ethjs-querykumavis2017-08-231-11/+2
| | |
* | | nonce-tracker - fix var namekumavis2017-08-231-4/+4
| | |
* | | nonce-tracker - getlocalNextNonce - add entry to nonceDetailskumavis2017-08-231-1/+1
| | |
* | | nonce-tracker - simplify _getlocalNextNoncekumavis2017-08-231-20/+29
| | |
* | | nonce-tracker - simplify getHighestNoncekumavis2017-08-231-5/+3
| | |
* | | nonce-tracker - getHighestNonce doesnt need uniqued inputkumavis2017-08-231-4/+4
| | |
* | | nonce-tracker - make nonce strategy api and naming more symmeticalkumavis2017-08-231-19/+21
| | |
* | | nonce-tracker - pass testsfrankiebee2017-08-221-5/+4
| | |
* | | clean up codefrankiebee2017-08-221-39/+43
| | |
* | | nonce-tracker - pass testsfrankiebee2017-08-221-11/+38
| | |
* | | break out network nonce calc.frankiebee2017-08-191-17/+21
| | |
* | | fix 0x0 nonce calc.frankiebee2017-08-191-8/+18
| | |
* | | include pendingTxs in localNoncefrankiebee2017-08-191-10/+9
| | |
* | | use "localNonce" when the network returns a nonce that is lower then a known ↵frankiebee2017-08-191-3/+20
|/ / | | | | | | confirmed tx
* | fix wordingfrankiebee2017-08-121-1/+1
| |
* | add deprecation warning for web3frankiebee2017-08-121-1/+4
|/
* tx utils - detect estimateGas err and set simulationFailedkumavis2017-08-091-3/+11
|
* util - sufficientBalance - validate inputkumavis2017-08-091-1/+6
|
* fix getPendingTransactions function for pendingTxTrackerfrankiebee2017-08-091-1/+1
|
* fix class namesfrankiebee2017-08-092-2/+3
|
* remove logging of the message and log the errorfrankiebee2017-08-081-1/+1
|
* fix spellingfrankiebee2017-08-081-6/+3
|
* Merge branch 'master' into transactionControllerRefractorfrankiebee2017-08-054-45/+15
|\
| * Merge pull request #1857 from MetaMask/hotFixCancleTxkumavis2017-08-041-1/+2
| |\ | | | | | | fix cancelTransaction not receiving a callback
| | * fix cancelTransaction not reciving a callbackfrankiebee2017-08-041-1/+2
| | |
| * | blacklist - use module eth-phishing-detectkumavis2017-08-041-23/+0
| |/
| * Merge pull request #1848 from MetaMask/transactionControllerRefractorkumavis2017-08-031-48/+13
| |\ | | | | | | Transaction controller refractor part 1: promises for everyone and more tests!
| * | blacklist controller - breakout from metamask and infura controllerskumavis2017-08-031-22/+7
| | |
| * | phishing detection - move phishing detection into contentscript and metamask ↵kumavis2017-08-032-3/+6
| | | | | | | | | | | | controller
| * | obj-multiplex - missing name error + prefer const over varkumavis2017-08-031-6/+10
| | |
* | | break out tx status pendding watchersfrankiebee2017-08-051-0/+165
| | |
* | | move util functions to util.jsfrankiebee2017-08-052-32/+40
| |/ |/|
* | use async with #publishTransactionfrankiebee2017-08-031-2/+2
| |
* | move newUnapprovedTransaction to transactions.jsfrankiebee2017-08-031-8/+4
| |
* | lint fixesfrankiebee2017-08-021-6/+1
| |
* | Merge branch 'master' into transactionControllerRefractorfrankiebee2017-08-022-9/+57
|\|
| * 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
| |
* | fix addTxDefaultsfrankiebee2017-08-021-1/+2
| |
* | make addUnapprovedTransaction async function and use promise based ethQueryfrankiebee2017-08-021-44/+17
|/
* 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 streaming subprovider
| * Remove stream subproviderDan Finlay2017-05-261-17/+5
| | | | | | | | Since the polling leak seems to be coming from elsewhere, and new bugs came from this, I'm rolling back this change so that we can push the other improvements sooner and fix the bug at its true root.
* | 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 Max GasLimit Ceiling
| | * 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
| | | | | | | | | | | | | | Regarding #1458 Uses a new streaming subprovider architecture on an experimental branch of StreamProvider: https://github.com/flyswatter/web3-stream-provider/tree/StreamSubprovider
* | 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
| | | | | | | | seems chrome changed their API? MDN suggests that a Promise should be returned but getting `undefined` https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/windows/create Chrome docs suggest its a callback API lolwut https://developer.chrome.com/extensions/windows#method-create
* 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 limit
| * 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
|/ | | | Firefox does not support the `focused` parameter when opening a new window, and we don't actually require it for Chrome either, new popups are at the foreground by default already.
* tx manager - adjust new tx flow and txMeta decorationskumavis2017-03-291-17/+15
|
* Improve UI gas calculation logicDan Finlay2017-03-291-0/+7
| | | | | | | | - Now striping hex prefixed gas values, which may have been causing mis-estimation. - Unified calculation logic to be entirely functional. - Greatly simplified how the pending-tx form keeps updated form state. Still needs a commit from @kumavis to ensure the background passes in a txMeta.txParams.gasPrice value.
* Remove gas limit paramDan Finlay2017-03-241-3/+3
| | | | Fixes #1256 by removing redundant param.
* 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
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calls to `personal_sign` are now: - When hex encoded, preserved as hex encoded, but displayed as utf-8 text. - When not hex encoded, decoded as utf-8 text as hex for signing. - The messages proposed for signing are displayed as UTF-8 text. - When the message cannot be rendered as UTF-8 text, it is displayed as hexadecimal. Fixes #1173
* | | LintedDan Finlay2017-03-011-1/+0
| | |
* | | Remove gasMultiplier txMeta paramDan Finlay2017-03-014-21/+3
| | | | | | | | | | | | | | | | | | This was used by the custom gas slider on the `send` screen, and it was used to modify the gas value before sending it out, breaking our new custom gas field logic. Removed it and the logic that referred to this now-outdated parameter.
* | | 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
| | | | | | | | Also fixed bug where signing would not close popup.
* | 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
|/ | | | These external modules now have their own test coverage and build enforcement. This allowed me to somewhat more easily add good tests around our personalSign strategy (held now in [eth-sig-util](https://github.com/flyswatter/eth-sig-util), and allow each of the keyrings to import that, etc.
* 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
| | | | Rendering the list is still having issues, so this isn't done yet.
* 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
|\