Commit Graph

3091 Commits

Author SHA1 Message Date
frankiebee 37fd32025f Fix punctuation 2017-06-05 12:00:01 -07:00
frankiebee bb6e41963d Dissallow transactions to be sent to 0x0000000000000000000000000000000000000000 2017-06-05 11:48:04 -07:00
kumavis 9eea990425 Merge pull request #1534 from MetaMask/Version-3.7.4
Version 3.7.4
2017-06-02 11:14:18 -07:00
Dan Finlay 611cb7ad93 Version 3.7.4 2017-06-02 11:08:59 -07:00
kumavis f001de86a5 Merge pull request #1533 from MetaMask/i1528-gasLimitLow
Convert gasLimit to not use muln in BN
2017-06-02 11:06:32 -07:00
Kevin Serrano 82cbfaa826
Convert gasLimit to not use muln in BN 2017-06-01 12:53:16 -07:00
Thomas Huang bcc550d3fb Merge pull request #1527 from MetaMask/Version-3.7.3
Version 3.7.3
2017-06-01 10:41:36 -07:00
Dan Finlay d59021f754 Version 3.7.3 2017-06-01 10:18:20 -07:00
Thomas Huang 93e57e5287 Merge pull request #1522 from MetaMask/Version-3.7.2
Version 3.7.2
2017-05-31 14:10:30 -07:00
Dan Finlay 76a78fdb3b Version 3.7.2 2017-05-31 14:06:13 -07:00
kumavis 5e9274d4d5 Merge pull request #1507 from MetaMask/AddContractIconMap
Add contract name map
2017-05-26 12:19:51 -07:00
Dan Finlay 9d2844c712 remove more in operators 2017-05-26 11:16:58 -07:00
Dan Finlay fb2565c9d1 Remove comment 2017-05-26 11:13:39 -07:00
Dan Finlay fd42d7bfd5 Fix contract map reference 2017-05-26 11:05:51 -07:00
Dan Finlay 5e6b230821 Move off in operator 2017-05-26 10:54:16 -07:00
Dan Finlay 1203bd15c2 Add names to contract map & conf view 2017-05-26 10:31:42 -07:00
Dan Finlay f06ad954b9 Move to eth-contract-metadata 2017-05-26 09:58:33 -07:00
Frankie 3b253649a4 Merge pull request #1505 from MetaMask/AddContractIconMap
Add address image map to icon factory
2017-05-26 09:52:07 -07:00
Dan Finlay 7268fcb694 Revert inpage-provider 2017-05-26 00:50:59 -07:00
Dan Finlay 1dfc0f74bf Correct inpage to be not modified 2017-05-26 00:50:27 -07:00
Dan Finlay 7cd42ae9ba Bump changelog 2017-05-26 00:45:58 -07:00
Dan Finlay d8c94fca75 Add address image map to icon factory
Deriving from the new address image map repository I've added here:
https://github.com/MetaMask/ethereum-contract-icons

With this PR, images for addresses added to that repository will be shown instead of jazzicons in MetaMask.
2017-05-26 00:43:14 -07:00
Thomas Huang 8f9a230d8d Merge pull request #1500 from MetaMask/RemoveStreamingSubprovider
Remove streaming subprovider
2017-05-25 15:04:50 -07:00
Dan Finlay 3724754dcc Merge pull request #1496 from MetaMask/reloadDapp
Reload the page when switching networks for sites that use web3
2017-05-25 13:49:05 -07:00
Dan Finlay 6064161215 Bump changelog 2017-05-25 13:43:53 -07:00
Dan Finlay ad40e4d260 Remove stream subprovider
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.
2017-05-25 12:37:04 -07:00
frankiebee 717dceede8 fix spelling 2017-05-24 23:36:10 -04:00
frankiebee a2064bd16e add to CHANGELOG 2017-05-24 23:18:09 -04:00
frankiebee 3b06a29e1b Merge branch 'master' into reloadDapp 2017-05-24 23:10:58 -04:00
frankiebee 473b88f399 Reload the page when switching networks for sites that use web3 2017-05-24 23:00:58 -04:00
Dan Finlay 764806d211 Merge pull request #1494 from MetaMask/1472-gasceiling
Add Max GasLimit Ceiling
2017-05-24 16:36:00 -07:00
Kevin Serrano b95f2158bb
bump changelog 2017-05-24 16:23:31 -07:00
Kevin Serrano 51b5e2f6e7
Add max gas limit to UI 2017-05-24 16:18:37 -07:00
Kevin Serrano 26fd016b63
Add new blockGasLimit property to txMeta object. 2017-05-24 16:17:03 -07:00
Dan Finlay a5f6cfe7d7 Merge pull request #1491 from MetaMask/inpage-polling-fix
inpage-provider - disable polling after first block
2017-05-24 16:05:15 -07:00
kumavis e6b278569e inpage-provider - disable polling after first block 2017-05-24 11:34:26 -07:00
kumavis 1ffc6ea0b3 Merge pull request #1443 from MetaMask/i1412-decimalizethegas
Add decimals to gas price input
2017-05-24 11:11:21 -07:00
Kevin Serrano 9554788c14
Minor cleanup of lint 2017-05-24 11:02:58 -07:00
Kevin Serrano 293d0b4a57
Minor cleanup 2017-05-24 11:02:26 -07:00
Kevin Serrano 5e19a4a833
Modfiy test to ether standards. 2017-05-24 10:51:44 -07:00
Kevin Serrano 10ca3b6467
Fix bug where submit was enabled when invalid params were filled out. 2017-05-24 10:13:43 -07:00
Kevin Serrano 2d739647b9
Bump changelog 2017-05-24 10:01:45 -07:00
Kevin Serrano 45285a5a2f
Merge branch 'master' into i1412-decimalizethegas 2017-05-24 09:55:32 -07:00
Kevin Serrano 60281f7250
Cleanup code. 2017-05-24 09:55:16 -07:00
kumavis d06a812004 Merge pull request #1481 from MetaMask/Version-3.7.0
Update announcer wording
2017-05-24 09:15:06 -07:00
kumavis 664fc07800 Merge pull request #1487 from MetaMask/stopPolling
Stop polling
2017-05-24 09:14:30 -07:00
frankiebee e23c0f98fa clean up test 2017-05-24 11:57:31 -04:00
kumavis cd631db124 Merge pull request #1486 from MetaMask/Version-3.7.1
Version 3.7.1
2017-05-24 08:56:46 -07:00
frankiebee db982cf795 stop polling when switching networks 2017-05-24 11:52:18 -04:00
kumavis 6be1aa82c0 Merge branch 'master' into Version-3.7.1 2017-05-24 00:18:40 -07:00