1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Mark Stacey 795676d3ec
Remove getTxParams (#8676)
This function primarily ensured that there was a reasonable fallback
for `txParams` if the given transaction was missing it. This fallback
was only used in one place: the customize gas modal, during the send
flow specifically.

The helper function has been removed, and the default `txParams` is set
in the one place it was needed. In the future we should attempt to
simplify this modal so it doesn't need to know details about the
context in which it's being used.
2020-05-28 16:39:33 -03:00
..
components Remove getTxParams (#8676) 2020-05-28 16:39:33 -03:00
contexts Use createContext for metametrics context (preserve legacy context) (#8540) 2020-05-08 11:41:43 -05:00
css Fix connect hardware styling (#8680) 2020-05-28 11:47:48 -07:00
ducks Add default values for preferences (#8584) 2020-05-13 11:53:00 -03:00
helpers Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
hooks Remove getTxParams (#8676) 2020-05-28 16:39:33 -03:00
pages Fix connect hardware styling (#8680) 2020-05-28 11:47:48 -07:00
selectors Remove getTxParams (#8676) 2020-05-28 16:39:33 -03:00
store Merge branch 'develop' into manual-connect 2020-05-28 07:20:26 -02:30