-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validation for mina_requestPresentation (#3)
* feat(providers): validation for presentation request * chore(providers): add PresentationRequestReturnSchema * chore(providers): export PresentationRequest type * chore(utils): export types * feat(docs): add test for presentation request * chore(docs): add new sample credential * feat(providers): validation for mina_signFieldsWithPassphrase * chore(providers): rename * feat(docs): add test for mina_signFieldsWithPassphrase * chore(docs): sample data * chore(docs): remove result stringify * chore(docs and providers): change validation and add more sample data * minor: import different sample credential * fix(providers): fix validation and add sample data * chore(docs): add sample request * chore(utils): update validation * fix(utils): PresentationRequestSchema claims * chore(docs): update sample data * chore(utils): add zkAppAccount to presentation request * feat: use schemas from mina-credentials * chore(providers): import mina-credentials/validation, bump mina-credentials * chore(providers): remove signFieldsWithPassphrase schemas from RPC type * chore(providers): remove signFieldsWithPassphraseRequest * chore(providers and utils): remove unused
- Loading branch information
1 parent
bb02936
commit a9d6774
Showing
8 changed files
with
1,510 additions
and
234 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -20,5 +20,8 @@ | |
"typescript": "5.5.4" | ||
}, | ||
"workspaces": ["packages/*", "apps/*"], | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]", | ||
"resolutions": { | ||
"zod": "3.23.8" | ||
} | ||
} |
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
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
Oops, something went wrong.