- [#9623](https://github.com/MetaMask/metamask-extension/pull/9623): Prevent reducing the gas limit for swaps
- [#9630](https://github.com/MetaMask/metamask-extension/pull/9630): Fix UI crash when trying to render estimated time remaining of non-submitted transaction
- [#9633](https://github.com/MetaMask/metamask-extension/pull/9633): Update View Quote page to better represent the MetaMask fee
## 8.1.1 Tue Oct 13 2020
## 8.1.1 Tue Oct 13 2020
- [#9586](https://github.com/MetaMask/metamask-extension/pull/9586): Prevent build quote crash when swapping from non-tracked token with balance (#9586)
- [#9586](https://github.com/MetaMask/metamask-extension/pull/9586): Prevent build quote crash when swapping from non-tracked token with balance (#9586)
- [#9592](https://github.com/MetaMask/metamask-extension/pull/9592): Remove commitment to maintain a public metrics dashboard (#9592)
- [#9592](https://github.com/MetaMask/metamask-extension/pull/9592): Remove commitment to maintain a public metrics dashboard (#9592)
"description":"$1 is the custom gas limit, in decimal."
},
"gasPrice":{
"gasPrice":{
"message":"Gas Price (GWEI)"
"message":"Gas Price (GWEI)"
},
},
@ -1643,6 +1647,10 @@
"swapEstimatedNetworkFee":{
"swapEstimatedNetworkFee":{
"message":"Estimated network fee"
"message":"Estimated network fee"
},
},
"swapEstimatedNetworkFeeSummary":{
"message":"The “$1” is what we expect the actual fee to be. The exact amount depends on network conditions.",
"description":"$1 will be the translation of swapEstimatedNetworkFee, with the font bolded"
},
"swapEstimatedNetworkFees":{
"swapEstimatedNetworkFees":{
"message":"Estimated network fees"
"message":"Estimated network fees"
},
},
@ -1677,6 +1685,9 @@
"swapFinalizing":{
"swapFinalizing":{
"message":"Finalizing..."
"message":"Finalizing..."
},
},
"swapGasFeeSummary":{
"message":"The gas fee covers the cost of processing your swap and storing it on the Ethereum network. MetaMask does not profit from this fee."
},
"swapGetQuotes":{
"swapGetQuotes":{
"message":"Get quotes"
"message":"Get quotes"
},
},
@ -1705,7 +1716,8 @@
"message":"Transaction may fail, max slippage too low."
"message":"Transaction may fail, max slippage too low."
},
},
"swapMaxNetworkFeeInfo":{
"swapMaxNetworkFeeInfo":{
"message":"The Max network fee is the most you’ll pay to complete your transaction. The max fee helps ensure your Swap has the best chance of succeeding. MetaMask does not profit from network fees."
"message":"“$1” is the most you’ll spend. When the network is volatile this can be a large amount.",
"description":"$1 will be the translation of swapMaxNetworkFees, with the font bolded"
},
},
"swapMaxNetworkFees":{
"swapMaxNetworkFees":{
"message":"Max network fee"
"message":"Max network fee"
@ -1717,7 +1729,7 @@
"message":"MetaMask fee"
"message":"MetaMask fee"
},
},
"swapMetaMaskFeeDescription":{
"swapMetaMaskFeeDescription":{
"message":"A service fee of $1% is automatically factored into each quote, which supports ongoing development to make MetaMask even better.",
"message":"We find the best price from the top liquidity sources, every time. A fee of $1% is automatically factored into each quote, which supports ongoing development to make MetaMask even better.",
"description":"Provides information about the fee that metamask takes for swaps. $1 is a decimal number."
"description":"Provides information about the fee that metamask takes for swaps. $1 is a decimal number."
},
},
"swapNQuotesAvailable":{
"swapNQuotesAvailable":{
@ -1741,6 +1753,10 @@
"swapQuoteDetailsSlippageInfo":{
"swapQuoteDetailsSlippageInfo":{
"message":"If the price changes between the time your order is placed and confirmed it’s called \"slippage\". Your Swap will automatically cancel if slippage exceeds your \"max slippage\" setting."
"message":"If the price changes between the time your order is placed and confirmed it’s called \"slippage\". Your Swap will automatically cancel if slippage exceeds your \"max slippage\" setting."
},
},
"swapQuoteIncludesRate":{
"message":"Quote includes a $1% MetaMask fee",
"description":"Provides information about the fee that metamask takes for swaps. $1 is a decimal number."
},
"swapQuoteNofN":{
"swapQuoteNofN":{
"message":"Quote $1 of $2",
"message":"Quote $1 of $2",
"description":"A count of loaded quotes shown to the user while they are waiting for quotes to be fetched. $1 is the number of quotes already loaded, and $2 is the total number of quotes to load."
"description":"A count of loaded quotes shown to the user while they are waiting for quotes to be fetched. $1 is the number of quotes already loaded, and $2 is the total number of quotes to load."