-
Notifications
You must be signed in to change notification settings - Fork 20
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: oa-verify v4 (alpha) #259
Conversation
src/verifiers/documentStatus/didSigned/didSignedDocumentStatus.type.ts
Outdated
Show resolved
Hide resolved
FYI build is currently failing as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be fine, seems like many of the file changes are prettier errors.
why are the tests wip though, needs the oa pr to go in first?
package.json
Outdated
"prerelease": true | ||
} | ||
] | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
similar to the prev comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will move this to it's own .releaserc
file
} | ||
} | ||
}; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: no idea why we used X
as the 2nd generic type, its usually T
, U
no action needed
package.json
Outdated
@@ -27,7 +27,7 @@ | |||
"dependencies": { | |||
"@govtechsg/dnsprove": "^2.6.1", | |||
"@govtechsg/document-store": "^2.2.3", | |||
"@govtechsg/open-attestation": "^6.2.0", | |||
"@govtechsg/open-attestation": "../open-attestation", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you know of npm link
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is temporary. We will change it to the alpha version once it's merged and published
To see the changes without the lint fixes: https://github.com/Open-Attestation/oa-verify/pull/259/files/d2ecc625b925549989bb72fa7583ea05c030e5d8
To save time, the first alpha release will not include a majority of tests. Same for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as the other one
🎉 This PR is included in version 8.3.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* chore: upgrade to node 18 * ci: prepare alpha release * feat: oa v4 alpha * fix: lint errors * test: update fixtures * chore: separate .releaserc file * chore: bump open-attestation to 6.8.0-alpha.1 * test: update snapshots based on new response by infura
* chore: upgrade to node 18 * ci: prepare alpha release * feat: oa v4 alpha * fix: lint errors * test: update fixtures * chore: separate .releaserc file * chore: bump open-attestation to 6.8.0-alpha.1 * test: update snapshots based on new response by infura
* fix: expose verify signature (Open-Attestation#261) * feat: init release, change namespace (#1) * feat: ci/cd (#3) * feat: ci/cd (#4) * feat: oa-verify v4 (alpha) (Open-Attestation#259) * chore: upgrade to node 18 * ci: prepare alpha release * feat: oa v4 alpha * fix: lint errors * test: update fixtures * chore: separate .releaserc file * chore: bump open-attestation to 6.8.0-alpha.1 * test: update snapshots based on new response by infura --------- Co-authored-by: Kyle Huang Junyuan <kyle@hjunyuan.com>
🎉 This PR is included in version 9.3.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* feat: oa-verify v4 (alpha) (#259) * chore: upgrade to node 18 * ci: prepare alpha release * feat: oa v4 alpha * fix: lint errors * test: update fixtures * chore: separate .releaserc file * chore: bump open-attestation to 6.8.0-alpha.1 * test: update snapshots based on new response by infura * fix: align according to new oa v4 (beta) types * chore: upgrade jest from v26 to v27 * chore: bump open-attestation to latest beta * test: update v4 fixtures
* feat: oa-verify v4 (alpha) (#259) * chore: upgrade to node 18 * ci: prepare alpha release * feat: oa v4 alpha * fix: lint errors * test: update fixtures * chore: separate .releaserc file * chore: bump open-attestation to 6.8.0-alpha.1 * test: update snapshots based on new response by infura * fix: align according to new oa v4 (beta) types * chore: upgrade jest from v26 to v27 * chore: bump open-attestation to latest beta * test: update v4 fixtures
What does this PR do?
alpha
branchCaveat
Todo
@govtechsg/open-attestation
to the alpha release (/feat: oa v4 (alpha) open-attestation#254)