Commit Graph

5423 Commits

Author SHA1 Message Date
kumavis 33e6befdaa network - for infura networks use the infura block tracker provider 2017-12-13 13:51:36 -08:00
frankiebee da209a9cfd dont aggresively query account data 2017-12-13 11:19:18 -08:00
Dan J Miller 339eb7d1a6 Fix edit to field bug. (#2738) 2017-12-12 22:24:41 -08:00
Dan 68ef52e183 Remove inline style. 2017-12-12 12:31:52 -08:00
Dan a67caee767 Make transaction list and item more flexible. 2017-12-12 12:31:52 -08:00
Dan 70557e0448 Flex account-data-subsection 2017-12-12 12:31:52 -08:00
Dan 71d6403304 Fix old ui width in mobile and extension. 2017-12-12 12:31:52 -08:00
Dan 4e0485938a Fix height of login screen 2017-12-12 12:31:52 -08:00
Chi Kei Chan 515437a4c9 Fix isMascara and update yarn.lock 2017-12-12 12:22:22 -08:00
Dan 57c91435a7 Substitute isMascara check for explicit check if user is on mobile browser. 2017-12-12 12:14:40 -08:00
Dan 4b654669e6 Hide open in browser button on mobile (but still show on extension); adds a function to detect if viewing with mobile browser. 2017-12-12 12:14:40 -08:00
Dan 05c6789030 Adds button for opening app in main browser window in extension. 2017-12-12 12:14:40 -08:00
Dan 800eb2b969 Delete uneeded files from old-ui. 2017-12-12 12:13:03 -08:00
Dan Finlay 3456efa3f6 Bump changelog 2017-12-12 09:48:09 -08:00
Dan Finlay d110c916a4 Show watched tokens with no balance 2017-12-12 09:47:51 -08:00
kumavis c12886a3d5
Merge pull request #2718 from MetaMask/ReducePollingInterval
Reduce polling interval
2017-12-09 20:24:33 -05:00
Dan Finlay 1ebd5140aa Version 3.13.2 2017-12-09 20:00:54 -05:00
Dan Finlay 408fc0f2fc Bump changelog 2017-12-09 19:58:55 -05:00
Dan Finlay 542e0035dd Pass polling interval to zero client provider 2017-12-09 19:58:47 -05:00
Dan bfec077d79 Fixes the cancel button in the buy screen to take the user home. 2017-12-08 16:18:50 -03:30
kumavis d39eb37042
Merge pull request #2699 from MetaMask/patch-2
Allow Dapps to Specify Nonce
2017-12-07 15:34:56 -08:00
kumavis a91200fd08 tx-controller - failed state is a finished state 2017-12-07 18:04:14 -05:00
Dan Finlay dc4e3ef241 Version 3.13.1 2017-12-07 16:17:33 -05:00
Dan Finlay 9bb4df46ec Bump changelog 2017-12-07 16:16:47 -05:00
Dan Finlay 950ec9596c Do not allow nonces larger than the next valid nonce
To avoid situations where a user signs a transaction that will become
surprisingly valid in the future.
2017-12-07 16:13:40 -05:00
Dan Finlay 89e640afcb Merge branch 'master' into patch-2 2017-12-07 16:05:17 -05:00
Chi Kei Chan 8defb365b4
Merge pull request #2639 from alextsg/cb-372
[NewUI] Update font weights to 300, remove animation from network dropdown, f…
2017-12-07 09:55:08 -08:00
Chi Kei Chan 0163538d5e
Merge branch 'NewUI-flat' into cb-372 2017-12-07 09:54:56 -08:00
Chi Kei Chan 41d281a527
Merge branch 'NewUI-flat' into cb-372 2017-12-07 09:54:37 -08:00
Chi Kei Chan e0d0e19c92
Merge pull request #2697 from danjm/MM-333-auto-add-users-to-new-UI
[NewUI] Auto add users to new ui
2017-12-07 09:47:31 -08:00
Chi Kei Chan efa894a0c3
Merge branch 'NewUI-flat' into MM-333-auto-add-users-to-new-UI 2017-12-07 09:46:55 -08:00
Chi Kei Chan 845aec82b9
Merge branch 'NewUI-flat' into MM-333-auto-add-users-to-new-UI 2017-12-07 09:46:28 -08:00
Kevin Serrano 6553ba132d
Merge pull request #2654 from abitrolly/patch-2
Download State Logs with .json extension
2017-12-07 07:41:12 -08:00
Kevin Serrano 35be563fbd
Merge pull request #2688 from MetaMask/AddPriceBump
Add 10% price bump minimum to retry attempts.
2017-12-07 06:57:02 -08:00
vicnaum 553d713636
A more expressive way
replaced ifs with ? :
2017-12-07 15:30:05 +01:00
Dan Finlay c82fd990aa Add 10% price bump to retry attempts.
Turns out geth requires at least a 10% price bump to replace txs:
9619a61024/core/tx_pool.go (L133)
2017-12-07 04:02:11 -05:00
Dan Finlay a2057a8d29
Merge pull request #2684 from MetaMask/RetryTransaction
Retry transaction
2017-12-07 03:44:56 -05:00
Dan Finlay 706a07d0e9 Merge branch 'RetryTransaction' of github.com:MetaMask/metamask-plugin into RetryTransaction 2017-12-07 03:02:20 -05:00
Dan Finlay c391b25015 Version 3.13.0 2017-12-07 03:01:46 -05:00
Dan 2e9137dddd Update max amount behaviour to meet new specs. 2017-12-06 21:15:39 -08:00
Chi Kei Chan 373f8b72d0
Merge branch 'master' into NewUI-flat 2017-12-06 21:13:29 -08:00
Dan ec6c3c33bd Merge branch 'master' into NewUI-flat-merge-with-master 2017-12-06 21:11:52 -08:00
Alexander Tseung b9f2f8c2a7 Show retry button on submitted transactions greater than 30 seconds, add hover styling 2017-12-07 00:01:11 -05:00
Dan Finlay b26c975294 Bump changelog 2017-12-06 23:43:50 -05:00
Dan Finlay 73da8a5a4f Merge branch 'RetryTransaction' of github.com:MetaMask/metamask-plugin into RetryTransaction 2017-12-06 23:43:11 -05:00
Dan Finlay 0e25129028 Enforce retry tx at minimum gas of previous tx 2017-12-06 23:42:47 -05:00
Alexander Tseung 6b3909547f Fix styling of Retry buton 2017-12-06 23:27:43 -05:00
Dan Finlay 31564e0a86 Fix retry action 2017-12-06 23:20:15 -05:00
Dan Finlay 81fb9db1bc View tx after editing state to unconfirmed 2017-12-06 23:09:32 -05:00
Dan Finlay 97abbc5cbe Fix action 2017-12-06 22:55:47 -05:00