aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/send.json
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2018-12-12 06:56:47 +0800
committerDan Finlay <542863+danfinlay@users.noreply.github.com>2018-12-12 06:56:47 +0800
commit2f5abd9ad8ac64c16edcc0d9fff923e62c5ca984 (patch)
tree16d323cd3325b1b9121434e86c3047dc333c2b1d /development/states/send.json
parented9bfdcebd5eed1d749f275f9d388ea0dd8f8275 (diff)
downloadtangerine-wallet-browser-5.2.0.tar
tangerine-wallet-browser-5.2.0.tar.gz
tangerine-wallet-browser-5.2.0.tar.bz2
tangerine-wallet-browser-5.2.0.tar.lz
tangerine-wallet-browser-5.2.0.tar.xz
tangerine-wallet-browser-5.2.0.tar.zst
tangerine-wallet-browser-5.2.0.zip
Version Bump (#5909)v5.2.0
* Adds new gas customization modal container (without content) * Adds the content of the advanced tab - w/o chart or dynamic content - to gas customize modal. * Use correct message key in gas-modal-page-container.component.js * Use BEM for css in gas-modal-page-container * Split advanced-tab-content.component.js render() method into smaller pieces; add translations to the same file. * Remove gas slider from advance-tab-content.component * Add tests for advanced-tab-component.js and subcomponents. * Improve styling of advanced-tab-content gasInput row * Adds basic tab content to gas customizer, with styled button group (static, for now). * Connect the gas-button-group component to redux and a live api. * Improvements to propdefaults in button-group.component and basic-tab-content.component * Styling fixes for gas customization advanced tab content. * Adds gas-duck.test.js tests. * Connects remained of the gas customization component to redux. * Integrate gas buttons with the send screen. * Test updates and additions for button integration with send screen. * Adds redesign for the customize gas advanced tab. * Adds not yet functional gas price chart. * Gas price chart improvements, redesign, bug fixes, and set up to receive external data * Read only connection of gas price chart to redux * Clean up for advanced gas tab customization changes. * Complete integration of gas chart with redux. * Add control arrows to advanced gas tab inputs. * Lint and unit test fixes. * Clean up gas chart code. * Update tests, plus some lint fixes, for gas-price-chart * Improve data management and tests for gas-modal-page-container price estimates. * Clean up for mmui-i11-custom-gas-price-chart branch * Redesign of gas customization basic tab. * Adds createSpeedUpTransaction to txController * Connect gas price chart to gas station api. * Adds speed up slide-in gas customization sidebar * Update e2e tests for new gas customization modal. * Fixes for components that break e2e gas customization tests, plus unit test updates. * Remove gas customization integration tests (in favour of e2e tests) * Add gas data to integration test json data set. * Add c3 and d3 to the separate dependencies bundle. * Make gas customization modal responsive. * Fix "fastest" translation message; change to sentence case * Uses more reliable api on main send screen; caches basic api results in modal * Add loading spinners when waiting for APIs in the gas customization modal * Modify results of API data to better fit gas chart: remove outliers, pad data * Clear custom gas data on hiding of gas customization modal. * Improve responsiveness of customize speed up slider. * Final gas customization fixes * Fix styling of send screen in extension view when hex data on. * Replace height: 100% rule with workaround for flexbox quirks * Fill in more Polish message translations * Update lockfile to fix errors npm has informed me that the lockfile has "errors": npm ERR! code ELOCKVERIFY npm ERR! Errors were found in your package-lock.json, run npm install to fix them. npm ERR! Missing: c3@^0.6.7 npm ERR! Invalid: lock file's d3@3.5.17 does not satisfy d3@^5.7.0 * circleci: Disable npm audit when installing packages Auditing packages when installing here doesn't help anyone as the summary isn't visible and vulnerabilities don't produce a non-zero exit code. We will have `npm audit` as an extra CI job. * npm audit fix * circleci: Replace nsp with npm audit Refs #4751 * Remove beefy dependency and its usages Refs #4768 Refs #5389 This changeset removes the beefy package that: 1. Was last published 2 yrs ago 2. Brought with it 1 moderate and 1 critical vulnerability 3. Was only used in scripts that no longer work * npm uninstall open * Update ganache-core to mitigate vuln === npm audit security report === > # Run npm install --save-dev ganache-core@2.3.1 to resolve 1 vulnerability ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Memory Exposure │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ bl │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ ganache-core [dev] │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ ganache-core > level-sublevel > levelup > bl │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://nodesecurity.io/advisories/596 │ └───────────────┴──────────────────────────────────────────────────────────────┘ * Deduplicate package.json file From `npm install`: > npm WARN The package css-loader is included as both a dev and production dependency. > npm WARN The package eslint-plugin-react is included as both a dev and production dependency. > npm WARN The package file-loader is included as both a dev and production dependency. > npm WARN The package gulp is included as both a dev and production dependency. It's also worth noting that the Gulp version we were using was inconsistent and there is a published v4 release on GitHub. * Fix race condition in network controller lookup() method. * Group transactions by nonce (#5886) * fix formatting of 32-byte strings in personal_sign (#5878) * Bump json-rpc-engine to v4.0.0 * Bump package lock, mostly to https links * 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. * Show Failed transaction in the browser notification for on-chain failures (#5904) * Changelog and version bump for 5.2.0
Diffstat (limited to 'development/states/send.json')
-rw-r--r--development/states/send.json317
1 files changed, 316 insertions, 1 deletions
diff --git a/development/states/send.json b/development/states/send.json
index 4c67f8ac6..8ae385564 100644
--- a/development/states/send.json
+++ b/development/states/send.json
@@ -107,5 +107,320 @@
"scrollToBottom": false,
"forgottenPassword": null
},
- "identities": {}
+ "identities": {},
+ "gas": {
+ "customData": {
+ "price": null,
+ "limit": "0x186a0"
+ },
+ "basicEstimates": {
+ "average": 73,
+ "avgWait": 10.6,
+ "blockTime": 13.871657754010695,
+ "blockNum": 6655504,
+ "fast": 160,
+ "fastest": 290,
+ "fastestWait": 0.5,
+ "fastWait": 0.6,
+ "safeLow": 50,
+ "safeLowWait": 16.1,
+ "speed": 0.6702462692280712
+ },
+ "basicEstimateIsLoading": false,
+ "gasEstimatesLoading": false,
+ "priceAndTimeEstimates": [
+ {
+ "expectedTime": "1374.1168296452973076627",
+ "expectedWait": 99.0593088449,
+ "gasprice": 4.1
+ },
+ {
+ "expectedTime": "1280.88976972896682763716",
+ "expectedWait": 92.3386225672,
+ "gasprice": 4.4
+ },
+ {
+ "expectedTime": "1245.13314632680319175597",
+ "expectedWait": 89.7609477113,
+ "gasprice": 4.8
+ },
+ {
+ "expectedTime": "1227.99925007911014385881",
+ "expectedWait": 88.5257747744,
+ "gasprice": 4.9
+ },
+ {
+ "expectedTime": "965.52572720362993349654",
+ "expectedWait": 69.6042062402,
+ "gasprice": 5
+ },
+ {
+ "expectedTime": "917.466895447437420776",
+ "expectedWait": 66.1396721082,
+ "gasprice": 5.1
+ },
+ {
+ "expectedTime": "915.81694044041496090521",
+ "expectedWait": 66.0207277804,
+ "gasprice": 5.2
+ },
+ {
+ "expectedTime": "902.13145619709089691874",
+ "expectedWait": 65.034148924,
+ "gasprice": 5.3
+ },
+ {
+ "expectedTime": "890.83591122200105749896",
+ "expectedWait": 64.2198594443,
+ "gasprice": 5.4
+ },
+ {
+ "expectedTime": "879.10469542971335712248",
+ "expectedWait": 63.3741627006,
+ "gasprice": 5.5
+ },
+ {
+ "expectedTime": "876.99737395823100420974",
+ "expectedWait": 63.2222470818,
+ "gasprice": 5.6
+ },
+ {
+ "expectedTime": "865.96781957003849098957",
+ "expectedWait": 62.4271327138,
+ "gasprice": 5.7
+ },
+ {
+ "expectedTime": "865.44839472121496158482",
+ "expectedWait": 62.3896876688,
+ "gasprice": 5.8
+ },
+ {
+ "expectedTime": "802.16173170976255602161",
+ "expectedWait": 57.8273877524,
+ "gasprice": 6
+ },
+ {
+ "expectedTime": "780.79313908053047074843",
+ "expectedWait": 56.2869379368,
+ "gasprice": 6.1
+ },
+ {
+ "expectedTime": "770.04888359616469549233",
+ "expectedWait": 55.5123906062,
+ "gasprice": 6.2
+ },
+ {
+ "expectedTime": "745.01007965146736962697",
+ "expectedWait": 53.7073573226,
+ "gasprice": 6.3
+ },
+ {
+ "expectedTime": "735.19921111598501681816",
+ "expectedWait": 53.0000973318,
+ "gasprice": 6.6
+ },
+ {
+ "expectedTime": "705.68767153912619368694",
+ "expectedWait": 50.8726270539,
+ "gasprice": 6.7
+ },
+ {
+ "expectedTime": "705.26438593445239690121",
+ "expectedWait": 50.8421126329,
+ "gasprice": 6.9
+ },
+ {
+ "expectedTime": "652.51573119854865429742",
+ "expectedWait": 47.0394918019,
+ "gasprice": 7
+ },
+ {
+ "expectedTime": "635.51471669299464383162",
+ "expectedWait": 45.813898235,
+ "gasprice": 7.1
+ },
+ {
+ "expectedTime": "634.37181911960854759036",
+ "expectedWait": 45.7315073922,
+ "gasprice": 7.2
+ },
+ {
+ "expectedTime": "633.23097691113902888918",
+ "expectedWait": 45.6492647195,
+ "gasprice": 7.3
+ },
+ {
+ "expectedTime": "112.7753456245379663928",
+ "expectedWait": 8.1299111919,
+ "gasprice": 7.6
+ },
+ {
+ "expectedTime": "102.9665314468898381829",
+ "expectedWait": 7.4227992986,
+ "gasprice": 8
+ },
+ {
+ "expectedTime": "100.94784507024919649891",
+ "expectedWait": 7.2772733339,
+ "gasprice": 8.1
+ },
+ {
+ "expectedTime": "100.46445647447807351078",
+ "expectedWait": 7.2424261221,
+ "gasprice": 8.8
+ },
+ {
+ "expectedTime": "84.91686745986737853339",
+ "expectedWait": 6.1216091808,
+ "gasprice": 9
+ },
+ {
+ "expectedTime": "80.39566429296684383503",
+ "expectedWait": 5.7956781892,
+ "gasprice": 9.1
+ },
+ {
+ "expectedTime": "78.24522052614759252715",
+ "expectedWait": 5.6406539084,
+ "gasprice": 9.2
+ },
+ {
+ "expectedTime": "77.1685119880459882636",
+ "expectedWait": 5.5630345959,
+ "gasprice": 9.5
+ },
+ {
+ "expectedTime": "72.43649507646737870178",
+ "expectedWait": 5.2219061601,
+ "gasprice": 9.8
+ },
+ {
+ "expectedTime": "71.48259532351443753818",
+ "expectedWait": 5.1531400638,
+ "gasprice": 9.9
+ },
+ {
+ "expectedTime": "58.23892805162994573827",
+ "expectedWait": 4.1984115442,
+ "gasprice": 10
+ },
+ {
+ "expectedTime": "53.13065124862245917617",
+ "expectedWait": 3.8301587446,
+ "gasprice": 10.1
+ },
+ {
+ "expectedTime": "53.03510209647058751971",
+ "expectedWait": 3.82327066,
+ "gasprice": 10.3
+ },
+ {
+ "expectedTime": "49.06846157804491912403",
+ "expectedWait": 3.5373177776,
+ "gasprice": 11
+ },
+ {
+ "expectedTime": "48.30893330101818116637",
+ "expectedWait": 3.4825638116,
+ "gasprice": 11.1
+ },
+ {
+ "expectedTime": "48.25099734861818116715",
+ "expectedWait": 3.4783872414,
+ "gasprice": 11.3
+ },
+ {
+ "expectedTime": "47.64416885027272662988",
+ "expectedWait": 3.4346413165,
+ "gasprice": 11.9
+ },
+ {
+ "expectedTime": "46.76354741392085498401",
+ "expectedWait": 3.3711578128,
+ "gasprice": 12.6
+ },
+ {
+ "expectedTime": "44.99427448545882292232",
+ "expectedWait": 3.2436119232,
+ "gasprice": 13
+ },
+ {
+ "expectedTime": "44.61790554199251276697",
+ "expectedWait": 3.2164796979,
+ "gasprice": 13.1
+ },
+ {
+ "expectedTime": "42.87832690973048070488",
+ "expectedWait": 3.0910744534,
+ "gasprice": 14
+ },
+ {
+ "expectedTime": "42.21224091308663044649",
+ "expectedWait": 3.0430566888,
+ "gasprice": 14.9
+ },
+ {
+ "expectedTime": "41.15715335111336842864",
+ "expectedWait": 2.9669960203,
+ "gasprice": 15
+ },
+ {
+ "expectedTime": "40.9600723880876999821",
+ "expectedWait": 2.9527885646,
+ "gasprice": 15.1
+ },
+ {
+ "expectedTime": "38.89138450301711177472",
+ "expectedWait": 2.8036580193,
+ "gasprice": 15.8
+ },
+ {
+ "expectedTime": "37.89655640860213852611",
+ "expectedWait": 2.7319414219,
+ "gasprice": 16
+ },
+ {
+ "expectedTime": "37.35265517364705831954",
+ "expectedWait": 2.692731888,
+ "gasprice": 17.4
+ },
+ {
+ "expectedTime": "36.79447683873796741798",
+ "expectedWait": 2.652493126,
+ "gasprice": 17.8
+ },
+ {
+ "expectedTime": "36.11439350850802090309",
+ "expectedWait": 2.6034663015,
+ "gasprice": 19
+ },
+ {
+ "expectedTime": "31.32676199432192471101",
+ "expectedWait": 2.2583286403,
+ "gasprice": 20
+ },
+ {
+ "expectedTime": "30.76792490132192471855",
+ "expectedWait": 2.2180423888,
+ "gasprice": 20.1
+ },
+ {
+ "expectedTime": "29.94493658520962526441",
+ "expectedWait": 2.1587136243,
+ "gasprice": 25
+ },
+ {
+ "expectedTime": "29.53287347625561457478",
+ "expectedWait": 2.1290082267,
+ "gasprice": 29
+ },
+ {
+ "expectedTime": "29.09318627175614934008",
+ "expectedWait": 2.0973114236,
+ "gasprice": 47
+ }
+ ],
+ "priceAndTimeEstimatesLastRetrieved": 1541527901281,
+ "errors": {}
+ }
}