-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fetch and run protocol test vectors #125
Conversation
|
TBDocs Report ✅ No errors or warnings @tbdex/protocol
@tbdex/http-client
@tbdex/http-server
TBDocs Report Updated at 2024-01-04T21:27:50Z |
Closing in favor of #129 |
Implements TBD54566975/tbdex#214. Currently using the test vectors in this branch of the spec TBD54566975/tbdex#215.
Dynamically fetch TBDex protocol test vectors from the spec repo. Cache the test vectors locally for later uses.
You can run a specific branch/commit of tbdex repo's test vectors by doing
npm run test:node TEST_VECTOR_GIT_REF=<git-ref>
where git ref is the desired branch, commit, or tag in the tbdex repo.