-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: updating DIDComm presentation protocols (#383)
BREAKING CHANGES: Presentation.makePresentationFromRequest removed ProposePresentation.makeProposalFromRequest removed RequestPresentation.makeRequestFromProposal removed ProofTypes interface removed Signed-off-by: Curtish <[email protected]>
- Loading branch information
Showing
12 changed files
with
317 additions
and
357 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 |
---|---|---|
|
@@ -60,9 +60,7 @@ export class CreatePresentationRequest extends Task<RequestPresentation, Args> { | |
: "anoncreds/[email protected]"; | ||
|
||
return new RequestPresentation( | ||
{ | ||
proofTypes: [], | ||
}, | ||
{}, | ||
[ | ||
Domain.AttachmentDescriptor.build( | ||
{ json: definition }, | ||
|
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
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.