1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Commit Graph

3475 Commits

Author SHA1 Message Date
Dan Finlay
1503dba5ca No longer show network spinner on config screen
The config screen is used to select networks, so we must not block it with network loading indication.
2017-07-03 13:51:39 -07:00
Thomas Huang
fa533469cb Merge pull request #1714 from MetaMask/Version-3.8.1
Version 3.8.1
2017-06-30 13:58:39 -07:00
Dan Finlay
2e7be151c5 Version 3.8.1 2017-06-30 13:55:04 -07:00
Thomas Huang
96c8236fd8 Merge pull request #1711 from MetaMask/NoPopularTOkens
Stop loading popular tokens by default
2017-06-30 11:43:46 -07:00
Thomas Huang
7de87154e8 Merge branch 'master' into NoPopularTOkens 2017-06-30 10:55:01 -07:00
Thomas Huang
6a502b9170 Merge pull request #1712 from MetaMask/RemoveTokenSending
Remove send button
2017-06-30 10:54:27 -07:00
Thomas Huang
72f79de173 Merge branch 'master' into RemoveTokenSending 2017-06-30 10:49:40 -07:00
Thomas Huang
54041de8b8 Merge pull request #1710 from MetaMask/BumpTokenTracker
Bump token-tracker to 1.1.1
2017-06-30 10:48:41 -07:00
Dan Finlay
0c011d0fda Remove send button
Some token precisions are not respected by TokenFactory, so it's not sufficient for a default send form. Removing for now.
2017-06-30 10:28:27 -07:00
Dan Finlay
8abd592034 Stop loading popular tokens by default
Improves performance when loading the token tab.
2017-06-30 10:26:45 -07:00
Dan Finlay
8179f5f84c Bump token-tracker to 1.1.2
To restore older firefox compatibility.
Fixes #1696
2017-06-30 10:11:24 -07:00
Dan Finlay
c7f2fd279d Bump token-tracker to 1.1.1
Includes a critical decimal-handling fix.
Also reduces number of symbol and precision queries after initial load.
2017-06-30 09:47:25 -07:00
Kevin Serrano
c9dd8a9cfd Merge pull request #1703 from MetaMask/deps-dedupe
deps - remove duplicated dev-dependencies
2017-06-29 20:31:21 -07:00
kumavis
63acc0f4c8 deps - remove duplicated dev-dependencies
```
npm WARN The package clone is included as both a dev and production dependency.
npm WARN The package react-dom is included as both a dev and production dependency.
```
2017-06-29 18:50:21 -07:00
Kevin Serrano
947a5cf3a0 Merge pull request #1701 from MetaMask/BumpWeb3
Bump web3 version to 0.19.1
2017-06-29 15:35:58 -07:00
Dan Finlay
f285fd5eb1 Bump web3 version to 0.9.1 2017-06-29 14:56:24 -07:00
Kevin Serrano
ca3de2dc74 Merge pull request #1700 from MetaMask/StyleImprovements
Add padding to token messages
2017-06-29 14:45:00 -07:00
Thomas Huang
9c58ace634 Merge pull request #1699 from MetaMask/change-send-wording
change “ACCEPT” to “SUBMIT”
2017-06-29 12:10:45 -07:00
frankiebee
5e8b4e3226 change “ACCEPT” to “SUBMIT” 2017-06-29 12:06:22 -07:00
Dan Finlay
c81a3c649a Add padding to token messages 2017-06-28 16:36:58 -07:00
Kevin Serrano
f36e69f340 Merge pull request #1691 from MetaMask/Version-3.8.0
Version 3.8.0
2017-06-28 11:00:36 -07:00
Dan Finlay
d7bcd9458f Version 3.8.0 2017-06-28 10:41:58 -07:00
Thomas Huang
d2278699da Merge pull request #1690 from MetaMask/i1669-StateCopyButton
Add copy state logs button
2017-06-28 10:33:57 -07:00
Dan Finlay
1b8a4395ab Add copy state logs button 2017-06-28 10:22:51 -07:00
Thomas Huang
bd523102fe Merge pull request #1634 from MetaMask/i784-SendTokenButton
Add send token button (link to TokenFactory)
2017-06-28 10:09:58 -07:00
Thomas Huang
ffd3773ef3 Merge pull request #1620 from MetaMask/i1616-AddTokenAdding
Add ability to add tokens to token list
2017-06-28 10:07:49 -07:00
Dan Finlay
ddba2af415 Merge pull request #1509 from MetaMask/i1473-dappDefaultGasPrice
I1473 dapp default gas price
2017-06-27 21:00:08 -07:00
Dan Finlay
3fde5481ef Merge pull request #1681 from MetaMask/AddressStripping
Remove trailing periods and whitespace
2017-06-27 20:56:42 -07:00
Dan Finlay
c2aa05e013 Merge pull request #1688 from MetaMask/i1687-BackButtonImportScreen
Add Back Button for Import Screen
2017-06-27 20:55:16 -07:00
Thomas Huang
d5f0ee4f5e Add Back Button for Import Screen 2017-06-27 18:40:47 -07:00
frankiebee
690685d20d nonce-tracker: only check transactions that are not supposed to be ignored 2017-06-27 16:46:33 -07:00
Dan Finlay
8642feee09 Remove token contract validation step 2017-06-27 15:49:57 -07:00
Dan Finlay
b9f220c90d Merge pull request #1685 from MetaMask/setFailed
Migration #015 set txs Failed
2017-06-27 15:33:32 -07:00
Dan Finlay
ed08e736d7 Merge pull request #1675 from MetaMask/warning-fixes
React Warning Fixes
2017-06-27 15:29:26 -07:00
Dan Finlay
f8f01be5ee Merge pull request #1683 from MetaMask/RenameSendToNext
Rename Send to Next
2017-06-27 15:28:40 -07:00
frankiebee
0ee4502d71 calculate nonce based on local pending txs w/o error state. 2017-06-27 15:26:04 -07:00
frankiebee
4e0ec74bb7 Create a migration for setting tx's with the message 'Gave up submitting tx.' as failed 2017-06-27 15:09:07 -07:00
Dan Finlay
40223687ae Merge branch 'i1616-AddTokenAdding' into i784-SendTokenButton 2017-06-27 15:08:29 -07:00
Dan Finlay
307e967a0c Merge branch 'i1616-AddTokenAdding' of github.com:MetaMask/metamask-plugin into i1616-AddTokenAdding 2017-06-27 15:04:21 -07:00
Dan Finlay
78af771c79 Do not allow adding non token addresses 2017-06-27 15:03:35 -07:00
Dan Finlay
5440ed23d6 Support other network links 2017-06-27 14:53:27 -07:00
Dan Finlay
3aff9fdd2a Support other network links 2017-06-27 14:49:41 -07:00
Dan Finlay
81ec53a814 Merge branch 'i1616-AddTokenAdding' of github.com:MetaMask/metamask-plugin into i1616-AddTokenAdding 2017-06-27 14:46:06 -07:00
Dan Finlay
5cfce8c45a Fix token adding bug 2017-06-27 14:45:43 -07:00
Thomas Huang
215948dc38 Merge pull request #1684 from MetaMask/neverGiveUp
dont stop retrying brodcasting txs
2017-06-27 14:30:39 -07:00
frankiebee
db2836a1ae dont stop retrying brodcasting txs 2017-06-27 14:19:28 -07:00
Thomas Huang
77054e1fbb Rename Send to Next 2017-06-27 13:56:51 -07:00
frankiebee
847a4282a2 Merge branch 'master' into nonce-tracker 2017-06-27 13:10:56 -07:00
Thomas Huang
a352690661 Remove trailing periods and white space 2017-06-27 12:09:50 -07:00
Thomas Huang
ca832959c2 Update change log 2017-06-27 10:34:02 -07:00