-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
15 changed files
with
3,081 additions
and
2,664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"branches": [ | ||
"master", | ||
{ | ||
"name": "alpha", | ||
"prerelease": true | ||
}, | ||
{ | ||
"name": "beta", | ||
"prerelease": true | ||
} | ||
] | ||
} |
Oops, something went wrong.