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

feat: new error handling #10

Merged
merged 10 commits into from
Aug 31, 2020
Merged

feat: new error handling #10

merged 10 commits into from
Aug 31, 2020

Conversation

gjj
Copy link
Contributor

@gjj gjj commented Aug 28, 2020

todo

  • remove dist folder
  • add /dist to .gitignore
  • remove github:Open-Attestation/oa-verify#feat/new-errors
  • upgrade oa-verify

refer to Open-Attestation/oa-verify#110 for the full changelog

@lgtm-com
Copy link

lgtm-com bot commented Aug 28, 2020

This pull request introduces 1 alert when merging 78fb8cc into da9f954 - view on LGTM.com

new alerts:

  • 1 for Useless conditional

@@ -98,7 +98,7 @@ describe("verify", () => {
expect(isValid(results)).toStrictEqual(false);
expect(isValid(results, ["DOCUMENT_INTEGRITY", "DOCUMENT_STATUS"])).toStrictEqual(true);
});
it("should fail for when identity is invalid and be valid for remaining checks when document with certificate store is valid on ropsten", async () => {
it("should fail for when identity is invalid and be valid for remaining checks when document with certificate store is valid on ropsten", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

remove for in should fail for ?

Copy link
Contributor Author

@gjj gjj Aug 31, 2020

Choose a reason for hiding this comment

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

ah i missed this, it's fixed in a3b65bb. yep we should remove the "for"

@lgtm-com
Copy link

lgtm-com bot commented Aug 28, 2020

This pull request introduces 1 alert when merging 3c5a1fb into da9f954 - view on LGTM.com

new alerts:

  • 1 for Useless conditional

@gjj gjj merged commit 3f974f6 into master Aug 31, 2020
@gjj gjj deleted the feat/new-errors branch August 31, 2020 10:17
@john-dot-oa
Copy link

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants