From 1fbdce8916151df2b31eebc5de29a1365e5dadff Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Mon, 10 Dec 2018 18:21:00 -0330 Subject: Improve ux for low gas price set (#5862) * Show user warning if they set gas price below safelow minimum, error if 0. * Properly cache basic price estimate data. * Default retry price to recommended price if original price was 0x0 * Use mock fetch in send-new-ui integration tests. --- development/states/send-edit.json | 1 + 1 file changed, 1 insertion(+) (limited to 'development/states/send-edit.json') diff --git a/development/states/send-edit.json b/development/states/send-edit.json index a519f30b4..7951b06cf 100644 --- a/development/states/send-edit.json +++ b/development/states/send-edit.json @@ -197,6 +197,7 @@ }, "basicEstimateIsLoading": false, "gasEstimatesLoading": false, + "basicPriceAndTimeEstimates": [], "priceAndTimeEstimates": [ { "expectedTime": "1374.1168296452973076627", -- cgit