This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 162
feat: support for optional field in presexch #3582
Merged
troyronda
merged 1 commit into
hyperledger-archives:main
from
mishasizov-SK:feat_support_for_optional_field_in_presexch
May 10, 2023
Merged
feat: support for optional field in presexch #3582
troyronda
merged 1 commit into
hyperledger-archives:main
from
mishasizov-SK:feat_support_for_optional_field_in_presexch
May 10, 2023
Conversation
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
Codecov Report
@@ Coverage Diff @@
## main #3582 +/- ##
=======================================
Coverage 87.21% 87.21%
=======================================
Files 353 353
Lines 48735 48735
=======================================
Hits 42504 42504
Misses 4686 4686
Partials 1545 1545 |
aholovko
approved these changes
May 10, 2023
mishasizov-SK
force-pushed
the
feat_support_for_optional_field_in_presexch
branch
from
May 10, 2023 11:35
80b5ae0
to
819be8e
Compare
Signed-off-by: Mykhailo Sizov <[email protected]>
mishasizov-SK
force-pushed
the
feat_support_for_optional_field_in_presexch
branch
from
May 10, 2023 11:37
819be8e
to
be9593b
Compare
troyronda
approved these changes
May 10, 2023
mishasizov-SK
added a commit
to mishasizov-SK/aries-framework-go
that referenced
this pull request
May 10, 2023
…hives#3582)" This reverts commit a652ea8.
mishasizov-SK
added a commit
to mishasizov-SK/aries-framework-go
that referenced
this pull request
May 10, 2023
…r-archives#3582) Signed-off-by: Mykhailo Sizov <[email protected]>
mishasizov-SK
added a commit
to mishasizov-SK/aries-framework-go
that referenced
this pull request
May 10, 2023
…r-archives#3582) Signed-off-by: Mykhailo Sizov <[email protected]>
mishasizov-SK
added a commit
to mishasizov-SK/aries-framework-go
that referenced
this pull request
May 10, 2023
…r-archives#3582) Signed-off-by: Mykhailo Sizov <[email protected]>
mishasizov-SK
added a commit
to mishasizov-SK/aries-framework-go
that referenced
this pull request
May 10, 2023
…r-archives#3582) Signed-off-by: Mykhailo Sizov <[email protected]>
mishasizov-SK
added a commit
to mishasizov-SK/aries-framework-go
that referenced
this pull request
May 10, 2023
…r-archives#3582) Signed-off-by: Mykhailo Sizov <[email protected]>
fqutishat
pushed a commit
that referenced
this pull request
May 10, 2023
) Signed-off-by: Mykhailo Sizov <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Title:
Support for optional field in presexch.
Summary:
Extended PresentationDefinition JSON Schema V1 with field
optional
andcontains
This filed is already exist in the relevant struct, but wasn't a part of the Schema.