1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/app/ducks
Mark Stacey 165666b315
Remove unnecessary tx meta properties (#8489)
* Remove `estimatedGas` property from `txMeta`

The `estimatedGas` property was a cache of the gas value estimated for
a transaction when the default gas limit was set. This property wasn't
used anywhere. It may have been useful for debugging purposes, but the
same gas estimate is already stored on the `history` property so it
should be present in state logs regardless.

* Remove `gasLimitSpecified` txMeta property

The `gasLimitSpecified` property of `txMeta` wasn't used for anything.
It might have been useful for debugging purposes, but whether or not
the gas limit was specified can also be determined from looking at the
transaction history, so it's not a huge loss.

* Remove `gasPriceSpecified` txMeta property

The `gasPriceSpecified` property of `txMeta` wasn't used for anything.
It might have been useful for debugging purposes, but whether or not
the gas price was specified can also be determined from looking at the
transaction history, so it's not a huge loss.

* Remove `simpleSend` txMeta property

The `simpleSend` property of `txMeta` was used to ensure a buffer was
not added to the gas limit during gas estimation for simple send
transactions. It was made redundant by #8484, which accomplishes this
without the use of this property.
2020-05-01 08:44:05 -03:00
..
alerts Alert user upon switching to unconnected account (#8312) 2020-04-29 14:10:51 -03:00
app Remove unused transForward state and actions (#8401) 2020-04-23 20:32:08 -03:00
confirm-transaction Remove unnecessary tx meta properties (#8489) 2020-05-01 08:44:05 -03:00
gas Prevent accidental use of globals (#8340) 2020-04-15 14:23:27 -03:00
locale Move action constants to separate module (#8308) 2020-04-08 21:35:37 -03:00
metamask Move action constants to separate module (#8308) 2020-04-08 21:35:37 -03:00
send Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
index.js Alert user upon switching to unconnected account (#8312) 2020-04-29 14:10:51 -03:00