aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/account-detail-with-shapeshift-tx.json
Commit message (Collapse)AuthorAgeFilesLines
* Lint `.json` files (#6852)Mark Stacey2019-07-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | We've been using the `eslint-plugin-json` plugin for some time, but we haven't been visiting `.json` files in the lint script. The lint script has now been updated to incude `.json` files, which means any invalid JSON will result in a lint error. Unfortunately this JSON plugin doesn't seem to apply the other eslint rules (such as `key-spacing`) to the JSON files. I wasn't able to find a way to get that to work. Instead I manually auto-formatted each of the locale `message.json` files, which fixed many whitespace inconsistencies. The `states.json` file was deleted completely, as it appears to be unused. It wasn't a valid JSON file anyway, it was JavaScript. It looks like a `states.js` file is automatically generated, but an old copy was accidentally saved as `states.json` and included in the repo. Many duplicate key errors were found and fixed in the `development/states/` JSON files. `package-lock.json` was added to `.eslintignore` because it was very slow to lint, and linting it doesn't provide much value.
* Fix development to use new currency state.Kevin Serrano2017-03-151-1/+1
|
* Delete all code related to disclaimers.Kevin Serrano2017-02-101-1/+0
|
* continue rename selectedAccount to selectedAddresskumavis2017-01-311-2/+2
|
* change all instances of selectedAddress to selectedAccount.Kevin Serrano2016-11-221-1/+1
|
* Re-enable disclaimer screen. Rename variables to reflect role more clearly.Kevin Serrano2016-11-151-1/+1
|
* Create a dev state with shapeshift txFrankie2016-08-191-0/+163