Commit Graph

3013 Commits

Author SHA1 Message Date
Dan Finlay bffd174ec7 Update announcer wording 2017-05-23 15:02:03 -07:00
Dan Finlay 17604f1ef5 Version 3.7.0 2017-05-23 14:49:45 -07:00
Dan Finlay e4d09aebf4 Cleanup 2017-05-23 14:49:10 -07:00
Thomas Huang f4158d26f6 Merge pull request #1478 from MetaMask/i1409-StalledTxs
Continually resubmit pending txs
2017-05-23 17:14:42 -04:00
Dan Finlay 4dab68c48f Merge branch 'master' into i1409-StalledTxs 2017-05-23 12:24:45 -07:00
Dan Finlay cd2ad1733d Continually resubmit pending txs 2017-05-23 12:22:15 -07:00
Frankie 1491e6fe07 Merge pull request #1475 from MetaMask/i1427-ThrowIfResolverNotSet
Throw if ENS Resolver isn't set up
2017-05-23 13:36:26 -04:00
Dan Finlay be5af7cb4b Throw if ENS Resolver isn't set up
Instead of resolving to name owners, which can encourage inconsistent usage of ENS.

Fixes #1427.
2017-05-22 17:45:29 -07:00
Dan Finlay 650365f9f2 Merge pull request #1468 from MetaMask/HelpDebugStalledTxs
Help debug stalled txs
2017-05-22 16:35:40 -07:00
kumavis 99f28527a3 Merge branch 'master' into HelpDebugStalledTxs 2017-05-22 16:21:24 -07:00
kumavis 8520fe5afe Merge pull request #1474 from MetaMask/i1458-StreamingSubprovider
Fix filter polling leak
2017-05-22 16:19:51 -07:00
kumavis b217ad1ae8 clean - remove console logs 2017-05-22 16:06:22 -07:00
kumavis 1c1400b584 deps - use stream-subprovider from provider-engine 2017-05-22 15:59:07 -07:00
Dan Finlay 058b732213 Tolerate nonces of any format 2017-05-22 15:43:20 -07:00
Dan Finlay cbfaa6f56f Rename stream to streamSubprovider 2017-05-22 15:41:13 -07:00
Dan Finlay 39f9ffa18a Bump changelog 2017-05-22 15:25:31 -07:00
Dan Finlay 48d9a21071 Use filter subprovider in-page to avoid filter leaks 2017-05-22 15:23:29 -07:00
Dan Finlay 709c0eb307 Use stream-provider v3 api 2017-05-22 15:21:25 -07:00
Dan Finlay 954d8bd111 Render txs with no nonce 2017-05-22 14:14:13 -07:00
Dan Finlay 0ef9e8b709 Lint 2017-05-21 14:18:23 -07:00
Dan Finlay 3c90024564 Label the pending tx icon with a tooltip 2017-05-21 14:15:34 -07:00
Dan Finlay 6209224a6c Add transaction number (nonce) to tx list 2017-05-21 14:09:44 -07:00
Dan Finlay c5432da567 Add new streaming subprovider but getting a loop
Regarding #1458

Uses a new streaming subprovider architecture on an experimental branch of StreamProvider:
https://github.com/flyswatter/web3-stream-provider/tree/StreamSubprovider
2017-05-20 20:38:38 -07:00
Thomas Huang c7fd9f4240 Merge pull request #1447 from MetaMask/Version-3.6.5
Version 3.6.5
2017-05-17 16:21:33 -07:00
Dan Finlay 2a25f99461 Version 3.6.5 2017-05-17 14:36:50 -07:00
Dan Finlay fae34c169f Merge pull request #1446 from MetaMask/DisallowDecimalsInHexInput
Fix bug where decimals in gas inputs gave strange results
2017-05-17 14:35:21 -07:00
Dan Finlay 7e7ceab95e Fix decimal tolerance 2017-05-17 14:31:06 -07:00
Dan Finlay 24737ded34 Fix bug where decimals in gas inputs gave strange results 2017-05-17 14:13:05 -07:00
kumavis 965a72486f Merge pull request #1441 from MetaMask/FixGasReset
Fix a test, add another
2017-05-16 23:49:19 -07:00
Dan Finlay 31c7daee73 Fix bug where edited gas parameters did not take effect
Fixes #1407
2017-05-16 23:33:40 -07:00
Dan Finlay 6491b42266 Add test around txManager#approveTransaction 2017-05-16 18:16:18 -07:00
Dan Finlay c6fd509051 Improve test 2017-05-16 17:06:19 -07:00
Dan Finlay c1bef31d9d Linted 2017-05-16 16:50:03 -07:00
Dan Finlay cfb7bfed18 Fix quotation mark 2017-05-16 16:44:17 -07:00
Dan Finlay caeadc2407 Linted and removed unused deps 2017-05-16 16:19:10 -07:00
Dan Finlay a15e753c80 Add gas updating test to tx controller tests 2017-05-16 13:22:03 -07:00
Dan Finlay a00941c889 Remove only line from test 2017-05-16 13:21:31 -07:00
Frankie 43ea223c9f Merge pull request #1434 from MetaMask/mascara-scaling
Mascara UI mobile scaling
2017-05-16 21:46:36 +02:00
kumavis 855453987a Merge pull request #1438 from MetaMask/TxController
Rename tx manager to tx controller
2017-05-16 11:56:56 -07:00
kumavis 44148d6135 Merge pull request #1440 from MetaMask/i1439-FixFiatFormatting
Fix fiat rendering
2017-05-16 11:54:23 -07:00
Dan Finlay 68d6ea44a0 Fix path references 2017-05-16 11:39:00 -07:00
Dan Finlay b4e6ea9db7 Fix fiat rendering
Fixes #1439.

When reorganizing fiat-value component to not use global state, had missed its necessary `currentCurrency` parameter.

This now passes it in wherever it's used.
2017-05-16 11:36:21 -07:00
Dan Finlay 2df9344be5 Rename tx manager to tx controller 2017-05-16 10:35:28 -07:00
Dan Finlay d165f3a2b6 Merge pull request #1436 from MetaMask/mig13
migration 13 - change provider from testnet to ropsten
2017-05-16 09:09:28 -07:00
kumavis 28aba6e9de migration 13 - change provider from testnet to ropsten 2017-05-15 23:56:13 -07:00
kumavis 01b6d9c374 test - format test data 001 2017-05-15 23:54:05 -07:00
kumavis 9560de80a0 Merge pull request #1430 from MetaMask/i1407-FixNonEditingTxForm
Add test around conf-tx view's gas editing.
2017-05-15 23:25:20 -07:00
kumavis e28e0acaa8 lint - mandatory dangle
😛
2017-05-15 23:21:46 -07:00
kumavis d5636080cf ui - send - clean props assignment 2017-05-15 23:12:47 -07:00
kumavis 687dfc87bd Merge pull request #1432 from MetaMask/i1419-rinkebydefaultnetwork
I1419 rinkebydefaultnetwork
2017-05-15 22:58:36 -07:00