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 160
refactor: endpoint as object, goal-code with underscore #3223
Merged
sudeshrshetty
merged 2 commits into
hyperledger-archives:main
from
baha-ai:endpoint_refactor
Apr 26, 2022
Merged
refactor: endpoint as object, goal-code with underscore #3223
sudeshrshetty
merged 2 commits into
hyperledger-archives:main
from
baha-ai:endpoint_refactor
Apr 26, 2022
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
baha-ai
force-pushed
the
endpoint_refactor
branch
9 times, most recently
from
April 21, 2022 13:43
18b65a4
to
1e09c4e
Compare
Codecov Report
@@ Coverage Diff @@
## main #3223 +/- ##
==========================================
- Coverage 88.73% 88.73% -0.01%
==========================================
Files 309 309
Lines 41646 41689 +43
==========================================
+ Hits 36956 36994 +38
- Misses 3415 3419 +4
- Partials 1275 1276 +1
Continue to review full report at Codecov.
|
baha-ai
force-pushed
the
endpoint_refactor
branch
6 times, most recently
from
April 21, 2022 17:15
fd4c796
to
deb50fd
Compare
baha-ai
changed the title
refactor: endpoint change from string to struct
refactor: endpoint as object, goal-code and web-redirect with underscore
Apr 21, 2022
baha-ai
requested review from
sudeshrshetty,
troyronda,
Moopli,
fqutishat and
rolsonquadras
April 21, 2022 17:17
sudeshrshetty
suggested changes
Apr 21, 2022
baha-ai
force-pushed
the
endpoint_refactor
branch
from
April 21, 2022 17:47
deb50fd
to
24b9947
Compare
baha-ai
changed the title
refactor: endpoint as object, goal-code and web-redirect with underscore
refactor: endpoint as object, goal-code with underscore
Apr 21, 2022
baha-ai
force-pushed
the
endpoint_refactor
branch
from
April 21, 2022 18:23
24b9947
to
6f148ae
Compare
sudeshrshetty
approved these changes
Apr 21, 2022
Moopli
approved these changes
Apr 21, 2022
baha-ai
force-pushed
the
endpoint_refactor
branch
from
April 22, 2022 13:39
6f148ae
to
2ef71d3
Compare
Following this DIDcomm V2 spec udpate: decentralized-identity/didcomm-messaging#352 The endpoint field is now a structure containing a URI, Accept and the RoutingKeys. Signed-off-by: Baha Shaaban <baha.shaaban@securekey.com>
Following this DIDcomm V2 spec udpate: decentralized-identity/didcomm-messaging#363 goal-code is now goal_code. Signed-off-by: Baha Shaaban <baha.shaaban@securekey.com>
baha-ai
force-pushed
the
endpoint_refactor
branch
from
April 26, 2022 18:10
2ef71d3
to
1b2819a
Compare
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.
Following this DIDcomm V2 spec udpate:
decentralized-identity/didcomm-messaging#352
The endpoint field is now a structure containing a URI, Accept and the RoutingKeys.
and
decentralized-identity/didcomm-messaging#363
goal-code is now goal_code.
Signed-off-by: Baha Shaaban baha.shaaban@securekey.com