Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mediator coordination messages to aries-vcx messages crate #1052

Merged
merged 8 commits into from
Nov 13, 2023

Conversation

nain-F49FF806
Copy link
Member

@nain-F49FF806 nain-F49FF806 commented Nov 7, 2023

Signed-off-by: Naian <126972030+nain-F49FF806@users.noreply.github.com>
Signed-off-by: Naian <126972030+nain-F49FF806@users.noreply.github.com>
@codecov-commenter
Copy link

codecov-commenter commented Nov 7, 2023

Codecov Report

Merging #1052 (a31e276) into main (9bb6bf5) will decrease coverage by 0.01%.
Report is 3 commits behind head on main.
The diff coverage is 0.00%.

@@           Coverage Diff            @@
##            main   #1052      +/-   ##
========================================
- Coverage   0.05%   0.05%   -0.01%     
========================================
  Files        379     388       +9     
  Lines      20912   21031     +119     
  Branches    3853    3876      +23     
========================================
  Hits          12      12              
- Misses     20899   21018     +119     
  Partials       1       1              
Flag Coverage Δ
unittests-aries-vcx 0.05% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
messages/src/msg_types/registry.rs 0.00% <ø> (ø)
messages/src/msg_types/role.rs 0.00% <ø> (ø)
messages/src/msg_types/protocols/pickup.rs 0.00% <0.00%> (ø)
messages/src/lib.rs 0.00% <0.00%> (ø)
.../protocols/coordinate_mediation/mediate_request.rs 0.00% <0.00%> (ø)
messages/src/msg_types/protocols/mod.rs 0.00% <0.00%> (ø)
...lds/protocols/coordinate_mediation/mediate_deny.rs 0.00% <0.00%> (ø)
...ds/protocols/coordinate_mediation/mediate_grant.rs 0.00% <0.00%> (ø)
...ds/protocols/coordinate_mediation/keylist_query.rs 0.00% <0.00%> (ø)
...s/protocols/coordinate_mediation/keylist_update.rs 0.00% <0.00%> (ø)
... and 5 more

... and 1 file with indirect coverage changes

@nain-F49FF806 nain-F49FF806 changed the title Add mediator coordination messages to aries-vcx messages crate wip: Add mediator coordination messages to aries-vcx messages crate Nov 7, 2023
Signed-off-by: Naian <126972030+nain-F49FF806@users.noreply.github.com>
Signed-off-by: Naian <126972030+nain-F49FF806@users.noreply.github.com>
@nain-F49FF806 nain-F49FF806 changed the title wip: Add mediator coordination messages to aries-vcx messages crate Add mediator coordination messages to aries-vcx messages crate Nov 7, 2023
Signed-off-by: Naian <126972030+nain-F49FF806@users.noreply.github.com>
Request type messages do not need to quote a thread,
so use of the provided decorator is unlikely.
Response type message keep decorator, since server
may want to quote the request msg id in decorator.

If there is use case for adding decorator fields then the custom decorator can be reincluded at that point .

Signed-off-by: Naian <126972030+nain-F49FF806@users.noreply.github.com>
Signed-off-by: Naian <126972030+nain-F49FF806@users.noreply.github.com>
Signed-off-by: Naian <126972030+nain-F49FF806@users.noreply.github.com>
@Patrik-Stas Patrik-Stas merged commit 4263dd7 into main Nov 13, 2023
28 checks passed
@Patrik-Stas Patrik-Stas deleted the feat/messages/mediator-coord branch November 13, 2023 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants