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

Validate, Store, And Return Vote Signatures #49

Merged
merged 4 commits into from
Apr 30, 2020
Merged

Validate, Store, And Return Vote Signatures #49

merged 4 commits into from
Apr 30, 2020

Conversation

apbendi
Copy link
Contributor

@apbendi apbendi commented Apr 30, 2020

To test, run:

npm run reset-dev-db
npm run migrate
npm run test
npm run dev

NOTE: you will lose any local data in your development database

closes #48

@apbendi apbendi requested a review from mds1 April 30, 2020 11:57
Copy link
Contributor

@mds1 mds1 left a comment

Choose a reason for hiding this comment

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

One of the tests ("should not create a vote when the signature does not match the data") timed out the first time I ran it. I ran it again and it passed, but figured it was worth mentioning.

Creating a poll and voting worked as expected, so this is good to go!

@mds1 mds1 merged commit 6c350ba into master Apr 30, 2020
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.

Validate And Store Vote Signature
2 participants