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

Web5 test vectors #284

Merged
merged 10 commits into from
Aug 16, 2024
Merged

Web5 test vectors #284

merged 10 commits into from
Aug 16, 2024

Conversation

nitro-neal
Copy link
Contributor

No description provided.

@nitro-neal
Copy link
Contributor Author

image


// As a replay attack protection protocol, if the same DID is doing a GET request within 5 minutes of each other, instead of a 404 it will start returning a 429.
// to get around this for our test we just create a new DID that is not published to get a fresh 404 for this error code
// if(vector_output.did_resolution_metadata.error == "notFound") {
Copy link
Contributor

Choose a reason for hiding this comment

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

think we can remove this line, yeah?

Copy link
Contributor

@KendallWeihe KendallWeihe left a comment

Choose a reason for hiding this comment

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

one comment on a line I think we can remove, but lgtm!

@KendallWeihe KendallWeihe merged commit 24966d2 into main Aug 16, 2024
15 checks passed
@KendallWeihe KendallWeihe deleted the web5-test-vectors branch August 16, 2024 15:00
diehuxx added a commit that referenced this pull request Aug 17, 2024
* main:
  rfc3339, json, Web5Error, and VerifiableCredential  (#283)
  Web5 test vectors (#284)
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.

2 participants