Niranjana Binoy
580baff97e
adding condition to check for non-mainnet network and test env ( #11007 )
4 years ago
Brad Decker
09d81ac5f2
remove the ui/app and ui/lib folders ( #10911 )
4 years ago
Niranjana Binoy
f1fc51667a
Handling gas price fetch failure ( #10767 )
4 years ago
Niranjana Binoy
18aa540f42
Adding option to set Custom Nonce to Confirm Approve Page ( #10595 )
4 years ago
Brad Decker
6563339cbc
rule out empty string for symbol ( #10712 )
4 years ago
Brad Decker
a16841f6bb
rule out empty string for symbol ( #10712 )
4 years ago
Niranjana Binoy
85181aaff4
adding condition check to verify token data is loaded before rendering approve screen ( #10606 )
4 years ago
Erik Marks
76a2a9bb8b
@metamask/eslint config@5.0.0 ( #10358 )
...
* @metamask/eslint-config@5.0.0
* Update eslintrc and prettierrc
* yarn lint:fix
4 years ago
Thomas Huang
425ec6228c
Use nativeCurrency in the confirm approve screen ( #10298 )
...
Gets nativeCurrency from state and uses in place of the previously hardcoded ETH value in the confirm approve component.
4 years ago
Brad Decker
2ebf8756a4
[RFC] add prettier to eslint ( #8595 )
4 years ago
Erik Marks
3aaa41ef44
Replace abi-decoder with ethers ( #9290 )
...
* replace abi-decoder with ethers
* handle transaction parsing errors
* update token param getter function names
* add docstrings
4 years ago
Whymarrh Whitby
c1e3c229bc
Fix import/order issues ( #9239 )
...
See [`import/order`](https://eslint.org/docs/rules/import/order ) for more information.
This change enables `import/order` and fixes the issues raised by the rule.
4 years ago
Whymarrh Whitby
4357cda7b8
Fix no-shadow issues ( #9246 )
...
See [`no-shadow`](https://eslint.org/docs/rules/no-shadow ) for more information.
This change enables `no-shadow` and fixes the issues raised by the rule.
4 years ago
Whymarrh Whitby
4f0a205369
Use eslint@6.8.0 ( #8978 )
...
* Use eslint@6.8.0
* yarn lint:fix
4 years ago
Mark Stacey
4706401f4f
Refactor confirm approve page ( #8757 )
...
The `confirm-approve` page has been converted from a set of container/
component components to a functional component. The `withTokenTracker`
higher-order component has been deleted, as it was replaced by the
`useTokenTracker` hook.
5 years ago