Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes due to making project & library public #153

Merged
merged 2 commits into from
Apr 8, 2020
Merged

Conversation

meck93
Copy link
Collaborator

@meck93 meck93 commented Apr 8, 2020

- sealer & voting-authority backend -> need bignumber.js as dev dependency due to web3js bug: web3/web3.js#3386
- remove all .npmrc files (no longer needed, @meck93/evote-crypto is a public npm package)
- remove github.json and reading github config from most build scripts since it's no longer needed
@meck93 meck93 requested review from nikzaugg and alexscheitlin April 8, 2020 10:02
@ghost
Copy link

ghost commented Apr 8, 2020

DeepCode failed to analyze this pull request

Something went wrong despite trying multiple times, sorry about that.
Please comment this pull request with "Retry DeepCode" to manually retry, or contact us so that a human can look into the issue.

Comment on lines +6 to +29
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.9.1",
"axios": "^0.19.2",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"react-scripts": "^3.4.1",
"styled-components": "^4.4.1",
"zustand": "^2.2.1"
"zustand": "^2.2.3"
},
"devDependencies": {
"@types/jest": "24.0.23",
"@types/node": "12.12.12",
"@types/react": "16.9.14",
"@types/react-dom": "16.9.4",
"@types/react-router-dom": "^5.1.2",
"@types/styled-components": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"eslint-config-prettier": "^6.7.0",
"@types/react-router-dom": "^5.1.3",
"@types/styled-components": "^4.4.3",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-react": "^1.1.7",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-prettier": "^3.1.2",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was more of an accident but I don't think it should affect a lot...

@meck93
Copy link
Collaborator Author

meck93 commented Apr 8, 2020

I have tested the following:

  • npm install && npm run build in a local subfolder
  • build sealer and voting-authority docker containers
  • using ./docker-prebuilt-up.sh

Copy link
Owner

@alexscheitlin alexscheitlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, this works as expected. Thanks!

I did the following (checks):

  • install docker on a new machine
  • clone the repo and this branch and create github.json according to the readme
  • run ./docker-prebuilt-up.sh
  • play through the whole voting process
  • run npm install in both the FE and BE of the voting-auth

Copy link
Collaborator

@nikzaugg nikzaugg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated the README

@meck93 meck93 merged commit 48c18ac into master Apr 8, 2020
@meck93 meck93 deleted the make_public branch April 8, 2020 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants