-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactored start docs * Changed source of go-bindata #197 * Updated go dep trackers * Updated yarn dependencies * Added update step to Makefile * New auto-generated bindata tests * Added doc note about make update * yarn upgrade * Doc: rename Infura key as "project ID" for clarity * Set resource class to medium for CircleCI builds * Use Debian 'stable' release in Docker * Add .env configuration loader to make #204 * Copy env during bootstrap * Documentation related to license finder * go-bindata install path * Docker documentation link * README revised * Added logging instruction * Dependency updates, tidy and fix #213 * Documentation tips added * Yarn update * Added versioned ssri & is-svg to ui/core * File type to sync Map #215 * echo-contrib locked to echo v3 #216 * Fix make circular dependency on bindata.go warning * Switch to CircleCI next gen image #202 * Skip compilation in cloud deploy * Update to Go 1.16 #217 * Fixed go-bindata install * Better test for window.web3 #199 * Reverted to legacy CircleCI image * Revert to new image and new go-bindata load strategy #202 * Fix use of mongo.IndexModel #218 * Update to Node.js LTS 14.x #217 * Improve test for window.web3 #199 * Use same image for build-ui #217 * Updated ui library web3 1.3.4 #199 * Go mod tidy * Minor ui linting fix * Go library upgrade: mongo-driver, goja * Upgrade @vue/cli-service from 3.12.1 to 4.5.12 * Auto-conversion to ES6 syntax #220 * Switch cli to dev dependencies * Remove eth-lightwallet #220 * Remove vue-append #220 * Update to web3 1.3.5 and sass-loader 10.1.1 #220 * Use go-ethereum v1.9.25 #214 * Revert go-ethereum v1.9.25 * Detect window.ethereum (#203) * Update docker readme * Fix settings API keys encryption overwrite * Ran make all * Replaced node-sass by sass #236 * Fix SASS division warnings * vue-cli updated to 4.5.15 & minor delinting * Added vue-append, core-js; enabled errors shown in ui build * Vue deep selector syntax * Added gitpod config, added .env to gitignore, minor mod update * Updated vue-pdf * Delinted Document vues * Ignore all static libs from eslint * Vue entrypoints delinted * Views delinted * Vue entrypoints delinted * Refactor language list in preview * Template and PDF Modal views * Views delinted * ImexResults delinted/ignored * Fixed ui issues in testing Co-authored-by: Mehdy javany <[email protected]>
- Loading branch information
Showing
90 changed files
with
3,593 additions
and
3,125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.env | ||
.idea | ||
.vscode | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
tasks: | ||
- init: make init all | ||
command: make run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
/config/ | ||
/dist/ | ||
/src/libs/legacy/ | ||
/src/libs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module.exports = { | ||
presets: [ | ||
'@vue/app' | ||
'@vue/cli-plugin-babel/preset' | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "@proxeus/core", | ||
"version": "1.0.0", | ||
"private": true, | ||
"description": "Proxeus UI", | ||
"author": "[email protected]", | ||
"private": true, | ||
"scripts": { | ||
"check-node-version": "check-node-version --package", | ||
"serve": "node --max_old_space_size=4096 node_modules/.bin/vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint", | ||
"test:unit": "vue-cli-service test:unit", | ||
"test:e2e": "vue-cli-service test:e2e" | ||
"test:e2e": "vue-cli-service test:e2e", | ||
"lint": "vue-cli-service lint", | ||
"check-node-version": "check-node-version --package" | ||
}, | ||
"dependencies": { | ||
"@johmun/vue-tags-input": "^2.0.1", | ||
|
@@ -24,7 +24,7 @@ | |
"bootstrap-vue": "2.0.0-rc.12", | ||
"brace": "^0.11.1", | ||
"codemirror": "^5.39.2", | ||
"eth-lightwallet": "^3.0.1", | ||
"core-js": "^3.19.3", | ||
"ethereumjs-util": "^5.2.0", | ||
"flatpickr": "^4.5.1", | ||
"font-awesome": "^4.7.0", | ||
|
@@ -33,22 +33,21 @@ | |
"html-svg-connect": "^2.0.0", | ||
"human-standard-token-abi": "^1.0.2", | ||
"interactjs": "1.2.9", | ||
"is-svg": "^4.2.2", | ||
"jquery": "^3.5.0", | ||
"jquery-ui": "^1.13.0", | ||
"js-sha3": "^0.7.0", | ||
"moment": "^2.20.1", | ||
"popper.js": "^1.14.4", | ||
"sass": "^1.44.0", | ||
"sortablejs": "^1.7.0", | ||
"ssri": "^8.0.1", | ||
"tippy.js": "^2.5.4", | ||
"underscore": "^1.8.3", | ||
"v-tooltip": "^2.0.0-rc.33", | ||
"velocity-animate": "^1.5.1", | ||
"vis": "^4.21.0", | ||
"vreme": "^3.0.2", | ||
"vue": "^2.5.17", | ||
"vue-append": "^1.1.2", | ||
"vue-append": "^2.2.0", | ||
"vue-class-component": "^6.0.0", | ||
"vue-clipboard2": "^0.2.1", | ||
"vue-codemirror": "^4.0.5", | ||
|
@@ -63,7 +62,7 @@ | |
"vue-multiselect": "^2.1.0", | ||
"vue-notification": "^1.3.12", | ||
"vue-password-strength-meter": "^1.3.2", | ||
"vue-pdf": "github:davematter/vue-pdf#master", | ||
"vue-pdf": "^4.3.0", | ||
"vue-property-decorator": "^7.0.0", | ||
"vue-range-slider": "^0.6.0", | ||
"vue-router": "^3.0.1", | ||
|
@@ -75,37 +74,41 @@ | |
"vuex": "^3.0.1", | ||
"vuex-i18n": "^1.10.5", | ||
"vuex-persist": "^1.2.2", | ||
"web3": "^1.3.4", | ||
"web3": "^1.3.5", | ||
"zxcvbn": "^4.4.2" | ||
}, | ||
"devDependencies": { | ||
"@cypress/webpack-preprocessor": "^3.0.0", | ||
"@vue/cli-plugin-babel": "^3.1.1", | ||
"@vue/cli-plugin-e2e-cypress": "^3.1.1", | ||
"@vue/cli-plugin-eslint": "^3.1.1", | ||
"@vue/cli-service": "^3.1.1", | ||
"@vue/eslint-config-standard": "^4.0.0", | ||
"@vue/cli-plugin-babel": "^4.5.15", | ||
"@vue/cli-plugin-e2e-cypress": "^4.5.15", | ||
"@vue/cli-plugin-eslint": "^4.5.15", | ||
"@vue/cli-service": "^4.5.15", | ||
"@vue/eslint-config-standard": "^5.1.2", | ||
"autoprefixer": "^9.0.1", | ||
"babel-eslint": "^10.0.1", | ||
"babel-eslint": "^10.1.0", | ||
"check-node-version": "^3.2.0", | ||
"eslint": "^5.8.0", | ||
"eslint-plugin-vue": "^5.0.0-0", | ||
"eslint": "^6.7.2", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"eslint-plugin-vue": "^6.2.2", | ||
"file-loader": "^3.0.1", | ||
"less": "^3.8.1", | ||
"less-loader": "^4.1.0", | ||
"node-sass": "^4.9.0", | ||
"postcss-loader": "^3.0.0", | ||
"sass-loader": "^7.0.1", | ||
"sass-loader": "^10.1.1", | ||
"vue-template-compiler": "^2.5.17", | ||
"webpack": "^4.25.1" | ||
}, | ||
"engines": { | ||
"node": ">= 14.15.0", | ||
"yarn": ">= 1.22.0" | ||
"webpack": "^4", | ||
"worker-loader": "^3" | ||
}, | ||
"browserslist": [ | ||
"last 2 Chrome versions", | ||
"last 2 Safari versions", | ||
"last 2 Firefox versions" | ||
] | ||
], | ||
"engines": { | ||
"node": ">= 14.15.0", | ||
"yarn": ">= 1.22.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.