Dan Miller
9b9a2cc2e0
Adds createSpeedUpTransaction to txController
6 years ago
Dan Miller
3162a2747c
Redesign of gas customization basic tab.
6 years ago
Dan Miller
3ced3c9b2a
Clean up for mmui-i11-custom-gas-price-chart branch
6 years ago
Dan Miller
d14af8346a
Improve data management and tests for gas-modal-page-container price estimates.
6 years ago
Dan Miller
d0619b024f
Update tests, plus some lint fixes, for gas-price-chart
6 years ago
Dan Miller
6f0406125d
Clean up gas chart code.
6 years ago
Dan Miller
aa798cc545
Add control arrows to advanced gas tab inputs.
6 years ago
Dan Miller
cd32c58fb4
Complete integration of gas chart with redux.
6 years ago
Dan Miller
a2bbf504b8
Read only connection of gas price chart to redux
6 years ago
Dan Miller
2dbae581ac
Gas price chart improvements, redesign, bug fixes, and set up to receive external data
6 years ago
Dan Miller
0ba6f7d9bb
Adds not yet functional gas price chart.
6 years ago
Dan Miller
6dd1028c71
Lint and unit test fixes.
6 years ago
Dan Miller
6f8e2b1ad9
Clean up for advanced gas tab customization changes.
6 years ago
Dan Miller
b95eb30ec6
Adds redesign for the customize gas advanced tab.
6 years ago
Dan Miller
5354325fab
Test updates and additions for button integration with send screen.
6 years ago
Dan Miller
b567c78bca
Integrate gas buttons with the send screen.
6 years ago
Dan Miller
7de3f22d63
Connects remained of the gas customization component to redux.
6 years ago
Dan Miller
6ada9b4a3c
Adds gas-duck.test.js tests.
6 years ago
Dan Miller
58feb24fa7
Styling fixes for gas customization advanced tab content.
6 years ago
Dan Miller
d07d40cf7c
Improvements to propdefaults in button-group.component and basic-tab-content.component
6 years ago
Dan Miller
0a7dfcd55d
Connect the gas-button-group component to redux and a live api.
6 years ago
Dan Miller
112d18e316
Adds basic tab content to gas customizer, with styled button group (static, for now).
6 years ago
Dan Miller
57cd721800
Improve styling of advanced-tab-content gasInput row
6 years ago
Dan Miller
99c8804eeb
Add tests for advanced-tab-component.js and subcomponents.
6 years ago
Dan Miller
3b9ec8e1bc
Remove gas slider from advance-tab-content.component
6 years ago
Dan Miller
d55a2615a4
Split advanced-tab-content.component.js render() method into smaller pieces; add translations to the same file.
6 years ago
Dan Miller
342dc95410
Adds the content of the advanced tab - w/o chart or dynamic content - to gas customize modal.
6 years ago
Dan Miller
5e7409482b
Use BEM for css in gas-modal-page-container
6 years ago
Dan Miller
88d8eb289e
Use correct message key in gas-modal-page-container.component.js
6 years ago
Dan Miller
f9aa5a70de
Adds new gas customization modal container (without content)
6 years ago
Thomas Huang
35670e9261
Merge pull request #5876 from MetaMask/Version-5.1.0
...
Version 5.1.0: East Bay Represent
6 years ago
Dan Finlay
a1528674bc
Version 5.1.0: East Bay
6 years ago
Thomas Huang
27ce494cf3
Merge pull request #5875 from MetaMask/UpdatePhishingWarning
...
Update phishing warning copy
6 years ago
Dan Finlay
4935c31711
Update phishing warning copy
...
Per advice of legal counsel.
6 years ago
Dan Finlay
c8c58252fc
Add docs link ( #5870 )
6 years ago
Michael - Blurpesec
7f6928782a
Hide link for phishing-detect page ( #5864 )
...
* Soften language on phishing-detect page
* remove quotes
6 years ago
Bruno Barbieri
2645727c0f
Merge pull request #5865 from MetaMask/mmc-fix
...
Fix visibility of mmc
6 years ago
Bruno Barbieri
be255210a9
fix visibility
6 years ago
Dan J Miller
4c24555545
Save recent network balances in local storage ( #5843 )
...
* Use selector for state.metamask.accounts in all cases.
* Default to cached balance when selecting metamask accounts
* Adds the cached-balances controller
* Documentation and small codes fixes for #5843
Co-Authored-By: danjm <danjm.com@gmail.com>
6 years ago
Paul Bouchon
45a9f40aa6
bugfix: normalize contract addresss when fetching exchange rates ( #5863 )
6 years ago
Dan Finlay
c7233e2cc7
Fixed Vivek's bug ( #5860 )
...
* Fixed Vivek's bug
Fixes #5850
What was happening:
It seems that his MetaMask had crashed while some new transactions had
been loading defaults. He probably had a network connectivity issue to
Infura (which we are working with Infura to address).
As a result of this network cutout, his three unapproved transactions
were not marked failed, and were not marked as `loadingDefaults =
false`, as their gas prices had not yet been estimated.
Normally this behavior is supposed to clean itself up when the
transaction controller starts up, via the
`TransactionController._onBootCleanUp()` function, but in this case,
during unlock, that function was unable to do its job because when it
requested the transaction list, the current network was in the `loading`
state, making it proceed as if there were no pending transactions.
To fix this, I am doing two things:
- Setting transactions to loadingDefaults = false in more catch blocks.
- Calling `onBootCleanUp()` when the network store's status changes, so
that it will re-trigger when loading completes.
* Fixed reference
* Fixed infinite loop bug
Was refreshing the tx list on every tx state change instead of just
network changes, creating an infinite loop.
* Add notes to tx updates to clarify logs
6 years ago
Dan Finlay
4be3fe5906
Version 5.0.4 RC1 ( #5859 )
6 years ago
Frankie
a803522a92
transactions/tx-gas-utils - add the acctual response for eth_getCode for NO_CONTRACT_ERROR's && add a debug object to simulationFailed ( #5840 )
6 years ago
Whymarrh Whitby
67d9f445bd
Merge pull request #5848 from MetaMask/Less-Certain-Language
...
Soften accusatory language on phishing warning
6 years ago
Dan Finlay
ac1b756bd0
Soften accusatory language on phishing warning
...
We don't always know for sure that sites marked as phishers are
defiitely scams, and so we should avoid language that makes concrete
accusations.
6 years ago
Whymarrh Whitby
d59ac28194
Merge pull request #5835 from MetaMask/revert-5412-after-install-steps
...
Open full-screen UI on install
6 years ago
Whymarrh Whitby
34da38817a
Update e2e tests to handle any post-install window creation
6 years ago
Whymarrh Whitby
ec4c93c59f
Add JSDoc to closeAllWindowHandlesExcept e2e helper fn
6 years ago
Whymarrh Whitby
a9d3c1a87d
Open full-screen UI on install
6 years ago
Whymarrh Whitby
3e85d580f9
Revert "Don't open MetaMask website after install"
6 years ago