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

Updates to pipeline #279

Conversation

bricerisingalgorand
Copy link
Contributor

@bricerisingalgorand bricerisingalgorand commented Jan 20, 2022

Update circleci job to use docker instead of vms for unit tests. Also updated the unit tests to fail when they fail

@bricerisingalgorand bricerisingalgorand force-pushed the feature/circleciPipeline branch 2 times, most recently from 828a77e to 1c13405 Compare January 24, 2022 16:25
@bricerisingalgorand bricerisingalgorand changed the title Feature/circleci pipeline Updates to pipeline Jan 26, 2022
Copy link
Contributor

@algochoi algochoi left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks!

@@ -2533,7 +2533,7 @@ def verify(self, public_key):
try:
verify_key.verify(to_sign, base64.b64decode(self.sig))
return True
except BadSignatureError:
except (BadSignatureError, ValueError):
Copy link
Contributor

Choose a reason for hiding this comment

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

Note: There was a change in pynacl that allows throwing a ValueError or TypeError in the verify function.

workflows > jobs > commands
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.

5 participants