aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/send-edit.json
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2019-07-04 04:33:44 +0800
committerDan Miller <danjm.com@gmail.com>2019-07-05 00:44:03 +0800
commit05e21208146c65325330746a7860ce086f10e345 (patch)
treea4d5b364be451f43e4dc44e3da143a2d7e9b6cda /development/states/send-edit.json
parent397e0d128d034d10ab3f44641128f3aef99355a9 (diff)
downloadtangerine-wallet-browser-05e21208146c65325330746a7860ce086f10e345.tar.gz
tangerine-wallet-browser-05e21208146c65325330746a7860ce086f10e345.tar.zst
tangerine-wallet-browser-05e21208146c65325330746a7860ce086f10e345.zip
Version 6.7.2 gas limit fix (#6786)
* Introduce delay for eth_estimateGas calls with in test * Add test that fails when gas estimates of contract method calls without gas are too high. * Get transaction gas data from unApprovedTxs instead of confirmTransaction * Fix selection of gas data in gas-modal-page-container.container * Lint changes related to Version-6.7.2-gasLimitFix * Fix e2e tests on Version-6.7.2-gasLimitFix * Fix unit and integration tests for changes from Version-6.7.2-gasLimitFix * more e2e fixes * Add assertions for transaction values on confirm screen * Fix display of transaction amount on confirm screen.
Diffstat (limited to 'development/states/send-edit.json')
-rw-r--r--development/states/send-edit.json22
1 files changed, 21 insertions, 1 deletions
diff --git a/development/states/send-edit.json b/development/states/send-edit.json
index df97e1ef5..f77060b23 100644
--- a/development/states/send-edit.json
+++ b/development/states/send-edit.json
@@ -1,4 +1,9 @@
{
+ "confirmTransaction": {
+ "txData": {
+ "id": 4768706228115573
+ }
+ },
"metamask": {
"completedOnboarding": true,
"isInitialized": true,
@@ -66,7 +71,22 @@
],
"tokens": [],
"transactions": {},
- "selectedAddressTxList": [],
+ "selectedAddressTxList": [{
+ "id": 4768706228115573,
+ "time": 1487363153561,
+ "status": "unapproved",
+ "gasMultiplier": 1,
+ "metamaskNetworkId": "3",
+ "txParams": {
+ "from": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb",
+ "to": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d",
+ "value": "0x1bc16d674ec80000",
+ "metamaskId": 4768706228115573,
+ "metamaskNetworkId": "3",
+ "gas": "0xea60",
+ "gasPrice": "0xba43b7400"
+ }
+ }],
"unapprovedTxs": {
"4768706228115573": {
"id": 4768706228115573,